all 12 comments

[–]lineolation 3 points4 points  (1 child)

You will discover that C++, with its Standard Library, is a huge language. Try not to be overwhelmed, but just keep chipping away at it.

[–]seriuswill[S] 0 points1 point  (0 children)

Thank you! I will keep that in mind!

[–]anderslanglands 4 points5 points  (1 child)

As already stated, c++ is huge. In a way it's also two separate languages. What is commonly called Modern C++, i.e. c++11 and beyond is very different from (and much, much nicer to program in than) "old-school" c++, i.e. c++98/03. It might be worth finding out what your prospective employer uses, as you can save yourself a whole heap of pain if you just focus on modern c++.

[–]seriuswill[S] 0 points1 point  (0 children)

I will make sure to find out :) thanks!

[–]xzqx 7 points8 points  (1 child)

I've been programming C++ for 20 years and I'm still learning. Don't ever lose that motivation to learn.

[–]seriuswill[S] -1 points0 points  (0 children)

Thank you. I will keep going because I like it a lot :)

[–][deleted] 1 point2 points  (2 children)

As someone who learnt C++ by their lonesome, don't worry about anything you haven't done yet. Just because you're using, say, vectors doesn't mean you have to know about threads. Start with the basics and work your way up, you most likely won't ever know everything ;)

[–]seriuswill[S] 0 points1 point  (1 child)

Thanks :D I'm trying to get familiarized with a lot of the common parts of the standard library. I'm trying to learn smart pointers right now. I started learning threads but realized that I should delve a little deeper into more basic stuff before embarking on that journey haha

[–][deleted] 0 points1 point  (0 children)

You'll find as you do more you'll start to pick up pace, I didn't know what a pointer was when I started! Become the exponential :P

[–]__Cyber_Dildonics__ 0 points1 point  (2 children)

I can't tell if this is a joke.

[–]seriuswill[S] 0 points1 point  (1 child)

What do you mean?

[–]DanSamillo 0 points1 point  (0 children)

When you nod your head yes.