mirror of
https://github.com/wuye9036/CppTemplateTutorial.git
synced 2024-03-22 13:11:16 +08:00
758bc2aefe
Add part of sample code.
9 lines
298 B
C++
9 lines
298 B
C++
// stdafx.cpp : source file that includes just the standard includes
|
|
// CppTemplateTutorial.pch will be the pre-compiled header
|
|
// stdafx.obj will contain the pre-compiled type information
|
|
|
|
#include "stdafx.h"
|
|
|
|
// TODO: reference any additional headers you need in STDAFX.H
|
|
// and not in this file
|