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.

borge

Junior Member level 1
Joined
Jan 4, 2013
Messages
16
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
Norway
Activity points
1,375
What is the best to use C, C++ ??
Is all languages usable.
 

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top