i use this struck
public struct rec
{
public string name;
public int number;
public rec* link
}
but program gives an error for string in struct.
I don't want to use char* type declaration for string defining...
|
Results 1 to 17 of 17
Thread: pointer declarationThreaded View
|
Click Here to Expand Forum to Full Width |