我现在正在大学学习C,老师告诉我使用代码块作为IDE,但在我看来,代码块有点难看,这就是我选择Sublime Text 2,最好的IDE /文本编辑器的原因.
目前我通过sublime编写我的代码,保存它然后通过mac os终端(gcc)编译它,然后在终端上运行它...
我想知道的是,如果它是可能的,是如何从sublime,使用它的控制台或插件(或其他东西),换句话说我想知道是否可以编译我的.c并运行只需点击几下即可获得...(现在我只是构建控制台应用程序)
我在这里阅读了一些关于这个主题的帖子,但没有一个帮助我解决这个问题.
My question is the following, I have sublime 2 and sublime repl plugin installed all working fine, the only thing i need is to change the version of python that is running on the sublimerepl built in console. What I mean is, I have python 2.7.5 (which is pre installed with maveriks) running fine in sublime (via sublimerepl), and I have installed via the installer from python.org, python 3.3.3 , that I need to use, I want to run this …