User: white rose

  • Public profile

User profile: white rose

User info
User name:white rose
Name:Jason Rose
Location:Toronto
Statistical data
Birthdate:Feb 25, 1999
Gender:Male
Occupation:Student
Skills:C++
Visual Basic
VB .NET
Java
History
Joined:
Number of posts:6
Latest posts:

Deleting Files
Nevermind, I figured it out. ios::trunc was giving me problems, and then You were right to close the...

Deleting Files
Peter, you mean like this? [code] void delete_data(){ fstream file_to_del(set_path(), ios::trunc)...

Need help with my loop program...
[code]while (newSumNum <= 21){ cout << "Total: " << newSumNum << endl; ...

Deleting Files
Hello, forum. I am trying to create save data in a text file for a text-based game I'm making. I alr...

Adding a member function to iostream?
I'm using this to write a game for my class. I got sick of writing [code] if([i]condition[/i]){ ...

This user does not accept Private Messages