arrow_upward
can i learn c++ on pc
#21
The best is to start with java and python



#22
i'm currently learning c++ in university and im still struggling despite having learned basic java. so really, is there any good places to do some self directed learning?



#23
yeah, you should learn it on your ipad



#24
To learn C++ the best way is learning the basics of C and then began to implement the C++ "extras". You can't start a house by the roof.



#25
You might want to take a look at this tutorial: 

RE: can i learn c++ on pc.

Registered Members Only

You need to be a registered member to see more on RE: can i learn c++ on pc.
Login or Sign up to get access to a huge variety of top quality leaks.


Although I haven't watched this one in particular, I watched his C tutorial and it is probably one of the best ones out there, so I'm guessing his C++ tutorial must be good as well.

Good luck!



#26
C++ is not good to start with, but there are good books around like "How to learn C++ in 21 days". If you still want to learn C++ take a look at the framework Qt.



#27
Well C++ is C with objects.
The basic syntax is quite similar, in C++ you have all the construct for OOP, Object Oriented Programming.