Tutorials
Here’s a list of tutorials, videos, and code snippet posts that I’ve made over the years, compiled into lists so that you don’t have to search the site:
C Programming Language Video Tutorials
- C Video Tutorial 01: Hello, World! (2011) · Create your first C program and learn the basics.
- C Video Tutorial 02: Basic Data Types and Variables (2011) · Learn about variables, functions, and the basic datatypes.
Written Tutorials
- C++ Events with Lambda Expressions and std::function (2011) · Create a simple event system using the new lambda functionality introduced in C++0x.
- C Tutorial 01: Hello, World! (2011) · Learn to take your first steps using the C programming language.
- Creating a Window Wrapper Class: Redux (2010) · How to implement a window wrapper class for Windows using C++ and the Win32 API.
- A High-Resolution Timer for Win32 (2010) · The source code and explanation for a Windows high resolution timer class for C++ using the Win32 API.
- Counting Processor Cores and Threads (2010) · How to count the processor logical cores and physical cores using C++ and the Win32 API.
- Simple Scene Graph in C++ (2009) · the basic skeleton of a scene graph, does not explain transformations, just the data-structure using C++.
- Little Endians, Bytes and Binary (2009) · explains the differences between little and big Endian byte ordering, and how to convert between the two.
- Amount of Digits in an Integer (2008) · how to count the amount of digits in a Base-10 integer, using C.
- Flattening Multidimensional Arrays (2008) · eliminate nested looping by flattening your multidimensional arrays using C.
- CriticalSection wrapper class (2008) · How to implement a Critical Section wrapper class using C++, PThreads (POSIX Threads), and the Win32 API.
Permalink Tutorials
Scriptionary 
Leave a Comment