Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Online C++ compiler with input stream? [closed]

I kinda like codepad online editor (supports C++), but I'd like to use some scanfs which is not possible with codepad.

Is there some online C++ compiler that supports input streams? Is that even possible?

like image 863
Xorty Avatar asked Oct 25 '11 19:10

Xorty


1 Answers

IDEOne supports passing in the input; you can specify it in a <textarea>.

like image 115
Jon Avatar answered Oct 19 '22 18:10

Jon