Skip to content

This is an online compiler that can compile and run C/C++ and Java program

Notifications You must be signed in to change notification settings

creyente1897/compileIt

Repository files navigation

Online-Compiler

This is an online compiler that can compile and run C/C++ and Java program.One can also login and see his/her recent history and can also upload his/her code and input file.

Note: Some features of the project can't be used on the demo link because I have a free account on open shift so I don't have enough pods.

Language

  • C
  • C++
  • Java

Prerequisites

  • Linux
  • gcc
  • g++
  • Java compiler
  • Lamp

Local Installation

Clone the project

git clone https://github.com/creyente1897/online-compiler.git

Compiler installation

  • C/C++
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.8
sudo ln -f -s /usr/bin/g++-4.8 /usr/bin/g++
  • Java
sudo add-apt-repository ppa:openjdk-r/ppa  
sudo apt-get update   
sudo apt install openjdk-8-jre

If you do not have lamp installed on your linux machine please do so in order to run the project locally.

About

This is an online compiler that can compile and run C/C++ and Java program

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published