Search:

Type: Posts; User: mantracker

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,609

    oh those couts shouldnt be there, its defaulted...

    oh those couts shouldnt be there, its defaulted to 16 and 16, it is meant to control how big the file is
  2. Replies
    2
    Views
    1,609

    Runtime library error

    Hello:

    When I run the attached program, a window with error pops up:

    Debug assertion failed:

    Program: c:/Windows/system32/MSVCP100.dll/
    Line:734

    I have no clue as to whats causing this...
  3. Replies
    4
    Views
    4,047

    If you look at some of my other methods in the...

    If you look at some of my other methods in the class, you would notice that the array was accessed in the exactly same way: "If ( array[i][j] > 0 )", none of those caused me to crash, so that's what...
  4. Replies
    4
    Views
    4,047

    if statements causing program to crash

    My program crashes on runtime. It can compile, but crashes at .exe. But everything works, right up to until I run the following code:


    cout<< "centroid y: "<<trialone.centroidy()<<endl;

    the...
  5. Replies
    4
    Views
    1,524

    oh ok, so I am assuming i should make a pointer...

    oh ok, so I am assuming i should make a pointer and reference to that array instead? I did that calculation already and know its 18MB, i just never knew that the stack size is only 1MB to 8 MB lol
    ...
  6. Replies
    4
    Views
    1,524

    yes i compiled and used a debugger. It didnt work...

    yes i compiled and used a debugger. It didnt work
    It crashed when the .exe came up
  7. Replies
    4
    Views
    1,524

    Code crashing on runtime

    Can someone take a look at why my code is crashing as soon as .exe come up but compiles fine?

    It is a program used to read all the height and depth info on earth from tbase.bin, and then convert...
Results 1 to 7 of 7