Eclipse CDT build C project with gcc not g++ -


i installed mingw32 base access gcc command (added /bin folder path).
installed eclipse cdt mars, created c project , selected mingw32 toolchain.
if try compile simple program written in main.c, eclipse tells me couldn't find g++.
know eclipse can't find g++ because installed mingw32 base, gcc 1 available.
created c project not c++ project.

so why eclipse try compile g++ not gcc? how can change this?


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

formula - R: how to pass in a reference to the variable in glm or lm? -