hi, in C#, the syntax is this:
so i reference these constant strings with SomeStrings.A etc.Code:public static class SomeStrings { public const string A = "A"; public const string B = "B"; }
how do i do the same thing in c++, like SomeString::A? thanks.



LinkBack URL
About LinkBacks



