Ubuntu系统---进行C++项目开发的工具

                      Ubuntu系统---进行C++项目开发的工具

  在Ubuntu系统下进行C++工作任务,还没接触过。像 Windows + vs 一样,Ubuntu应该也有自己的C++开发工具。网上搜罗了一圈,发现有以下可行的方法:
(1)终端上,利用gcc/g++编译器,编译C/C++程序
(2)使用CMake创建C++项目,编译C/C++程序
(3)用Eclipse IDE开发C/C++
(4)用VScode IDE开发C/C++

5)其他.....
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------
(1)终端上,利用gcc/g++编译器,编译C/C++程序
利用gcc/g++编译器,vim/gedit/...编译工具,gcc -> C  ,g++ -> C++。
@https://blog.csdn.net/liuzubing/article/details/78303167

(2)使用CMake创建C++项目,编译C/C++程序
使用cmake + CmakeLists.txt生成makefile文件并进行编译C/C++程序
@https://blog.csdn.net/baidu_38172402/article/details/80751312 Ubuntu下使用cmake结合CmakeLists.txt生成makefile文件并进行编译
@https://blog.csdn.net/github_39611196/article/details/80991436 ubuntu下使用CMake创建C++项目
@https://www.cnblogs.com/cv-pr/p/6206921.html  Cmake知识----编写CMakeLists.txt文件编译C/C++程序

(3)用Eclipse IDE开发C/C++
@https://www.cnblogs.com/zyrblog/p/8548270.html  在ubuntu16.04上安装eclipse
@https://wenku.baidu.com/view/051ed28b7e192279168884868762caaedd33ba09.html  在ubuntulinux下安装eclipse以及运行c程序的安装步骤

(4)用VScode IDE开发C/C++
@https://blog.csdn.net/weixin_43374723/article/details/84064644  Ubuntu16.04下配置VScode的C/C++开发环境
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------

  后面有时间,对其分别进行实践。

posted on 2019-07-30 12:58  WP的烂笔头  阅读(5228)  评论(0编辑  收藏  举报