• Using C++11 only for .cpp files
    I have a project with mixed C and C++ source files (more specifically, FreeRTOS). If I use C++03, Keil correctly determines the language based on extension (.cpp or .c) and everything is fine. I...
  • Using C++11 only for .cpp files
    I have a project with mixed C and C++ source files (more specifically, FreeRTOS). If I use C++03, Keil correctly determines the language based on extension (.cpp or .c) and everything is fine. I...
  • Cpp Objects not getting included in hex file
    Hi, My project consists of c and c++ libraries. main function is in c source file. Whenever i am trying to call c++ functions, it is compiling and linking without errors. But c++ object are getting...
  • How to call C functions from CPP file
    I have somу C source files and some CPP source files. I'm trying to call function, written in C from CPP file. For example filea.c int apb(int a, int b) { return a+b; } filea.h ...
  • Cpp Objects not getting included in hex file
    Hi, My project consists of c and c++ libraries. main function is in c source file. Whenever i am trying to call c++ functions, it is compiling and linking without errors. But c++ object are getting...