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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-03-25 3:36 AM
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2021-04-01 6:41 AM
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
