Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Debugging

Name: Using Dev Compiler 2010-05-09 9:24

in C++ why can i not globally define:
typedef vector< struct { double x,y,z; }; > meshMap;
?
i get these two, twice:
program.h expected init-declarator before '<' token
program.h expected `,' or `;' before '<' token
( the second set are for the '>' chevron.. )

Name: Anonymous 2010-05-09 10:01

>>2
C99 sucks. Use C89 instead.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List