Merge pull request #1306 from ChVeen/Add-programiz.com-to-online-compilers

Add programiz.com to section Online Compiler
This commit is contained in:
Faraz Fallahi
2023-02-18 14:33:15 -05:00
committed by GitHub

View File

@@ -1063,6 +1063,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [Compiler Explorer](http://gcc.godbolt.org/) - An interactive compiler with assembly output available. * [Compiler Explorer](http://gcc.godbolt.org/) - An interactive compiler with assembly output available.
* [CompileOnline](http://www.tutorialspoint.com/codingground.htm) - Compile and Execute C++ online on Linux. * [CompileOnline](http://www.tutorialspoint.com/codingground.htm) - Compile and Execute C++ online on Linux.
* [Ideone](http://ideone.com/) - An online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages. * [Ideone](http://ideone.com/) - An online compiler and debugging tool which allows you to compile source code and execute it online in more than 60 programming languages.
* [Programiz](https://www.programiz.com/cpp-programming/online-compiler) - An online compiler for learners and developers.
* [repl.it](https://repl.it) - A powerful yet simple tools and platforms for educators, learners, and developers. * [repl.it](https://repl.it) - A powerful yet simple tools and platforms for educators, learners, and developers.
* [Rextester](http://rextester.com/runcode) - Online compiler which provides several compilers(Clang, GCC, MSVC) and several editors. * [Rextester](http://rextester.com/runcode) - Online compiler which provides several compilers(Clang, GCC, MSVC) and several editors.
* [Try It Online](https://tio.run/) - TIO is a family of online interpreters for an evergrowing list of practical and recreational programming languages. * [Try It Online](https://tio.run/) - TIO is a family of online interpreters for an evergrowing list of practical and recreational programming languages.