Hi I want to write a CODE in C++ in KEIL. Can anyone tell me how to proceed. I am getting the option of C/C++ in the configuration window. But completely confused on how to make selection thereafter.
Your compiler (C51) doesn't support C++ - And it's certainly doesn't support ARM!
Hi C51 is not the fixed compiler provided by KEIL UV3 depending on the device selected it will select C51/ARMcc/C251 etc. Since it is my 1st time with object oriented (C++) so I want to make it on 8051 core. And C51 is for 8051 provided by KEIL IDE.
"Since it is my 1st time with object oriented (C++) so I want to make it on 8051 core."
Good luck. As I said before, C51 does not does not support C++.