View Single Post
  #12  
Old 07-12-2002, 06:21 AM
Wierdo99
Fire Beetle
 
Join Date: Feb 2002
Posts: 6
Default

#include <iostream>

using namespace std;

and then the

int main(int argc, char** argv)
{
// Your stuff here
return 0;
}

That is all the standard... the trick to it is to use a compiler like gcc or so that actually gives you warnings for non-standard code.

But that is all a moot point to this post
Reply With Quote