Рет қаралды 278,375
Day 1 of the introduction to C programming on Windows series from Handmade Hero. See handmadehero.org for details.
1. Getting up to speed with C programming on Windows
2. Getting a C compiler via Microsoft Visual Studio Express:
2.1. Caveat: In the next video, we suggest you to get Visual Studio Community instead of Visual Studio Express, you can get Visual Studio Community here: www.visualstudi...
3. Creating a “Win32 Project”
4. Adding a C++ file: test.cpp
5. Compiling and Debugging project
6. WinMain entry point function
7. Creating and calling a function