C++ tutorials

Started by TomToad, June 11, 2017, 15:23:42

Previous topic - Next topic

TomToad

For those who wish to learn C++ programming, I found this site. http://www.learncpp.com/
------------------------------------------------
8 rabbits equals 1 rabbyte.

EdzUp

Nice find coming from C to C++ you do tend to pick up some bad habits which refresher tuts like these do help with :)

Goodlookinguy

Microsoft has beginner and intermediate C++ courses on edx. Both courses reside in the beginner category really, but's a good way to start.

In my personal opinion, it's easier to learn programming languages if you have specific projects or goals in mind. It forces you to keep using the language and you have to figure out how said language handles things. I've learned a ton of programming languages over the years, so maybe this is just a bias I've created after you learned this many.
I'm insane and not in a funny or good way! nrgs.org

Steve Elliott

Quote
Nice find coming from C to C++ you do tend to pick up some bad habits

Or good ones  :D
Win11 64Gb 12th Gen Intel i9 12900K 5.2Ghz Nvidia RTX 3070Ti 8Gb
Win11 16Gb 12th Gen Intel i5 12450H 4.4Ghz Nvidia RTX 2050 8Gb
Win10/Linux Mint 16Gb 4th Gen Intel i5 4570 3.6GHz Nvidia GeForce GTX 1050 2Gb
Linux Mint 8Gb Celeron 2.6Ghz UHD Graphics600
macOS 64Gb M4 Max 16C GPU 40C
Spectrum Next 2Mb

Rooster

#4
Quote from: Goodlookinguy on June 11, 2017, 18:49:10
In my personal opinion, it's easier to learn programming languages if you have specific projects or goals in mind. It forces you to keep using the language and you have to figure out how said language handles things.
That's been my experience too.
Edit(with BMax)