This is a simple visual studio C++ project for windows that doesn't use a CRT. No dependency on msvcrt, msvcrtXXX etc. You are on your own, no C and C++ libraries, just the very basic language constructs and Windows.
Configured for x86 with SSE2 still enabled(!) and should build right out of the box. Produces a 6kb executeable.
Implemented after the great example at the Handmade Hero forum.
- no RTTI
- no C++ exceptions
- no SEH exceptions
- rounding float/double casting
- ...