User Activity

in default situation, you could not call c++ function in C file.  So the main.c  is not suitable file in C++ project.   if user choose C++ project,the generated main.c ,stm32h7xx_it.c should sufixed with .cpp.
i would like to program with c++,but failed in compiling.