...file not opening
for some reasson the file isnt opening..
#include fstream.h;
#include iostream.h;
//the above have the greater more and less than signs around them is just that if i put the signs.. the stuff inside them dissapear
ofstream writefile;
void datfile()
{
writefile.open("scores.dat", ios::out);
writefile << "High Score" <<endl;
writefile.close()
}
and yes.. im sure the function is called
thanx in advance
BAHcows go moomoos go cow
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement