Does it happen to you that you do not have the required compilers for your specific programs written in languages such as PHP, C, C++,D, Haskell, LuaO, Caml, Perl, Plain Text, Python, Ruby, Scheme Tcl. 
This is a common problem to a number of people and I have observed for many of the times that compilers copied from your school lab have the tendency to be corrupted as you reach home and leave you in a position where you do not have any other option than paying a cyber cafe or going to your friend’s home for the same work.
When you have the Internet, you have the complete world in hand, you can access, download and make use of any, “any” and “any” document, file, software, source code, program, book, notes, etc. Just GOOGLE your programming language’s name along with keywords such as ‘Compiler ‘ , ‘Interpreter’ and here you go. You will get to download many of the compilers and lots more stuffs. Internet is really a very interesting world. Isn’t it???
But, there is a problem, you are in India where generally people cannot have high bandwidth or perhaps there is a lot of limitation when it comes to the speed of Internet Service. Just imagine, the deadline for submitting your program is an hour and it could take half an hour to complete the download. Sounds very uninteresting and disappointing. But this is the time, when you really realize the power of Web Portals, Web Tools and the Internet.
For this major problem, we have numerous solutions:-
1) For online compilation of a few programming languages listed above, you can use CodePad.org. codepad is an online compiler/interpreter, and a simple collaboration tool.
Paste your code below, and codepad will run it and give you a short URL you can use to share it in chat or email.
2) For C++ & C programs, use the following link:
http://www.delorie.com/djgpp/compile/
This is a handy online C compiler to compile your C codes online quickly and creating executable files.
Type your program on the given URL and download the .EXE version.
3) For PHP based programming, you can download the wamp server, please refer to our previous post http://techite.com/phpwin (PHP on Windows).
4)You can download the C Compiler from our web site using the URL http://techite.com/TC.exe
Comments are closed.
