http://GameProgrammer.Com

Programming

GP Mailing List
     Thread Index
     Date Index

ATXGPSIG List
     Thread Index
     Date Index

Google
>

Home

TheGrumpyProgrammer



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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);
};