Search:

Type: Posts; User: JPed2003

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    925

    goto statements

    one of my friends was saying goto statements arent used much in c++ very much, if that is true then alright but if not i would like to know how to use them... cause i cant get my game to go back to...
  2. Thread: tcp/ip

    by JPed2003
    Replies
    2
    Views
    1,254

    tcp/ip

    anyone want to give me something to learn about tcp/ip with c++ ... i just want to make some simple programms with it... like connecting to an ip... i just somewhere to read some code on it... so...
  3. Replies
    4
    Views
    1,113

    so whats an example of some none sloppy loops?

    so whats an example of some none sloppy loops?
  4. Replies
    4
    Views
    1,113

    need some help

    #include <iostream>
    #include <string>
    #include <cctype>

    using namespace std;

    void main()
    {
    // build command map
    string commands[] = {
  5. Thread: if statments

    by JPed2003
    Replies
    8
    Views
    1,398

    and hotman_x is my hero;) jped:p

    and hotman_x is my hero;)

    jped:p
  6. Thread: if statments

    by JPed2003
    Replies
    8
    Views
    1,398

    ok... case 1 isnt actually the number one... im...

    ok... case 1 isnt actually the number one... im just using it as it being the first case... the real one is actually case 'n':.... i know what im doing alittle bit:D

    JPED:p
  7. Thread: if statments

    by JPed2003
    Replies
    8
    Views
    1,398

    oh yea... and the default isnt working... its...

    oh yea... and the default isnt working... its repeating the default no matter what letter they enter.. its working... except for that... like this.......

    computer: Enter a command:
    user: ...
  8. Thread: if statments

    by JPed2003
    Replies
    8
    Views
    1,398

    ok... the strcmp im assuming is just the same as...

    ok... the strcmp im assuming is just the same as the IF. and ive got it working for now. but now i need to make it if they equal it in lowercase or capital case, then it will do the same either...
  9. Thread: if statments

    by JPed2003
    Replies
    8
    Views
    1,398

    if statments

    ok... im making a one player RPG game in my programming class and i cant seem to find anywhere in the deitel and deitel book that it will tell you how to make a piece of code that will repond IF...
  10. Replies
    4
    Views
    997

    if's using char's

    Im trying to write some code to make it if somone enters a word (no just a letter) then it will do something else. Cant seem to figure it out.:confused: :eek:
Results 1 to 10 of 10