View Single Post
  #3  
Old 07-10-2002, 12:12 PM
kathgar
Discordant
 
Join Date: May 2002
Posts: 434
Default

I hate to tell you, but
#include <iostream>
is not an error, that is ANSI complaint, could use a
using namespace std; though
and no
void main
use
int main(int argc, char** argv)
Reply With Quote