Feb 9, 2011 at 11:51am
thanks but i have this effor
15 E:\test v2\Untitled1.cpp no matching function for call to `std::basic_ofstream<char, std::char_traits<char> >::open(std::string&)'
Feb 9, 2011 at 2:08pm
This myfile.open (filename.c_str());
should solve the problem
Feb 11, 2011 at 12:12pm
thanks alot :),
can you just quickly explain what the "c.str()" does so i dont make the same mistake again :)