We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I need to write a C++ program with the basic instructions to create classes and objetcs for the 8051. Has anyone written a C++ program and compiled it with Keil Microvision, it supports C++ instructions like class ?
Thanks in advance.
" ... Keil Microvision, it supports C++ instructions like class ?"
No, it does not.
Keil C51 is an ANSI C compiler - it is not a C++ compiler.
http://www.keil.com/c51/
I have looked at the Keil Realview C/C++ compiler for ARM and have thought that the C51 also belongs to Realview and could compile C++ codes.
"thought that the C51 also belongs to Realview..."
No, it doesn't, I'm afraid.
"...and could compile C++ codes"
hence it can't.