iteration, nested loops. I must be missing something.you can try do while loop [code]do { //things you want to do }while(n!=0); //ends the loop when ...
convert string to char*[code]char * point; ifstream file; file.open(file.c_str()); if(file.is_open()) { while(file.good()) ...
convert string to char*Thanks alot for your suggestion. i will start reading on how to implement that. I'm currently still ...
convert string to char*Thanks alot! That solved my error.
convert string to char*I have part of my code that i do not know how to solve the error. my input in the file is something ...
This user does not accept Private Messages