Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

C++ Tutorial?

A topic by AtsushiHdez created May 13, 2021 Views: 355 Replies: 3
Viewing posts 1 to 4
Submitted

Can I learn C++ from any Youtube tutorial? Will it work?

(+2)

Sure, but generally you need to go through the tutorial and do everything carefully. You may even need to do multiple tutorials to internalize all the stuff.

Submitted

I like w3schools for practical c++: https://www.w3schools.com/cpp/default.asp

That page has example programs, exercises, and text explanations for whatever style learning you prefer.

Once you've studied a bit, it's probably a good idea to download an editor like Visual Studio Code and try recreating these programs yourself. Good luck!

The Cherno is a good one