This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

C++ example code for ARM7

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

Parents
  • 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.

Reply
  • 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.

Children