how to do a loop if the infilename is not good??[code] cout<<"Enter file name: "; cin>>infilename; infile.open(infilename.c_str...
how to do a loop if the infilename is not good??Hi, If I was to open a file name but I typed in the incorrect one how would I write up a loop for...
How do I write a loop for this?Im confused.
How do I write a loop for this?[code] int main() { int n = 298; int counter ; for (n;n%2==1;n*4) ...
How do I write a loop for this?If I have a random number and if it is even divide it by 7 and if its odd multiply it by 4 and it ke...
This user does not accept Private Messages