fork download
  1. // Corporation.cpp : 定義主控台應用程式的進入點。
  2. //
  3.  
  4. #include "stdafx.h"
  5.  
  6.  
  7. int main()
  8. {
  9. Employee A("K","1991,11,11",10,20);
  10. A.form();
  11. return 0;
  12. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:4:20: fatal error: stdafx.h: No such file or directory
compilation terminated.
stdout
Standard output is empty