|
||
|
GP Mailing List
ATXGPSIG List
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: Please help! I can't find out what's wrong!
you do not need the semicolon after the closing }.
Thanks,
Jason Brunson
----- Original Message -----
From: Lionel Pinkhard <lionelpi@mweb.co.za>
To: <gameprogrammer@gameprogrammer.com>
Sent: Sunday, June 11, 2000 4:45 PM
Subject: Please help! I can't find out what's wrong!
> Can somebody please take a look at this piece of C++ code, it tells me
> that there's a parse error before { in line 8?
>
> Kind regards,
>
> Lionel Pinkhard
>
----------------------------------------------------------------------------
----
> #include <iostream.h>
> #include <stdio.h>
>
> #include "defs.h"
>
> #include "title.cc"
>
> void main(int argc, char *argv[]) {
> title(argc, argv[]);
> exit(0);
> };
>
=================================================================
The GameProgrammer.Com mailing list is for the open discussion
of any topic related to the art, science, and business of
programming games. This list is especially tolerant of beginners.
We were all beginners once
To SUBSCRIBE or UNSUBSCRIBE please visit:
http://gameprogrammer.com/mailinglist.html
|
|