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.
Hi all
Are KEIL compilers C or C++ compilers ?
Thanks Elico
What Keil compilers? You never specified any architecture. ONLY the ARM compiler will do C++, '51, '251, '166 will not
ONLY the ARM compiler will do C++, '51, '251, '166 will not
Huh? When I last dealt with the C166 compiler about 10 years ago, it did C++. It was doing it through translating to C, though.
http://www.keil.com/c166/ec166.asp
Keil are at pains to point out that it does Embedded C++ - which is not quite the same thing as just "C++"...
On the other hand - it might be a good thing to have a hard brick wall to stop people from writing PC-class software on too small processors. For microcontroller applications, I don't see any real issues cherry-picking the best things from C++ while avoiding the more memory- or CPU-hungry features.