Continue to Site

Welcome to EDAboard.com

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.

Programming language C++

Status
Not open for further replies.
What is the best to use C, C++ ??

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.


BigDog
 

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 :)
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top