1、打开codeblocks。
2、新建一个文档。选择file-->new-->file-->C/C++ source-->next。选择C-->next.选择存储位置-->finish
3、输入头文件:#include <stdio.h>
4、输入主函数。编译(图片第一个键)。运行(图片第二个键)。//第三个键是编译加运行。
5、这样一个“Hello World”就完成了。
1、打开codeblocks。
2、新建一个文档。选择file-->new-->file-->C/C++ source-->next。选择C-->next.选择存储位置-->finish
3、输入头文件:#include <stdio.h>
4、输入主函数。编译(图片第一个键)。运行(图片第二个键)。//第三个键是编译加运行。
5、这样一个“Hello World”就完成了。