Hi,
When new a project in KDS, we won't need to select C or C++, but the default generate main.c file, is it means KDS only support C project?
The setting of the project properites shows both C and C++ compiler, does it seems support C/C++ mixed programing?
KDS also supports C++.
The code generated by Processor Expert is always pure C, so the standard main file is also C.
You can replace it by main.cpp if you like.
Regards, Georg