Memory problemsOk I'll try that. Thanks !
Memory problemsThank you Moschops for the explanation ! I called (after else) 3 mallocs and assigned values for the...
Memory problemsHi, I have a memory access problem in this code: [code] #include <stdio.h> #include <stdlib.h>...
pointers, callocThanks :-)
pointers, callocThe pointers' values there are zero that's the problem. I changed calloc to malloc but still the sam...