Skip to content

apanimesh061/OnlineCompiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

OnlineCompiler

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:-

  1. Type gcc in the prompt

C:\Windows\System32>gcc gcc: fatal error: no input files compilation terminated.

  1. 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.

About

This is a very basic online compiler for C/C++ and Java programmed in PHP.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published