Releases: me-sharif-hasan/SDK-9_The-open-source-c-c-plus-plus-web-ide-using-php-and-javascript
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.
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 :
- PHP 7 or higher.
- MinGW GCC compiler preinstalled in your system.
- Windows OS.
- First you need to download xampp latest version from here .
- Install xampp in your preferred directory
- Download the project files and extract them into xampp's htdocs folder
- Download MinGW GCC compiler from here .
- Add bin folder of your MinGW installation directory to the system path. See instruction about how to install MinGW GCC from here.
- You are ready to go. Jump to the xampp control panel and start apache . Then go to a browser and type http://localhost .