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? -

sql server - SQL Query returns one result, does not return 0 or NULL result -