The first few weeks of the semester, we’ll take a deep(er) dive into pointers and dynamic memory management using C++. To get started, I wanted to provide you some links to useful information.
- Stackoverflow.com – A treasure trove of software development and programming Q&A. Very often, if you google an error message, you’ll see links to Stackoverflow.
- CPP Reference – a fantastic reference site
- learncpp.com – some good tutorials; great for a review of topics you may be rusty on.
- cplusplus.com – great reference material
- Cliff Shaffer’s Data Structures Book – This is what we’ll be using (for the most part) in class.
Regarding our first topic, pointers and memory management, here are some links to some other blog posts I did over the summer that might be helpful:
- Pointers (check out the video links at the bottom)
- Memory Management (again – check out the video links)
Speak Your Mind