Hi,
I need to have an array so as to look like the following:
ArrayElement[1] = "First ELement";
ArrayElement[2] = "Second Element";
etc...
How do I declare this?
ie Is it
char* ArrayElement[3];
Or how is it declared?
Thanks in advance,
Jenny
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 7 of 7
Thread: Character ArraysThreaded View
|
Click Here to Expand Forum to Full Width |