I'm trying to use a string variable and have it in my "public:" as: string Hold;
I have included <string.h> as one of my libraries too.
it doesn't recognize my string variable at all as if it's not connected to the string library or something? I found string.h on my computer so I know it should be good.
Any ideas as to how I might be able to get the program/Visual C++ 6.0 to see the <string.h> library and my string variable??
thanks in advance!
I have included <string.h> as one of my libraries too.
it doesn't recognize my string variable at all as if it's not connected to the string library or something? I found string.h on my computer so I know it should be good.
Any ideas as to how I might be able to get the program/Visual C++ 6.0 to see the <string.h> library and my string variable??
thanks in advance!