- Joined
- Dec 18, 2008
- Messages
- 1
- Reaction score
- 0
Hello every body,
I' have a problem with my C++ pgm
in fact I created a table to save data obtained from reading a file and tried to allocate memory one time with
calloc / free
then with
new /delete
in both cases,
the program works correctly when the number of rows is less than 300 but when i try to increase number of rows an error message appears and pgm stop working
PLEASE HELP !!
I' have a problem with my C++ pgm
in fact I created a table to save data obtained from reading a file and tried to allocate memory one time with
calloc / free
then with
new /delete
in both cases,
the program works correctly when the number of rows is less than 300 but when i try to increase number of rows an error message appears and pgm stop working
PLEASE HELP !!