File: stdafx.h

package info (click to toggle)
grcompiler 4.2-6
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,096 kB
  • ctags: 5,232
  • sloc: cpp: 45,565; sh: 4,451; ansic: 4,377; makefile: 188; xml: 175; perl: 127
file content (12 lines) | stat: -rw-r--r-- 296 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once


#include <iostream>
// #include <tchar.h>

// TODO: reference additional headers your program requires here