|
Subject:
|
String class
|
|
Posted By:
|
dotnetprogrammer
|
Post Date:
|
11/20/2004 12:30:37 AM
|
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
|
|