Search found 1 match

by nmatrice
Sat Apr 02, 2005 9:53 pm
Forum: Volume 1 (100-199)
Topic: 101 - The Blocks Problem
Replies: 635
Views: 110842

Pb 101 Runtime Error (SIGSEGV)

Hi !

I've got a Runtime Error (SIGSEGV) for this code but I don't understans why.
The program's references don't seem to out of bound.

Thanks.


#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#define _MOVE 1
#define _PILE 2
#define _ONTO 3
#define _OVER 4
#define INTTBL 100
#define ...

Go to advanced search