Hello,
uVision comes with two small projects that use C++;
C:\Keil\ARM\Examples\C++
Next to this I can't find any example code or project using C++ on Keil/Arm. Is somebody using C++ on Keil/Arm? Where can I find some more examples? (Yes, I google'd around but I found only one old post (2007);
forum.allaboutcircuits.com/showthread.php
Regards,
Roland Beuker
www.glenmccl.com/tutor.htm
contains already a lot of C++ tutorials, but some real Keil/Arm examples would be nice...
The question here - do you know C++?
If you already know C++, then you will be just as fine with C examples as with C++ examples. It will still be up to you to write your application, and that is where the challenge lies - how to arrange your logic into well thought out classes, and how to handle the timing between the different peripherials. The samples (C or C++) will not help with that.
You're right about that. I used C++ on Borland Cbuilder, but working with the language from scratch as in the Keil embedded environment is a different story... I'm translating C examples to C++ and things starting to become clear now.
Regards