Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/apanimesh061/onlinecompiler
This is a very basic online compiler for C/C++ and Java programmed in PHP.
https://github.com/apanimesh061/onlinecompiler
Last synced: 8 days ago
JSON representation
This is a very basic online compiler for C/C++ and Java programmed in PHP.
- Host: GitHub
- URL: https://github.com/apanimesh061/onlinecompiler
- Owner: apanimesh061
- Created: 2014-09-16T15:05:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T15:19:07.000Z (about 10 years ago)
- Last Synced: 2024-03-18T14:17:26.766Z (8 months ago)
- Language: PHP
- Size: 402 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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.2. 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.