Can i using C++  in KDS?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Can i using C++  in KDS?

1,517 Views
matherinewang
Contributor III

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?

Labels (1)
0 Kudos
Reply
1 Reply

1,116 Views
georgschmidt
Contributor III

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

0 Kudos
Reply