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...