Wednesday, 7 September 2016

Top software #1: onlinegdb.com : An online compiler and debugger

Our first software in top list is onlinegdb.com

others may follow like codepad and ideone. But why we consider onlinegdb.com one of top software available now a days?

The reason goes as below.

1. It has amazing and easy to use interface to code and debug from browser.
2. It need not any login to setup your ide or anything else
3. It is free to use for everybody from anywhere
4. It has nothing to do with your local operating system from where you are accessing onlinegdb.com
5. It is having feature to compile c/c++ code using gcc/g++
6. You can debug code as well via command line debugger gdb using onlinegdb.com
7. You need not to save it manually, it has autosave  feature which saves your code locally every 15 seconds.
8. Are these reasons not enough to motivate you to use onlinegdb.com? Then you should login on to onlinegdb.com once and check it out yourself and experience by yourself that how easy it is to code, compile, run and debug on onlinegdb.com

Thanks