Search found 1 match

by hbobenicio
Sat Apr 26, 2008 12:27 am
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 111003

Re: C compiler used by UVA judge

I recommend that who is getting CE to try to compile the code with the -Wall parameter. It shows some hiding warnings that can easyly pass through anyones vigilance. :D

Another usefull abstraction that could be usefull is when you have to use fflush(stdin) (windows) or __fpurge(stdin) (linux)

As ...

Go to advanced search