nptr / no-crt-template

simple c++ visual studio project that doesn't use the C/C++ runtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • ...

About

simple c++ visual studio project that doesn't use the C/C++ runtime


Languages

Language:C++ 98.8%Language:C 1.2%