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.. )
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.. )