Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

C++ Help

Name: R.C.Mongler 2007-07-19 17:59 ID:7QA39QOi

Hey guys, I'm new at C++ and I made a porgam can u fix it?

#include <iostream>

int main()
{
    using namespace std;
    cout << 10 / 0
        \n "Hello World!";
    return 0;
}

Name: Anonymous 2007-07-20 6:33 ID:aVdc93Ou

>>1

#include <iostream>

int main()
{
    using namespace std;
    cout <</* 10 / 0*/\
        /*\n */"Hello World!";
    return 0;
}


fixed.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List