Search:

Type: Posts; User: theroguechemist

Search: Search took 0.00 seconds.

  1. Replies
    16
    Views
    4,644

    My website

    So I made this website. (Alright, the nature of this post is pretty lame, I admit...)

    It's content and structure is that of a fairly standard C++ programming forum (win32, console, opengl, general...
  2. I just used the computers integer value of the...

    I just used the computers integer value of the socket connection stored in an array.

    But alas, I've gotten it workinga few days before. I'm ashamed to admit it was a flaw (a very simple one at...
  3. Multi-threaded server design question

    I have a primitive, in-the-works, IM server/client. The underlying principles:

    -Server has support for multiple client connections.

    -Currently, server only supports receiving...
  4. Replies
    3
    Views
    1,279

    'tis been done. Thanks for the help. It works...

    'tis been done. Thanks for the help. It works...
  5. Replies
    3
    Views
    1,279

    string to char array?

    Hi again. :D

    The situation:


    string un[ not_important ];

    ...

    char username[24];
  6. Replies
    4
    Views
    3,563

    Thanks for the ideas.. I think I'll get it...

    Thanks for the ideas.. I think I'll get it running. Classes don't really seem to fit the problem, however I certainly will think about it more.

    DougdBug - The structure idea is a very good one....
  7. Replies
    4
    Views
    3,563

    program design question

    I have this program, dealing with sockets and threading (which is not of concern). There is a main loop inside this program. Currently, there is a lot of messy code inside here. I'd like to sort this...
Results 1 to 7 of 7