Thread
:
good grief. How can I help already?
View Single Post
#
3
07-10-2002, 12:12 PM
kathgar
Discordant
Join Date: May 2002
Posts: 434
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)
kathgar
View Public Profile
Send a private message to kathgar
Find all posts by kathgar