Erroneous C++ «Hello World» template
Tue, 05/31/2011 - 18:06
Hi!
Like the idea of an actual online compiler. I suggest you guys modify the basic C++ «Hello World» template, though, which starts with illegal code (main(), in C++, is never void... See http://www2.research.att.com/~bs/bs_faq2.html#void-main for a detailed explanation by Stroustrup).
Cheers! (and thanks!)
Good find! Thanks for reporting this, int main is a much better standard to follow, this has now been fixed : )
-----------------
Tim Speed
Compilr Developer and CTO