User profile: Noha

User info
User name:Noha
Statistical data
Birthdate:Sep 29, 1990
Gender:Female
Occupation:Student
Skills:C
C++
Assembly
C#
History
Joined:
Number of posts:33
Latest posts:

Memory problems
Ok I'll try that. Thanks !

Memory problems
Thank you Moschops for the explanation ! I called (after else) 3 mallocs and assigned values for the...

Memory problems
Hi, I have a memory access problem in this code: [code] #include <stdio.h> #include <stdlib.h>...

pointers, calloc
Thanks :-)

pointers, calloc
The pointers' values there are zero that's the problem. I changed calloc to malloc but still the sam...