Tuesday, July 12, 2011

Is there a website that lets you write code and then compiles/runs it?

That online thing only works with simple code snippets and single files. The real compiler will do the same thing as the online thing, but tons faster. Simply running the program after compilation also shows you the output (assuming there are no compile-time or run-time errors).

No comments:

Post a Comment