• How to incorporate CPP files in my "C" project
    Now, I am doing my project in C - I would like to do some additional VC++ files in my projects for Sending SMS through GSM. What i have to do. Give me resolution for this? Expecting asap.
  • How to incorporate CPP files in my "C" project
    Now, I am doing my project in C - I would like to do some additional VC++ files in my projects for Sending SMS through GSM. What i have to do. Give me resolution for this? Expecting asap.
  • How to globally enable --cpp11 without compiling .c files as cpp?
    Hi There, I have both .cpp and .c files in my project. I recently wanted to use some C++11 features in my project, so I enabled --cpp11 in the uvision project. This worked great on my CPP files,...
  • How to globally enable --cpp11 without compiling .c files as cpp?
    Hi There, I have both .cpp and .c files in my project. I recently wanted to use some C++11 features in my project, so I enabled --cpp11 in the uvision project. This worked great on my CPP files,...
  • 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...