Saturday, June 4, 2011

Compile your code online ...

An online compiler allows you to perform quick and easy compilation interpretation tasks especially when you are interacting with someone online and want fast results.Instead of opening your normal IDE you can simply copy paste the code and then perform an online compilation process. On googling for an online compiler the first link that comes up is -->http://codepad.org/



First you choose the language from all the options button in the left panel and then you type the code in the codepad -->



Then after clicking on the submit button .. you are redirected to a page where the output is displayed along with options to save the codecopy as a "paste". Also a public link is generated which can be used to view the process .This simplifies the whole operation -->



Thus codepad.org makes life easy .. also donot forget to look for further features such as "recent pastes" feature where the recently compiled codes from different users are shown. So .. enjoy coding and comliling online !! :)

No comments:

Post a Comment