Extrange problem with CALLOC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gallerto
    New Member
    • Feb 2007
    • 11

    #1

    Extrange problem with CALLOC

    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
  • horace1
    Recognized Expert Top Contributor
    • Nov 2006
    • 1510

    #2
    Originally posted by gallerto
    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
    what is exact problem you are having? can you post the code ?

    Comment

    Working...