Hey! I would like to know if anyone knows any good resources for learning C++? I've tried to find some but haven't found any good ones, sadly. So if you got any please post them!
Cheers. Have a nice day!
RE: Anyone know any good resources for learning C++?
The best place that I've found is Skillshare. I have no idea which ones are the best, as all the premium ones I've tried are really good, but seem to cover the same/similar topics, so I tend to stay off them... If you've got a CC, then it might be worth looking at the Skillshare trial.
"It never hurts to keep looking for sunshine" - A. A. Milne
if you actually want to learn good C++ dont go for stupid coursera, lynda and other such video courses. A good programmer must begin with understanding basic concepts like data structures, OOP and basic algorithms then advancing further. You can do all this in C++, i would suggest resources like open MIT and other college lectures, If you have patience and motivation to actually study go for reading Bjarne Stroustroup's books on C++ (he created c++) Good luck!