June 30, 2025Jun 30 comment_27993 I was wondering if anyone can recommend me courses for learning GIT i would appreciate it and also some c++ GITHUB projects for me to take a look/study from.ย ๐ Report
July 2, 2025Jul 2 comment_28008 On 6/30/2025 at 9:07 PM, thesstraight said: I was wondering if anyone can recommend me courses for learning GIT i would appreciate it and also some c++ GITHUB projects for me to take a look/study from.ย ๐ Nothing better than the GIT documentation to learn GIT, and also EXPERIMENT it ! nothing better than actually trying what you want to learn. Push commits, revert, create multiple branches, merge, rebase, whatever. As for C++ projects, none, you won't learn C++ by reading an existing project, you will learn C++ by reading books, and again, EXPERIMENTING with it ย create simple code, make it work, once it works, take a break and ask yourself, why does it work ? how does it run ? what's an operating system, what's memory, what's a CPU, how my " if(a==12)" is interpreted by my CPU, basically just be curious, mess with it, and you will learn FAST ! Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.