Day 2 of the introduction to C programming on Windows series from Handmade Hero. See http://handmadehero.org for details. 1. Getting Visual Studio Community edition: http://www.visualstudio.com/ 2. Printing to the console with OutputDebugStringA () 3. Setting break points, intro to debugging 4. Line breaks and the return character ‘\n’ 5. Watch Windows 6. Macros, Switching from ASCII and UNICODE 7. What’s a variable? 8. Debugging integer assignments 9. Inspecting values, Step Over (F10) 10. Char, short and int types. Also unsigned types 11. Disassembly window 12. Registry window