第二单元:helloword.c
#include "windows.h" #include "tchar.h" int _tmain(int argc,TCHAR *argv[]) { MessageBox(NULL, "Hello world!", "WWW.baidu.com", MB_OK); return 0; }
第三单元:LittleEndian.cpp
来源:博客园
作者:一朵菊花脸上遮
链接:https://www.cnblogs.com/chrysanthemum/p/11780321.html