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

C++

Name: Anonymous 2006-06-19 10:09

E?

Name: Anonymous 2006-12-18 20:39

#include <iostream> // missing "#"
int za_warudo(); //missing declaration
using namespace std // error-producing colon
main()
{
 za_warudo(); //there's no reason for a function for such a small code
 return 0;
}

void za_warudo() //this should be zaWarudo; underscores ftl
{
 cout<<"Wrryyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy"<<endl; /*print? terrible, terrible*/
}

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