Learning C++
#1
Posted 06 July 2013 - 12:46 AM
#2
Posted 08 July 2013 - 08:50 PM
#3
Posted 16 December 2016 - 06:56 AM
To learn C++, You'd better learn plain C first.
C is a sub set of C++, and C++ is just the "C with class".
I've got two sites about C learning.
Here it is: http://publications....t.co.uk/c_book/
(This is an on-line C programming tutorial book)
And when you programming with C. You need to retrieve libraries and functions from here:
As for you wanna programming on the embedded systems (like calculators) you need specific reference or manuals of that micro-controller
and IDE, C-compilers.
As for C++, there is a less people who use C++ for embedded system developing.
Cuz It's hard to operate with low-level hardware facilities with a Object-Oriented language.
Also there's a lot of paper-book you can buy to learning C/C++. here is one example:
"The C Programming Language" written by Dennis Ridge-the father of C.
GOOD LUCK.
2 user(s) are reading this topic
0 members, 2 guests, 0 anonymous users