arnemertz / online-compilers

List of online C++ compilers
https://arnemertz.github.io/online-compilers/
The Unlicense
95 stars 20 forks source link

Consider adding Codiad #6

Closed Samuel-Berger closed 6 years ago

Samuel-Berger commented 7 years ago

I stumbled upon Codiad when researching possible web based C++ IDEs to use. I was not able to launch a C++ project and compile it using the demo available, but one thing it has is the possibility to run it self hosted. So it may be suitable for schools and such who wants to be able to track the students progress, unlike other online IDEs that seldom offers that possibility.

arnemertz commented 7 years ago

Thanks, I'll have a look. Pull requests are also always welcome ;)

arnemertz commented 7 years ago

Having syntax highlighting in C++ files seems to work, but could not find options to compile and execute. See my question on their GitHub repo: https://github.com/Codiad/Codiad/issues/1026

arnemertz commented 6 years ago

Apparently does not work out-of-the-box for C++, thus for now not in the scope of the page.