String class
Hi
How can we use 2d strings in vc++.net
I have a string like this
String* arr[];
now I want to insert first element to this 2d string like this
arr[0] = S" Help Me";
then it gives an exception "object reference not set to instance of object"
any help
dotnet
__________________
dotnet
|