https://github.com/Microsoft/CNTK
Raw File
Tip revision: 2c696260cf8ccb4353fac6f89d838a2830b740ed authored by liqfu on 12 December 2018, 00:57:54 UTC
update with code review
Tip revision: 2c69626
stdafx.cpp
// stdafx.cpp : source file that includes just the standard includes
// ParseNumber.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
back to top