+ 1
How hard is it to learn C++?
Hey, I would like to learn a bit of C++, but I have a hard time understanding it. Can anyone give any tips to make me understand it a bit more...?
5 Réponses
+ 1
Use this:
www.learncpp.com
And after you finished i suggest to read C Programming Language[bjarne stroustrup].
+ 3
Cronibet , after reading the tutorial, try and write some bits of code in the coding area.
Start with simple tasks first (read input, print hello), then progress on larger tasks (use arrays, modify strings...)
Then post questions here if you are stuck!
+ 1
ifl Also Qt, Qt freamwork is really easy to use and good to learn things like:
- Design patterns.
- IPC.
- Cross-compiling.
- How to optimize program for cross-platform.
- How to optimize program for embedded platforms.
- ...
0
C++ is not hard to learn. If there is will, then there is a way. Just relax and grasp small bits of knowledge and try to understand it. Once you get the hang of it , you would enjoy it.
0
learn python 3 instead