Skip to content

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

Notifications You must be signed in to change notification settings

nptr/no-crt-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published