// Corporation.cpp : 定義主控台應用程式的進入點。 // #include "stdafx.h" int main() { Employee A("K","1991,11,11",10,20); A.form(); return 0; }
Standard input is empty
prog.cpp:4:20: fatal error: stdafx.h: No such file or directory compilation terminated.
Standard output is empty