|
Re: ofstream (standard C++ file output) not working
I (finally!) got a chance to test this again.
code (in auto)
Code:
ofstream txt;
txt.open("test.txt");
txt<<"IT WORKS!!!"<<endl;
for some reason, (without the priv_setwrite stuff) it worked 2 of the three times i tested it. No difference except different flies
__________________
Bubble Wrap: programmers rewards
Watchdog.Kill();
printf("Watchdog is Dead, Celebrate!");
How to make a self aware robot: while (∞) cout<<(sqrt(-∞)/-0);
Previously FRC 451 (The Cat Attack)
Now part of the class of 2016 at WPI & helping on WPILib
|