Content originally posted in LPCWare by [email protected] on Wed Jan 22 17:38:59 MST 2014 I'm sorry once again ask the question, but I still can not create a C + + project. When I LPCOPEN new C + + project, the project that is created is C. mcu 11C24 Can not create a class. HELP
Content originally posted in LPCWare by lpcxpresso-support on Thu Jan 23 00:42:00 MST 2014 If you want to build C++, you MUST create a C++ project. A C++ project builds C and C++ files. A C project builds C files only.
File with extension ".c" are compiled with the C compiler. Files with extension ".cpp" are compiled with the C++ compiler.
Content originally posted in LPCWare by [email protected] on Wed Jan 22 23:16:26 MST 2014 OK desolated I speak French, I translated by Google translation. I am under Windows 8.1, I'll try to be clearer in my explanation. When I create
a new workspace, and I import the demo project, everything works it's ok. but if I created a new C + + project, the project does not have C + + but in C? My problem is this creates a new "class" c + + right click new class toto.h I call toto.cpp and include its not working for (empty project) that's why I envoier console "he says it is Invoking: MCU C Compiler"
so I said that it is poorly configured to compile C + +.
Content originally posted in LPCWare by [email protected] on Wed Jan 22 20:32:34 MST 2014 I can not be more specific, I did not create a project in C + + mode. lpcexpreso remains in C mode? even files remains. C not cpp ????