u/Buttcannon - Archived Voat Post in v/programming
u/Buttcannon
  • home
  • search

u/Buttcannon

0 posts · 1 comment · 1 total

Active in: v/programming (1)

  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››
Comment on: I've pretty much learned the basics of C++ so far in university, what else can I learn with this knowledge with not too much difficulty?

What's best to understand is that C++ is simply a tool to solve complex problems, like any programming language. You should use C++ to learn universal development concepts such as design patterns and algorithms, concurrency, memory management (may this isn't so universal anymore :P). Now that you have a basic understand of C++ you can use it to dig into these higher level concepts through reference example.

Oh, and check out the STL and templates, they are pretty much the most awesome thing in C++, but can be difficult to digest.

5 07 Jul 2015 07:22 u/Buttcannon in v/programming
  • ‹‹‹
  • ‹‹
  • ‹
  • 1
  • ›
  • ››
  • ›››

archive has 9,592 posts and 65,719 comments. source code.