Sublime Forum

Plugin for direct compilation and running on linux terminal(c++)

#1

I want to create a plugin that would directly compile c++ codes. As I’m a beginner, can somebody please guide?

0 Likes

#2

Ctrl+B will ask to compile C++ file and even shows errors inline

0 Likes

#3

What I want is that it should open up the terminal with the code already compiled and it should ask me to give the input directly (i shouldn’t type ./a.out to give the input rather I should just type the input).

0 Likes