Search:

Type: Posts; User: pushingsquares

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    3,054

    I would guess regular expressions are more than...

    I would guess regular expressions are more than capable of handling your task - you'll just need to guide them a little ;)

    You need to establish exactly what you're expecting of this function...
  2. Replies
    25
    Views
    3,607

    Creating text with D3D...

    Creating text with D3D, retrieved after an intense 2 minutes googling (Google).

    Or you could just create a plain text file and output everything to that (probably a better idea if you have no...
  3. Replies
    13
    Views
    1,395

    Oh and for reference parameters that don't get...

    Oh and for reference parameters that don't get changed... const all the way!!
  4. Replies
    13
    Views
    1,395

    Totally.

    Totally.
  5. Replies
    13
    Views
    1,395

    You posted this code : someclass *sc_p = 0;...

    You posted this code :


    someclass *sc_p = 0;
    somefunction(sc_p);


    The * makes sc_p a pointer to "someclass" types. When you define a pointer, no memory is automatically allocated for the...
  6. Replies
    11
    Views
    1,690

    Fantastic post, thank you very much.

    Fantastic post, thank you very much.
  7. Replies
    25
    Views
    3,607

    Output them somewhere?

    Output them somewhere?
  8. Create a copy constructor that handles the...

    Create a copy constructor that handles the heap-based allocations you made with new() or keep it all on the heap and pass a pointer around.
  9. Spot on, I was just trying to put that into words...

    Spot on, I was just trying to put that into words myself :)

    You can't declare something on the stack then expect the code to just know that you've extended it onto the heap when you go and pass it...
  10. Replies
    25
    Views
    5,600

    1 PC (Pentium D 2x3.0ghz w/7900GT) 1 x GBA 1 x...

    1 PC (Pentium D 2x3.0ghz w/7900GT)
    1 x GBA
    1 x GBA SP

    I have a couple of playstation controllers hooked up to my PC too :D

    Have owned in the past :

    - C64
    - BBC B
  11. Or if you mean you want your second program to...

    Or if you mean you want your second program to interact with an object instance in your first program, you'll need to define some kind of interface.

    This could be as simple as a file which is...
  12. Replies
    27
    Views
    3,752

    Yep, programmers are lazy :D I'm willing to...

    Yep, programmers are lazy :D

    I'm willing to put the effort in to do this right though. I don't want to spend countless hours putting together an engine which is intrinsically reliant on Microsoft...
  13. Replies
    27
    Views
    3,752

    I will, I promise :)

    I will, I promise :)
  14. Replies
    27
    Views
    3,752

    haha, it certainly did evolve I appreciate...

    haha, it certainly did evolve

    I appreciate the information about the differences between the APIs. I won't use DirectX because it's so bound up with Microsoft... I want to be able to port this...
  15. Replies
    27
    Views
    3,752

    damn!

    I had no idea! :(

    I really would rather not use DirectX though... At least OpenGL retains some semblance of portability!

    Is this standard for them? Does it mean future releases of the library...
  16. Replies
    27
    Views
    3,752

    woop!

    That's what I wanted to hear! Thanks man :)
  17. Replies
    27
    Views
    3,752

    Choosing a compiler

    Hey

    I'm about to embark on the long hard road of a full project! I've done a few smaller games in the past and have a couple of skilled programmers willing to help me :-)

    I'm kind of falling...
Results 1 to 17 of 17