Viewing profile - Spartan025

Username:
Spartan025
Groups:
Location:
Learning C++

Contact Spartan025

User statistics

Joined:
Fri Oct 13, 2006 3:45 pm
Last active:
Sat Jun 16, 2007 3:19 pm
Total posts:
13 | Search user’s posts
(0.00% of all posts / 0.00 posts per day)

Signature

Code: Select all

#include <iostream>
using namespace std;

int main() {
        cout << "Initiate Control Room Console" << endl;
        cout << "Initiate functions......" << endl
        system("PAUSE");
        return 0;
}