新增C++项目,静态编译输出可以在winxpsp2上运行
#include <cstdio> int main() { printf("%s 向你问好!\n", "CloverLinux"); return 0; }