Search:

Type: Posts; User: namespace::me

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    8,672

    After days of head banging, I've fianlly managed...

    After days of head banging, I've fianlly managed to solve the problem. Thanks everyone for your help, I really appreciate it. Now to complete the main part of the project lol.
    Thanks again.
  2. Replies
    18
    Views
    8,672

    I would have thought that this would keep the...

    I would have thought that this would keep the value of i constant. In turn, there should only be one pixel drawn. However, even though this is the only for loop in the program, it still makes the...
  3. Replies
    18
    Views
    8,672

    Sorry about the messy code. I'm just trying so...

    Sorry about the messy code. I'm just trying so much stuff, and was planning on fixing the format once it was working. Should've made it tidy before posting, so apologies there. I tried creating a...
  4. Replies
    18
    Views
    8,672

    Thanks, UMR_Student. I put the memset in the...

    Thanks, UMR_Student. I put the memset in the main, and it ran with no errors and I can have the background any colour I want. I noticed that if I have anything after the two FOR.....NEXT loops, they...
  5. Replies
    18
    Views
    8,672

    Thanks. I keep getting an error with the memset...

    Thanks. I keep getting an error with the memset though. I commented it out, but the following code only works if the RGB values are all 0xFF (i.e. a plain white background) otherwise it comes up with...
  6. Replies
    18
    Views
    8,672

    Thanks for the information. I've been given a...

    Thanks for the information. I've been given a header file (54 bytes). I am supposed to create a new bitmap file, using the header file given. Then, I just need to create different shapes (like...
  7. Replies
    18
    Views
    8,672

    I've added the header file in, which I assume...

    I've added the header file in, which I assume contains the attributes as well? I tried appending the information of the pixels (by setting fout as ios::app), but it didn't make a difference. Sorry,...
  8. Replies
    18
    Views
    8,672

    Here's what I've got so far: #include...

    Here's what I've got so far:


    #include <fstream>
    #include <iostream>
    #include <vector>



    using namespace std;
  9. Replies
    18
    Views
    8,672

    Thanks for the reply. What would be the best way...

    Thanks for the reply. What would be the best way to be able to access (read and write) to each pixel? How would I go about getting a pixel, and storing it in an array?
  10. Replies
    18
    Views
    8,672

    write bmp

    Hi,
    I'm trying to output a plain red bitmap using only the C++ stl (so I can't use windows.h and it's functions). How would I go about doing this? At the moment, I've imported a (working) bitmap...
  11. Replies
    0
    Views
    2,038

    TorqueX and XNA

    Hi,
    Has anyone here had any experience with TorqueX and XNA? At the moment I'm using XNA game studio express, but I'm confused as to what TorqueX actually does. I assume it lets you create the...
  12. Apologies for the delayed reply, and also for...

    Apologies for the delayed reply, and also for posting in the wrong forum. The technician will be back on Monday or Tuesday, so I'll have a word with him. I'm using Visual Studio, but in particular,...
  13. "failed to grant minimum permission request"

    Hi,
    I'm on uni computers at the moment and am using Visual Studio 2005 (pro ed). I'm trying to create a WinForms application. When I create a new WinForms project, all the necessary files and...
  14. Replies
    16
    Views
    2,045

    Prelude - Don't get me wrong. I'm not saying that...

    Prelude - Don't get me wrong. I'm not saying that using google or suggesting it is wrong. However, if you are to reply to someone's post, at least reply properly with ideas of what could be typed...
  15. Replies
    16
    Views
    2,045

    @Mario F - Do you not have the time, or have you...

    @Mario F - Do you not have the time, or have you turned your back on this thread because you've realised your comments were very unhelpful? I'm not sure if you've noticed, but none of your links...
  16. Replies
    16
    Views
    2,045

    Ok. I fail to see the point of a message board if...

    Ok. I fail to see the point of a message board if google can find all. Anywho, care to suggest what I should type in? ...
  17. Replies
    16
    Views
    2,045

    Erm, thank you for your 'amusing' post. However,...

    Erm, thank you for your 'amusing' post. However, I think you've missed the point entirely. I'm quite familiar with google, believe it or not, and I didn't find this website by randomly typing...
  18. Replies
    16
    Views
    2,045

    VC++ GUI reference

    Hi everyone
    I'm new here. I've been learning C++ over my holidays and thought I'd start using the GUI side. I'm using the form designer in MSVC++ express edition. I followed the video tutorial on...
Results 1 to 18 of 19