When was this added?

I just noticed this today. The edit and run in this screenshot:
http://prntscr.com/3tte5a

closed account (j3Rz8vqX)
Same here. Very interesting, though I am questioning the thought of pressing "the button".
Is it only on certain posts? Does it take a moment to load? Does the code have to be complete? Because I'm not seeing it anywhere.
Loads instantly for me.

Does it show up on the code in the OP of this thread? http://www.cplusplus.com/forum/beginner/135844/

It appears it has to be full code as it doesn't show up on code segments.
I tried using it and I can't seem to get the 'Run' button to work. It doesn't produce any output no matter what program I am trying to run.
same here firedraco. does it only work for certain browsers?
Using Firefox, what are you guys using?
firefox
closed account (z05DSL3A)
BHX Specter wrote:
Does it show up on the code in the OP of this thread?

I'm using Safari, the 'button' shows, when clicked it seems to load quite quickly, then "Please wait compiling and running"...for a few seconds then locks.


It seems to all work okay in this sample:
http://www.cplusplus.com/forum/general/135724/#msg723656
Last edited on by Canis lupus
@BHX yeah the button shows on that post, but when I click it it opens a new tab and the original tab is frozen. I'm using Chrome. I wonder why it doesn't just use coliru?

EDIT: After a long time and a huge amount of system lag, it finally finished, but the original tab stayed frozen.
Last edited on
Yeah, that example seems to lock up. Guess it means some things don't work in it, but I was more focusing on the button suddenly being there this morning. I like that it is there and hopefully it will become a useful tool (when it isn't locking up). Right now I'll stick with IDEOne.com for running test code and codeviewer.org for showing code.
It only appears when
1
2
a main keyword
and multiple lines

are in the code, right?
Last edited on
closed account (z05DSL3A)
Yeah, that example seems to lock up...
I think the code goes into a loop and you have to wait for the site to give up on it ...or you close the page.
closed account (z05DSL3A)
The strange thing is, when I started working on the Safari Extension[1], I was thinking of additions that I would find useful and sending code to Coliru was something that came to mind.
___________________________________________
[1] http://www.cplusplus.com/forum/lounge/135610/2/#msg723919
I was thinking of additions that I would find useful and sending code to Coliru was something that came to mind.
an addon that automatically refreshed the page on the mytopics section and flashed on the <title> </title> part how many threads have new replies in them
Topic archived. No new replies allowed.