This is a very basic online compiler for C/C++ and Java programmed in PHP.
Install GCC/G++ using Mingw setup given.
Make sure internet is connected.
The path for the C/C++ compiler will be added to the path during the installation.
After installation open Command Prompt:-
- Type gcc in the prompt
C:\Windows\System32>gcc gcc: fatal error: no input files compilation terminated.
- Type g++ in the prompt
C:\Windows\System32>g++ g++: fatal error: no input files compilation terminated.
If you get the errors (definitely, you'll get) as stated above, the compilers are fully installed.
This online compiler is not for input programs i.e. scanf or cin type functions won't work.
index.html is the main page.