fstream not Workingtry to use [code]std::getline(dataFileOut,item)[/code] instead of [code]dataFileOut >> item[/code]
Constructor and parameters pls helpbecause 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 IssuesYeah, that's true, i tried to put [code]outStream.close();[/code] just after writing to file. Now it...
Error: No matching function to callTry to write [code]ios_base[/code] instead of [code]ios[/code] but im not sure