From: Frank Birbacher on 19 Dec 2009 15:09 Hi! polaris schrieb: > Im not specialized in c++ but I have application written in c++ I have > to compile and run for research purposes. > > the g++ compiler (version 3.4) gives me this error > > iq_router.cpp:32: error: ISO C++ forbids initialization in array new Maybe the source requires gnu extensions of gcc to be enabled. I don't know much about them, but you can find options for this in the man page. In my man page it says: -std=gnu++98 HTH, Frank -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ]
First
|
Prev
|
Pages: 1 2 Prev: Factories, handles, and handle wrappers Next: Stack overflow using boost::operators |