Search found 1 match

by abeacco
Sun Mar 05, 2006 1:13 pm
Forum: Volume 4 (400-499)
Topic: 439 - Knight Moves
Replies: 33
Views: 14999

439 Runtime Error

Why do I get RUNTIME ERROR with this code? It works perfectly on my PC and results matches ok....

---------------------------------------------------------------------

#include <stdlib.h>
#include <stdio.h>
#include <string.h>

#define N 8 // num de files i columnes

class SaltsDeCavall {

int ...

Go to advanced search