I have a global variable like this:
constchar EndByte[] = {'\x0D','\x0A'};
class Test
{
public:
Private:
}
I want to make this global array as a member variable of the class & initialise it.
How can I do this?....
Kohinoor
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 3 of 3
Thread: ArraysThreaded View
|
Click Here to Expand Forum to Full Width |