use of &i in file.write@danicpp to read a file you have to declare the variable of type ifstream (input file stream) In th...
use of &i in file.writetry the following: #include <fstream> [code]ofstream filehandle("TEST.DAT"); for(int i = 0; i ...
Switch statementHi, First of all you mixed C++ with C code and that's not a good practice...here is your program wr...
Help for vowels! Here is the correct program, I've bolded what I've changed into your original program: [code] #inclu...
This user does not accept Private Messages