Search found 1 match

by Ramiel
Thu Sep 26, 2002 5:31 pm
Forum: Volume 2 (200-299)
Topic: 218 - Moth Eradication
Replies: 60
Views: 20228

P 218

I send it & get signal 11 (SIGSEGV). Meaning: Invalid memory reference But I can't try it out.
Could anyone tell me why??
thanx!!

It's my code :

[c]
#include <stdio.h>
#include <stdlib.h> /* calloc & free */
#include <math.h> /* sqrt & pow*/

typedef struct{
double x, y;
}point;

typedef enum ...

Go to advanced search