Skip to content

Releases: me-sharif-hasan/SDK-9_The-open-source-c-c-plus-plus-web-ide-using-php-and-javascript

SDK-9 . The open source c/c++ web ide for competitive programming.

08 Oct 05:54
7f3f3c6
Compare
Choose a tag to compare

SDK-9

This is the first release of this project . This project is for those competitive programmers who are getting bored using heavy IDE . You know what it feels like using console to test a program .

Requirements :

  1. PHP 7 or higher.
  2. MinGW GCC compiler preinstalled in your system.
  3. Windows OS.
How to install:
  1. First you need to download xampp latest version from here .
  2. Install xampp in your preferred directory
  3. Download the project files and extract them into xampp's htdocs folder
  4. Download MinGW GCC compiler from here .
  5. Add bin folder of your MinGW installation directory to the system path. See instruction about how to install MinGW GCC from here.
  6. You are ready to go. Jump to the xampp control panel and start apache . Then go to a browser and type http://localhost .

This project is created with love of jQuery and ACE code editor

My blog