Build systems in Sublime Text

前端 未结 4 1613
北海茫月
北海茫月 2021-01-31 04:34

I\'m just beginning to learn programming (on C++ and Python), and by beginning I mean total beginning (\"hello world\" beginning...). Not wanting to use multiple IDE\'s, I would

4条回答
  •  佛祖请我去吃肉
    2021-01-31 05:05

    windows(install minigw, python2.7 and added to the system path)
    cpp:

    1. build: ctrl+b
    2. run: ctrl+shift+b

    python:

    1. build and run: ctrl+b

    you may try to learn the the .sublime-build files in your Tools -> Build system -> New build system

提交回复
热议问题