C++ Programming

C++ Code Snippets & Hints 
This is a page where I’ve collected various useful snippets of code and techniques.

Troubleshooting C++ Memory Related Crashes
Page about possible causes of C++ program crashes.

C++ Memory Management
Reference chart I made about how to create and delete objects on either the heap or stack in various combinations.

Formatting codes for strftime (C++)
Word document printable (1 pg) I made to pin on my bulletin board as a reminder of the printf style format codes used for formatting date and time strings.

Unicode in MFC/C++
Tips on typing when switching back and forth between multi-byte and Unicode

C++ Blog Posts
Posts from my tech blog tagged as related to C or C++