为什么人们使用命令行而不是IDE? [英] Why do people use Command-line instead of IDE?

查看:681
本文介绍了为什么人们使用命令行而不是IDE?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好我正在学习C ++并且最初使用了命令行......然后我开始使用Xcode(从那时起就无法切换回命令行)并且只是想知道一些具体的原因/情况要使用命令行而不是IDE ...

Hi I am learning C++ and at the very beginning used a Command-line... then I started using Xcode (and since then couldn't switch back to command line) and was just wondering some specific reasons/situations to use Command-line instead of IDE...

推荐答案

对于大型系统更有效 -
尝试打开VS解决方案一个100个项目和10,000个文件。

More efficent for large systems - Try opening a VS solution with a 100 projects and 10,000 files.

对于很多任务来说比较简单,你可以在一个窗口中编辑,在另一个窗口中运行make,在第三个窗口中运行gdb。

Simpler for a lot of tasks, you edit in one window, run make in another, have gdb in a third.

更容易自动化任务,如果每个人都有gcc和vi(或emacs),通常更容易在团队或跨平台工作

Easier to automate tasks, often easier to work in teams or cross-platform if everyone has gcc and vi (or emacs)

这篇关于为什么人们使用命令行而不是IDE?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆