You are viewing our Forum Archives. To view or take place in current topics click here.
- Forum Archives Index
- Search
- Search found 2 matches
All posts by: D4rius
-
Topic: XBOX LIVE IS DOWN
-
D4rius
-
Replies: 13
Views: 1,665Lizard Squad is on the roll again.
https://www.youtube.com/watch?v=g16jfSoEF9I- 0useful
- 0not useful
-
Topic: C++ Computer Programming [Tutorial #1] Getting Started
-
D4rius
-
Replies: 17
Views: 3,389It's a good practice to stop using using namespace std;, and standardize your code in the program itself.
So, instead of:
cout << "Hello, world!" << endl;
Do this:
std ...- 0useful
- 0not useful
- Forum Archives Index
- Search
- Search found 2 matches
You are viewing our Forum Archives. To view or take place in current topics click here.