Sublime Forum

Running C programs with parameters

#1

So lets say my program needs 2 variables in order to work. A dir and a number. (argv])
To run it in terminal it would be the following.
$./program /home/den/ 233
How would i run this in sublime text?

0 Likes