[try Beta version]
Not logged in

 
Hey everybody

Dec 29, 2010 at 12:03pm
Who can tell me a problem...in c++...
Dec 29, 2010 at 12:58pm
1
2
3
4
5
6
7
8
9
10
11
#include <iostream>
using namespace std;

int main()
{
    cout << "check this out:\n";
    cout << "http://cplusplus.com/forum/articles/12974/";
    cin.get();

    return 0;
}
Topic archived. No new replies allowed.