Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~110 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for TehBlue

[code] int shutdown() { int time; int hmm; string name2file; string name; string nametofile; string name2; ofstream file; ofstream file2; cout << "\nHow long do you want to wait till shutdown?(in seconds)\n"; cin >> time; cout << "What would you like to name the batch file?\n"; getline(cin,name); name2file = name …

Member Avatar for Dave Sinkula
0
110