Search:

Type: Posts; User: Xixchil

Search: Search took 0.00 seconds.

  1. Clicking on an object (for lack of a better word)

    Whats the best way to make something have one reactions when a region is clicked. Much like when a button is clicked (you can click anywhere on the button and it does the same thing) Doing a button...
  2. AHAH I added the [i] to the...

    AHAH I added the [i] to the m_pInFile->read(reinterpret_cast<char*>(m_cHeaderData) line by mistake when I was adding for loops to the static version of the program. It works now thank you.
  3. test the code... i use MSVC++ 6.0. I get no...

    test the code... i use MSVC++ 6.0.

    I get no errors from the code I posted the problem is that the image that is output is not correct, not even readable by an image viewer program (paint for...
  4. Another semi related question. I thought the...

    Another semi related question.

    I thought the scope of variables declared in the first part of a for loop was limited to that for loop but if I try a for( int i = 0; ...) and then another for( int...
  5. C++ Image Processing Homework (dynamic 2d array binary i/o trouble)

    Well this is my first post on the board; hopefully I got the code tags right.

    For my advanced c++ course I had to write a program that read in a .bmp file that was 256 colors and 320x240 pixels. ...
Results 1 to 5 of 5