Programming Question

Started by
3 comments, last by frob 1 month ago

Hi there!

I am curious if someone can tell me what helped them the most when it comes to coding in C++ and/or C#. Was there someone on YouTube who helped out a lot? Or were there any tutorials elsewhere that were beneficial to learning how to implement gameplay features into a project? I am trying to improve my knowledge of programming, so any help would be greatly appreciated!

Thank you!

None

Advertisement

For C++, a good book like https://en.wikipedia.org/wiki/The_C%2B%2B_Programming_Language​ is key. You might also want to get something from Wrox, as a second reference.

These two online references are also irreplaceable:

https://en.cppreference.com/w/

https://cplusplus.com/​

Good luck on your journey!

@taby I appreciate this very much!

None

Still up to date: https://stackoverflow.com/questions/388242/the-definitive-c-book-guide-and-list

The old book lists the site used to maintain has basically the same series of books on that list, although they've added a few newer ones to the stackoverflow list. C++ Primer, Accelerated, Effective series, Exceptional series, Josuttis' giant bible, and of course, the actual language standards after you've read all of those and are comfortable with language-lawyer details.

This topic is closed to new replies.

Advertisement