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.
Just rename them to *.c and compile them. Fix every line that gives an error or warning and off you go.
It is quite impossible, because i am using, in that C++ files some built in class and its methods, i would like to incorporate as C++ files. Is it any way to do that? please send me the appropriate resolution for that.
Just add "*.cpp" to the list of extensions for "C source file" You may also want to want to add "*.hpp" for headers...
View all questions in Keil forum