I want to learn c++, but I don't know from where. I've been looking on udemy.com but I'm not sure which one should I pick. Someone told me about learncpp.com, but I can't learn a lot from reading, best way I learn is when someone tell me about everything. Could someone recommend me a course from udemy or something like this to make me from beginner into advanced.
#Learning c++
34 messages · Page 1 of 1 (latest)
Try some free apps to learn the basics
You will forget the information from videos very fast
I would try brocode 6 hour course YouTube and I kinda get that im reading through it rn and some parts dont make sense to me and it adds vocabulary that it hadn't explained prior to and just assumes I should know
Along side maybe chat gpt or Google to just look at the terminology and ask it to explain it in a simple manner
I also did find a github resource that has c++ but its overall focus is on graphics programming
@frail stag has reached level 1. GG!
This video is a beginner's introduction to C++ that assumes you have no coding experience. This 6-hour video covers just enough to get you started working with C++ on your own. After completion, I would recommend learning: Vectors, Polymorphism, STL, Smart Pointers, and modern C++23 features.
⭐️Time Stamps⭐️
1# (00:00:00) C++ tutorial ...
this will teach you the basics
This would help with understanding things for beginners as it goes in depth.
Just has ads sadly but if you use an ad blocker it should be fine
There's an site that teaches you various code languages it's like a duolingo for code: coddy.tech
please don’t share that
I get it that it explores the basiicccs
but the basics of cpp are the basics of every other languge
other than pointers and references
learncpp.com is much better
but the best way
is to just learn by doing
think about sum simple
if you dont know how to implemenet something search the web
and try to understand the solution
try using tinker cad and youtube tutrials
I'm a fellow noob as well. Used this a couple months ago. Did the job for me. I didn't follow their order tho. Only learn what I absolutely needed for c++. Also skipped some of the C stuff
freecodecamp