User: DareNow

  • Public profile

User profile: DareNow

User info
User name:DareNow
History
Joined:
Number of posts:4
Latest posts:

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.write
try the following: #include <fstream> [code]ofstream filehandle("TEST.DAT"); for(int i = 0; i ...

Switch statement
Hi, 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