Can i using C++  in KDS?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Can i using C++  in KDS?

1,502 次查看
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?

标签 (1)
0 项奖励
回复
1 回复

1,101 次查看
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 项奖励
回复