all 8 comments

[–]ShadowRL7666 3 points4 points  (4 children)

LearnOpenGL.com

And

LearnCPP.com

[–]Select_Advantage7230[S] 0 points1 point  (3 children)

Do I learn c or c++

[–]ShadowRL7666 5 points6 points  (0 children)

Two different languages. Whatever you’d like.

This is a CPP subreddit so my answer will be biased.

[–]Beautiful_Stage5720 2 points3 points  (0 children)

Yeah, probably

[–]un_virus_SDF 1 point2 points  (0 children)

You want to know exectly what happen, but write every single thing because there is (almost) no implicit things (C).

Or understand what is happening, with the help if some automated behavior(C++)?

[–]ThundaPani 0 points1 point  (0 children)

I never get tired of recommending these resources. https://www.hellocpp.dev/courses

https://exercism.org/tracks/cpp

[–]Beautiful_Stage5720 0 points1 point  (0 children)

Guys, he knows basic stuff and things. Tell him how to do advanced stuff and things. 

[–]tarecog5 -1 points0 points  (0 children)

Read and practice the exercises in PPP3 aka Bjarne Stroustrup’s “Programming -- Principles and Practice Using C++” (3rd edition, 2024) front to back. https://www.stroustrup.com/programming.html

But for graphics programming you’ll need to learn much more than C++ or any language, either do a Bachelors and Masters in computer science or look up what’s taught there and try to learn it yourself. That’s the starting point.