Strings and *Char[]sWhat pleasant answers. Thanks, especially for the link. :)
Strings and *Char[]sHi, I'll get right to the point. What's the point in using the std::string class type if it isn't su...
Using Char For Menu SelectionYou can't do: [code]if (str1 != "String")[/code] because C++ isn't able to compare strings like th...
Making a library book record[CODE] int i; int s; //speed--the higher, the longer the pause for(i=0;i<s;i++) { //Nothing h...
Tyoecasting Char[] to IntAh, facepalm! I can't believe I forgot about that! Thanks. :)
This user does not accept Private Messages