C/C++教程

ubuntu下用哪个IDE开发C/C++比较好用?

本文主要是介绍ubuntu下用哪个IDE开发C/C++比较好用?,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

网友推荐了Code::Blocks、Eclipse、KDevelop、Qt Create、clion、vscode、anjuta等,

qt create的安装:

sudo add-apt-repository ppa:levi-armstrong/qt-libraries-xenial
sudo add-apt-repository ppa:levi-armstrong/ppa
sudo apt-get update
sudo apt-get install qt57creator-plugin-ros

vscode的安装

sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make
sudo apt-get update
sudo apt-get install ubuntu-make
umake ide visual-studio-code

这篇关于ubuntu下用哪个IDE开发C/C++比较好用?的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!