Sublime Forum

Adding C++ build to subline text 2

#1

I have installed Sublime text 2 in windows 7. I want to run C++ program in it.I am using borland compiler. I couldn’t understood build system option.Please help,give me the command to run c++ program. Using cmd I compile it as “bcc32 program_name.c” and then run as program_name.exe .
I have tried “build” “C:\BC45\BIN\BCC32.EXE” “$File” as suggested at http://www.sublimetext.com/docs/build

0 Likes

#2

Those docs you are looking at are for Sublime v1. The docs for v2 are at sublimetext.com/docs/2/.

That said, sublimetext.info/docs/en/referen … stems.html.

0 Likes