// stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // #pragma once #define _CRT_NON_CONFORMING_SWPRINTFS #include #include #include #define SASSERT(x) assert(x)