I have a very extrange problem with calloc.
I am working with Dev-C++ in Windows.
Another extrange thing is that when I try to run the debugger it does not run. Only with the firstt file.
I will explain the situation. I have a program that calculates forces using data files. Each data file corresponds to experimental measures in an instant and from each file you can get the force in this instant.
The program is used to calculate the forces in a lot of instants. Each data file has exactly de same number of doubles ordered in ex
I am working with Dev-C++ in Windows.
Another extrange thing is that when I try to run the debugger it does not run. Only with the firstt file.
I will explain the situation. I have a program that calculates forces using data files. Each data file corresponds to experimental measures in an instant and from each file you can get the force in this instant.
The program is used to calculate the forces in a lot of instants. Each data file has exactly de same number of doubles ordered in ex
Comment