Sublime Forum

Input function down in sublime text

#1

Hello,

When I run my program, it is impossible to get any input enterd by the user. Then, for example, the scanf function is not taken into account and the user is not invited to enter the the data.

I installed the package control, do I have to installe a package to get the input functions ?

Thanks for your help !

0 Likes

#2

If you’re using terminal input (e.g. scanf) run it in a terminal instead of Sublime Text. Sublime Text doesn’t support terminal input.

0 Likes