Personal computing discussed

Moderators: renee, SecretSquirrel, just brew it!

 
ArjunKumar
Gerbil In Training
Topic Author
Posts: 6
Joined: Fri May 31, 2019 3:47 am

Fast Track C++ Course

Wed Jun 09, 2021 2:44 am

Hello All, Can anyone suggest fast track course for C++? I have checked on youtube to find the 5-6 hours based course but I don't know which one is best. Please suggest me.
 
Waco
Maximum Gerbil
Posts: 4850
Joined: Tue Jan 20, 2009 4:14 pm
Location: Los Alamos, NM

Re: Fast Track C++ Course

Wed Jun 09, 2021 8:13 am

You won't be learning C/C++ in 5-6 hours.
Victory requires no explanation. Defeat allows none.
 
Buub
Maximum Gerbil
Posts: 4969
Joined: Sat Nov 09, 2002 11:59 pm
Location: Seattle, WA
Contact:

Re: Fast Track C++ Course

Wed Jun 09, 2021 12:05 pm

You can certainly get the basics in 5-6 hours, but as Waco says, it will take months to become "good", and years to become an expert.

Mind you, that isn't to discourage you -- simply to set expectations. C++ is, IMHO, the best mix of all the languages for highly performant or technical code. It has the best memory model, IMHO, with just-in-time resource deallocation via scope-based deallocation and smart pointers for the shared stuff. And it can reduce down to C levels of micromanagement if you need to tweak performance that precisely, while at the same time having a very rich and robust modern feature-set that rivals Java and Golang.

That's my sales pitch.

On the other hand, if you're trying to quickly bang out web apps or web servers, something like Java or Golang may be a better approach.
 
Waco
Maximum Gerbil
Posts: 4850
Joined: Tue Jan 20, 2009 4:14 pm
Location: Los Alamos, NM

Re: Fast Track C++ Course

Wed Jun 09, 2021 2:51 pm

^ what he said.

(I'm a C/C++ dev)
Victory requires no explanation. Defeat allows none.
 
ArjunKumar
Gerbil In Training
Topic Author
Posts: 6
Joined: Fri May 31, 2019 3:47 am

Re: Fast Track C++ Course

Thu Jun 10, 2021 2:53 am

I have checked C++ fast track video course on youtube and InterviewBit.

Who is online

Users browsing this forum: No registered users and 1 guest
GZIP: On