C++ interpreter / console / snippet compiler

后端 未结 6 616
醉酒成梦
醉酒成梦 2020-12-10 07:24

I am looking for a program where I can enter a C++ code snippet in one window, press a button, and get output in another window. Compilation should somehow be hidden behind

6条回答
  •  佛祖请我去吃肉
    2020-12-10 07:55

    http://codepad.org/ works nicely for this purpose. By default, it will run what you paste when you hit submit and display the result (or any errors you might have).

提交回复
热议问题