User profile: Igor Akimov

User info
User name:Igor Akimov
History
Joined:
Number of posts:14
Latest posts:

fstream not Working
try to use [code]std::getline(dataFileOut,item)[/code] instead of [code]dataFileOut >> item[/code]

Constructor and parameters pls help
because you don't have a default constructor

I need some help
[code]#include <iostream> #include <conio.h> #include <string> #include <exception> using namespace...

File Reading Issues
Yeah, that's true, i tried to put [code]outStream.close();[/code] just after writing to file. Now it...

Error: No matching function to call
Try to write [code]ios_base[/code] instead of [code]ios[/code] but im not sure