Search:

Type: Posts; User: Dark Dude

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    3,178

    Well, I more meant that if I so-much as #include...

    Well, I more meant that if I so-much as #include <iostream>, my few-kilobytes executable suddenly booms to several-hundred-kilobytes in size. I have no idea why that is, tbh >.>


    @Rest: Thank you...
  2. Replies
    13
    Views
    3,178

    Mixing C And C++ Code

    I'm primarily a vanilla C programmer, so I never really thought about this before, but when programming in C++, should you attempt to remain as C++-only as possible? Or is the use of C functions in...
  3. Replies
    5
    Views
    1,016

    Ah, so it is UTC. Thanks, was just unsure p_o

    Ah, so it is UTC. Thanks, was just unsure p_o
  4. Replies
    5
    Views
    1,016

    Yeah, time() was what I meant. I'm just noticing...

    Yeah, time() was what I meant. I'm just noticing that I'm currently in GMT+1, yet time() returns GMT+0. Would this be the same on say, every computer, thus that time() returns GMT+0 even if you're in...
  5. Replies
    5
    Views
    1,016

    Quick Question About Time()

    Does it generate the time for a specific timezone, or as it is on the local machine's current time?
  6. Oh, that makes sense. Thanks p_o

    Oh, that makes sense. Thanks p_o
  7. Is This Supposed To Happen? [Dynamic Memory]

    I'm calling the following function:


    unsigned int Test(void)
    {
    char *var;

    var = (char*) malloc(255);
    memset((void*)var,0,254);
  8. Replies
    5
    Views
    3,371

    Yes, yes it is, there was a formatting problem...

    Yes, yes it is, there was a formatting problem when I first posted, so I went edited and copypasted certain parts together, didn't realise that was wrong xD

    It's correct in the main program so meh...
  9. Replies
    5
    Views
    3,371

    Default Button Problem

    Ok, so I'm making an application and am putting the controls into the main window normally, rather than as a dialog box, for various reasons.

    As you can see in the attachment, my Send button is...
  10. Replies
    2
    Views
    2,488

    Aha, touché, thanks =P

    Aha, touch&#233;, thanks =P
  11. Replies
    2
    Views
    2,488

    Multi-Column List Box

    How does one make a multi-columned list box like that of say, iTunes or Microsoft Access?

    See attachment, which I found from looking online, only problem being it was in crappy MFC <_<
  12. Replies
    5
    Views
    1,675

    Where To Start?

    Where does one begin to learn how to program a 3D game? I'm a total amateur at OpenGL and graphics programming in general, as I've mainly had my focus on more low-level processor and networking logic...
  13. Replies
    10
    Views
    2,127

    Ah yes, indeed that appears to be the case, just...

    Ah yes, indeed that appears to be the case, just checked my graphics cards' specs, it's pretty crappy/can only just run Spore.

    I've put it in a 1024x1024 bitmap and I've set the co-ordinates out...
  14. Replies
    8
    Views
    2,893

    Why not MSDN? o.O MSDN is one of the most...

    Why not MSDN? o.O

    MSDN is one of the most helpful resources to Windows programmers, it covers pretty much every function, structure, message and macro efficiently, and even has procedures set...
  15. Replies
    10
    Views
    2,127

    Well, I have a bitmap that's 512x512 and it works...

    Well, I have a bitmap that's 512x512 and it works perfectly, but that's just a test one.

    When I then replace the bitmap with one that's 640x480, I just get a white box/rectangle on the screen <_<
  16. Replies
    10
    Views
    2,127

    Ok, I'm trying to do this but I'm unsure how to...

    Ok, I'm trying to do this but I'm unsure how to go about it...

    I havent really been using OpenGL for too long, so I'm falling back on some GLAux code from NeHe's tut...

    Here's some code that's...
  17. Replies
    10
    Views
    2,127

    Rectangular Textures

    Ok, so the power-of-two rule hasnt annoyed me so much, because I can just rescale it in OpenGL to make it non-power-of-two etc etc, but one thing that's boggled my mind, is how to use textures that...
  18. Thread: Toolbars?

    by Dark Dude
    Replies
    1
    Views
    1,348

    Just fixed this, dont worry, it appears I've been...

    Just fixed this, dont worry, it appears I've been referencing my bitmap resource incorrectly.
  19. Thread: Toolbars?

    by Dark Dude
    Replies
    1
    Views
    1,348

    Toolbars?

    Ok, so I've been trying for an entire week to get a toolbar to work in one of my applications, and no matter how hard I try, it's just not working.

    I've been to msdn, theForger's tutorial and...
  20. Replies
    3
    Views
    4,008

    Scenery [OpenGL]

    Ok, so I'm having problems thinking about how I should program scenery and geometries for a game. I dont know where to begin or anything. I have an understanding of loading textures from bitmaps,...
  21. Replies
    4
    Views
    3,592

    2d Tiles Tutorial?

    Ok, I've managed to create some games in basic console windows, and know some semi-advanced OpenGL, but another approach seems to be 2d Tiles.

    Does anybody know any tutorials that explain how to...
  22. Replies
    15
    Views
    2,521

    Does anyone here have a tutorial about making a...

    Does anyone here have a tutorial about making a standard game like Tic Tac Toe that works with Dev-C++ ?
    Everything seems to be for MSVC which I cant get >_>
  23. Replies
    15
    Views
    2,521

    Yeah, I have a quite high patience span, as I...

    Yeah, I have a quite high patience span, as I usually keep focused to what I should be doing and the prize at the end.

    And I'm slowly eliminating the basics; reading tutorials on this site and...
  24. Replies
    15
    Views
    2,521

    So, it basically is setup to handle your commands...

    So, it basically is setup to handle your commands against scripts etc?

    Hm. I guess we could just not worry about the multiplayer-ness this early...
  25. Replies
    15
    Views
    2,521

    So... How do I set up this server? Can I use an...

    So... How do I set up this server? Can I use an adapted webspace?
Results 1 to 25 of 27
Page 1 of 2 1 2