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.