Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.
While it largely depends on the specific device being programmed and the availability of a compilers, as a general rule embedded programming of microcontrollers is typically done in C rather C++.
The C Language compilers tend to produce a leaner more efficient code, then their C++ counterparts.
And most embedded C++ compilers only support a limited subset of the actual C++ standard language features.
Typically C++ is utilized to write larger applications for desktop or server systems, often with an underlying OS which manages such systems.
Hi, and thanks for informaton.
I have tried both Atmel studio, and Code Block, and both seems good, with some help functions while programming.
I have started looking in to C++, but it should be ok to move to C then.
Will keep on studying
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.