help me

Thread Starter

ahmed hammad

Joined Jul 4, 2010
9
i want learning programming language c++ and because i learn after that
microcontroller so i want know can programming microcontroller by c++ and that's easy or assemply ?
plz more explain
i hope my question is clear
thanks
 

debjit625

Joined Apr 17, 2010
790
C++ is an Object Oriented Programming Language(OOP) and in embedded systems like microcontrollers you cant use OOP we need a system programming language like C by the way its an Object Based Language .You have to learn C to program microcontrollers and its easy from assembly (or you can say its code is more mantained,structured).On the other hand is assembly ,you should learn it as well because it will help you to understand the microcontroller's system architecture more clearly.

Good Luck
 
Top