Discussion Forum

C++ example code for ARM7

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Roland Beuker
Posted
26-Dec-2009 15:43 GMT
Toolset
ARM
New! 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);

http://forum.allaboutcircuits.com/showthread.php?t=16497

Regards,

Roland Beuker

Read-Only
Author
Roland Beuker
Posted
26-Dec-2009 15:58 GMT
Toolset
ARM
New! RE: C++ example code for ARM7

http://www.glenmccl.com/tutor.htm

contains already a lot of C++ tutorials, but some real Keil/Arm examples would be nice...

Read-Only
Author
Per Westermark
Posted
26-Dec-2009 16:03 GMT
Toolset
ARM
New! RE: C++ example code for ARM7

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.

Read-Only
Author
Roland Beuker
Posted
27-Dec-2009 20:49 GMT
Toolset
ARM
New! RE: C++ example code for ARM7

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

Next Thread | Thread List | Previous Thread Start a Thread | Settings