1、打开dev-c++,创建一个新的源代码(ctrl+n)
2、先写一个c++的头文件(#include<stdio.h>)
5、"\n"的意思是换行
7、”printf“表示输出流(输出引号内的Hello word)