Today, I found out that you can write su开发者_如何学编程ch code in C++ and compile it: int* ptr = new int(5, 6);
I\'m looking for an easy way to build an array of strings at compile time. For a test, I put together a class named Strings that has the following members: