linux下运行C,C++,JAVA的第一个test程序
linux下
==========================================
c++:
mkdir 创建工作目录c++Workplace
touch创建cpp文件testone.cpp
vim test.cpp编辑保存
esc+:输入wq+enter退出并且保存
g++ testone.cpp
默认输出a.out文件
使用./a.out得到输出结果
或者
g++ testone.cpp hello
使用./hello得到输出结果
=========================.
原创
2020-12-15 10:09:17 ·
305 阅读 ·
0 评论