stdafx.h 281 B

12345678910111213
  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #pragma once
  6. #include <iostream>
  7. #include <tchar.h>
  8. // TODO: reference additional headers your program requires here