Sublime Forum

Not stopping to receive user input in C

#1

Hello. I am writing simple code in C and then trying to build and run it in the integrated console in Sublime Text 2. However, whenever there’s a scanf function, the execution just skips through it without stopping for user input. How can I fix this? Any help will be welcome. Thanks!

0 Likes

#2

ST doesn’t support interactive input. You need to run the program in an external terminal.

0 Likes