Search:

Type: Posts; User: xeno13

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    930

    ahh thanks alot :D

    ahh thanks alot :D
  2. Replies
    9
    Views
    930

    Erm, what would be the best way to convert a...

    Erm, what would be the best way to convert a char[x] or whatever the length to lower be? tolower() only takes int >.>
  3. Replies
    9
    Views
    930

    Well originally I was doing getInput(data, 9,...

    Well originally I was doing getInput(data, 9, false); to get a string to be stored into data that was no longer then 10 characters long and didn't show up as hidden, but it wasn't returning what i...
  4. Replies
    9
    Views
    930

    oooooooooooohhhhh really? wow now I feel dumb,...

    oooooooooooohhhhh really? wow now I feel dumb, thanks alot I prolly never would've thought of that :p
  5. Replies
    9
    Views
    930

    Can someone tell me why this doesn't work?

    just a simple getinput function that for some reason doesn't work :confused: it just returns empty, can anyone help me out?


    string getInput(string data, int limit, bool hidden) {
    int ch, i...
  6. Replies
    4
    Views
    1,143

    Thanks alot, I've got it working just how I want...

    Thanks alot, I've got it working just how I want it, except for backspace. I know HOW to do it, you just backup a spot, then print a blank space over it, then backup agian. The problem is I'm having...
  7. Replies
    4
    Views
    1,143

    wow how did I miss that one o.o must be too late...

    wow how did I miss that one o.o must be too late in the night :o
  8. Replies
    4
    Views
    1,143

    Seeking Help x.x

    Hellos, I've look all over the website and google and I still can't find anything relating to what I need :x Well I'm just learning C++ and I'm playing around with the cmd/dos window or whatever, and...
Results 1 to 8 of 8