T
Tommy Vercetti
All C++ files in VC++ must start with
#include "stdafx.h"
Did anyone ever figure out why? Other C++ compilers have precompiler
mechanisms that don't need source code modifications to function. If the
compiler absolutely has to include that file first, why doesn't it do so
automatically without code modifications?
#include "stdafx.h"
Did anyone ever figure out why? Other C++ compilers have precompiler
mechanisms that don't need source code modifications to function. If the
compiler absolutely has to include that file first, why doesn't it do so
automatically without code modifications?