Search:

Type: Posts; User: Drakkath

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,353

    Okay, that would work, but I need exitString[51]...

    Okay, that would work, but I need exitString[51] to be able to be split into exitNorth[12], exitSouth[12], exitEast[12], and exitWest[12].

    How could I do that with getline? That seems like the...
  2. Replies
    6
    Views
    1,353

    It is a file input. However, the key is that the...

    It is a file input. However, the key is that the $ may appear after any number of characters, so I need a function to stop at $, not at 4 or 5 or any characters for that matter, get what I mean?
    ...
  3. Replies
    6
    Views
    1,353

    Help with Strings -- Please read

    Okay, I have a problem. I have a string which contains the following.

    'none$none$south.dat$none'

    How would I seperate that string ($ being the seperator) into four seperate strings?

    I learn...
  4. Replies
    2
    Views
    1,324

    Graphics Advice

    Yes, I am currently trying to code a client for my MUD. I am looking for a SIMPLE way to draw images on the screen (from sources like .BMPs, JPGs, etc.) I successfully created a client in VB...
Results 1 to 4 of 4