Hey everybody

Who can tell me a problem...in c++...
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.