Search found 1 match

by Frivolian
Tue Sep 22, 2015 1:57 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 97525

Re: 101 - The Blocks Problem

Could anyone please tell me what is the problem with this code against ANSI C? It gets accepted in C++, but Runtime Error in ANSI C. Many thanks! #include <stdio.h> #include <string.h> int world[25][25]; int size = 0; void quit(); void moveOnto(int a, int b); void moveOver(int a, int b); void pileOn...

Go to advanced search