Search:

Type: Posts; User: penpen420

Search: Search took 0.00 seconds.

  1. Well what do you know! something so simple!...

    Well what do you know! something so simple! Thanks.
  2. changeing string data after it encounter a whitespace

    Hello I made a little Al Bhed translator, a language in Final Fantasy X. It works fine for only doing one word, I would like it to do phrases too. I can input the phrase fine but it only will...
  3. Replies
    4
    Views
    1,334

    Hey thanks that forum really helped.

    Hey thanks that forum really helped.
  4. Replies
    4
    Views
    1,334

    internet detection

    I am making a chat program and I wanted it to detect when I connect to the internet and when I do it will bring up my list of people. Kind of like how ICQ detects and logs you on. How is this done?
  5. Replies
    18
    Views
    2,362

    Well I guess thats why I never included it! Might...

    Well I guess thats why I never included it! Might I suggest that someone change the FAQ page to reflect the use of << endl; so others who read it and don't put it in and get the same resaults would...
  6. Replies
    18
    Views
    2,362

    I have Microsoft Visual C++ professional. And it...

    I have Microsoft Visual C++ professional. And it works fine without the #include <stdlib.h>. What part would that be needed for?
  7. Replies
    18
    Views
    2,362

    I never thought of endl like that I thought it...

    I never thought of endl like that I thought it was exactly the same as \n. At least that is how the c++ tutorials I've read made it sound. Thank you for the new found knowledge you have provided.
  8. Replies
    18
    Views
    2,362

    I already tried all the ones in the FAQ and they...

    I already tried all the ones in the FAQ and they did the same thing that is why I posted the message.

    As for Prelude your advice for using flush worked! I thank all of you who have helped.
  9. Replies
    18
    Views
    2,362

    Thank you, it actually pauses at the end but in...

    Thank you, it actually pauses at the end but in order for that to work you have to type something in then press enter. Isn't there a way to just have it so any button you press wil automatically...
  10. Replies
    18
    Views
    2,362

    using system("pause");

    Hello I am trying to use the system("pause"); comand at the end of my program but it is pausing too early. I want it to pause after it outputs the last if statement, but it dont it pauses right...
Results 1 to 10 of 10