cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeIDE: when I "convert to C++" a C project the only difference seems to be that .cpp source files are also compiled during build while in a C project they are not. Is my understanding correct?

Adriano Melis
Associate III
 
1 REPLY 1
Cartu38 OpenDev
Lead II

As end user visible effect I would say yes.

C->C++ is mainly activating C++ toolchain. So adding .cpp support and final link process invoking g++ instead gcc