How can I define an array so I can initialize it as following:
a[]=
{
{"aaa", "bb"},
{"Cccc"},
{"d", "eee", "fffff"},
}
The size of inner array is unknown.
Thanks
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 2 of 2
Thread: array of array pointersThreaded View
|
Click Here to Expand Forum to Full Width |