O
O
OccamaRazor2016-09-25 13:21:22
Programming
OccamaRazor, 2016-09-25 13:21:22

Which C compiler to choose with a terminal?

Tried gedit but didn't figure out how to enable the terminal.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Oskuro, 2016-09-25
@Oskuro

Perhaps you wanted to ask about a text editor with a terminal?
If so, I recommend Sublime Text, and read it here.

V
Vitaly, 2016-09-25
@vt4a2h

Is it possible to compile a file in Sublime? I have a task with argc argv , I need to pass the arguments myself before the file is compiled, on all sites of online compilers compilation occurs immediately without choosing arguments

You're a little confused, in order to pass execution arguments, you need to run the executable (i.e. after successful compilation). For example:
./myProg 123
Here argc == 2, and argv[1] == "123".

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question