Search:

Type: Posts; User: Tronic

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,890

    You could use an intermediary process to create...

    You could use an intermediary process to create the two processes and monitor the sending / recieving data between both applications. There's another idea for you.

    You could create a file with...
  2. Replies
    7
    Views
    1,069

    putchar() will do you fine. You can do some...

    putchar() will do you fine.

    You can do some interesting things with ostreams probably, but only if you're uhmm, interested, and dedicated and such~
  3. Replies
    11
    Views
    6,810

    That startup code doesn't need fixing. It's in C....

    That startup code doesn't need fixing. It's in C. C++ is just an overly hyped addition to C, with object oriented programming and some nifty STL things.

    For such a simple group of functions, the...
  4. Replies
    4
    Views
    3,525

    Thanks anonytmouse! I was wondering what FOSS...

    Thanks anonytmouse! I was wondering what FOSS meant too x.x.
  5. Thread: type conversion

    by Tronic
    Replies
    7
    Views
    1,327

    Which one of those methods to convert a character...

    Which one of those methods to convert a character within an instance of the string class to an integer is the most efficient Daved?
  6. Replies
    7
    Views
    2,658

    WSAAsyncSelect() sounds right. I'm not completely...

    WSAAsyncSelect() sounds right. I'm not completely sure though x.x. I'm actually just starting to use Windows Sockets myself. I found a really good tutorial if anyone wants it. Beej's guide annoyed me...
  7. Replies
    8
    Views
    4,562

    OH, by the way. There was a computer science...

    OH, by the way. There was a computer science professor at Stanford who optimized one of his programs loops by 12%. The trick to this optimization was that he optimized it with goto.

    His name was...
  8. Replies
    14
    Views
    1,877

    Ahh, I see.

    Ahh, I see.
  9. Replies
    7
    Views
    2,658

    Ahh, then I strongly suggest sticking to Win32...

    Ahh, then I strongly suggest sticking to Win32 menus until the remainder of your OpenGL knowledge (Until you get to things like double buffers, transparency and possibly tesselation).

    As for the...
  10. Replies
    14
    Views
    1,877

    Since Microsoft's developers aren't the only ones...

    Since Microsoft's developers aren't the only ones supporting Unicode, I also don't see a link between Microsoft and Unicode...none at all.
  11. Thread: Lpcwstr?

    by Tronic
    Replies
    3
    Views
    1,387

    First of all, I suggest you start supporting...

    First of all, I suggest you start supporting unicode.

    Second of all, if you're really bent on undefining Unicode this is how! Look in your project settings for a value called "Character set."...
  12. Replies
    7
    Views
    2,658

    Well, first off you must understand that you...

    Well, first off you must understand that you cannot have your application communicating on the network and drawing at exactly the same time. It's virtually the same time, and there will most likely...
  13. Replies
    11
    Views
    6,810

    There are some registry start-up options that you...

    There are some registry start-up options that you can do. Check out how programs like Sub7 and the like start up and you'll see what I mean.
  14. Replies
    17
    Views
    2,359

    Man....this is so wrong =/. I sware, someone...

    Man....this is so wrong =/. I sware, someone hates me somewhere. I've lost all of my cool links -_-; First the MP3 Encoding / Decoding API, and now my SDL tutorial...gah. Maybe I'll find it again...
  15. Replies
    14
    Views
    1,772

    bithub..how do you know all of this stuff? x.x....

    bithub..how do you know all of this stuff? x.x. Is there some vast archive of knowledge that I'm missing?

    If said vast archive of knowledge is MSDN...well....I guess I just fail at navigating it...
  16. Replies
    6
    Views
    3,162

    Hmm...sounds like you're not freeing up memory...

    Hmm...sounds like you're not freeing up memory somewhere...but I can't see exactly where o_O.
  17. Replies
    17
    Views
    2,359

    Excellent! SDL is also alot simpler than using...

    Excellent! SDL is also alot simpler than using OpenGL directly. XD.
  18. Replies
    14
    Views
    1,877

    I strongly suggest supporting Unicode as well. ...

    I strongly suggest supporting Unicode as well.

    Start coding with it SOON! Like..NOW! It isn't too hard, either.
  19. Replies
    10
    Views
    1,774

    Why do you need a keyboard accelerator? o_O.

    Why do you need a keyboard accelerator? o_O.
  20. Replies
    9
    Views
    3,818

    Yay. I guess I don't have to exercise my poor...

    Yay. I guess I don't have to exercise my poor memory skillz after all XD.
  21. Replies
    10
    Views
    1,774

    Ahh. Here's an idea. You can just check what...

    Ahh. Here's an idea. You can just check what state the user is in by how many times he's pressed the alt+enter keys (successfully). Toggle on and off a bool or something.

    I'm not sure how to go at...
  22. Replies
    9
    Views
    3,818

    Sorry I couldn't find anything better for you. I...

    Sorry I couldn't find anything better for you. I used an API for this a while back, but I forgot what it was called. I used it in conjunction with OpenAL, so it did some nifty tricks with 3D sound. ...
  23. Replies
    9
    Views
    3,818

    You might want to try the MCI API. Check it...

    You might want to try the MCI API.

    Check it out at: http://www.gamedev.net/reference/articles/article2053.asp
  24. Replies
    12
    Views
    1,702

    Quantum1024

    Quantum1024 << The compiler has to save all of the registers and restore them after the block of asm code.

    Does that take alot of time? o_O.
  25. Replies
    17
    Views
    2,359

    If I were you, I would stay far, far away from...

    If I were you, I would stay far, far away from DirectX. This isn't one of those "DirectX sucks" opinions at all, it's just really not the easiest API to learn.

    OpenGL will create your game with...
Results 1 to 25 of 223
Page 1 of 9 1 2 3 4