Search:

Type: Posts; User: Syllable

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    845

    Beginner Programs

    I have read through a couple books, but I don't have much that I can program. I'm not to that stage where I can program Everything I think of(Basically I can't program much so far with such little...
  2. I use Dev and it doesnt like using header files...

    I use Dev and it doesnt like using header files with '.h'. But is there any speed or memory differences between "using namespace std;" and writing it out the whole time.
  3. Replies
    11
    Views
    1,577

    I cleaned up some code up to make it easier for...

    I cleaned up some code up to make it easier for me to post it here, but I came up with a problem when I wanted to ask the user if he wanted to check Running Back number two's stats. I don't know what...
  4. Replies
    11
    Views
    1,577

    This may seem like I'm just asking for answers,...

    This may seem like I'm just asking for answers, but I tried a couple of times and don't understand what you mean by making a playerclass and putting them in. Do i rename "class RunningBack" to player...
  5. Replies
    11
    Views
    1,577

    Allright heres what I got so far: #include...

    Allright heres what I got so far:


    #include <iostream>

    using namespace std;

    class RunningBack // Class RunningBack Defined
    {
    // Setting up "Rush"
  6. Replies
    11
    Views
    1,577

    I know its integer devision, but whats the full...

    I know its integer devision, but whats the full line of code to make it so 'rush' is devided by 20 and rounded down.
  7. Replies
    11
    Views
    1,577

    #include using namespace std; ...

    #include <iostream>

    using namespace std;

    class RunningBack // Class RunningBack Defined
    {
    // Setting up "Rush"
    public:
    int GetRush();
    void SetRush(int rush);
  8. Replies
    11
    Views
    1,577

    Fantasy Calculator

    I am trying to create a program to calculate the Fantasy performances of my players, but I am comming across some problems. Here is my Code so far.


    #include <iostream>

    using namespace std;
    ...
  9. Replies
    2
    Views
    1,858

    Accepting Word/Sentence Answers

    Say I give out a question, what is the code to accept a long or even one word answer.

    Example:

    the program asks the question "What is the capital of the US?" How can you accept the answer.
    ...
  10. Replies
    3
    Views
    1,603

    Incriment and Decriments

    I'm having trouble figuring out whats the difference of using them prefix and postfix.
    What times would I need to use both of those operations?
  11. Replies
    20
    Views
    2,175

    Yea thanks for the catch, i forget to return, but...

    Yea thanks for the catch, i forget to return, but i should just start doing it and remembering it. Also anyone have any sites or tutorials on small games that are used in examples. Most books like my...
  12. Thread: Chatroom?

    by Syllable
    Replies
    16
    Views
    18,961

    Whats the port? I put: Description: Pheonix...

    Whats the port? I put:

    Description: Pheonix
    Server: irc.phoenixradio.org
    Port: 6667(I dont know what the real port is..)
    Group: Blank
    Password: Blank
  13. Replies
    20
    Views
    2,175

    wow thanks! so many replies.

    wow thanks! so many replies.
  14. Replies
    20
    Views
    2,175

    thanks a bunch i got it :D Edit: What I forgot...

    thanks a bunch i got it :D

    Edit: What I forgot to ask, is how I can make the number random instead of 5, and if anyone has any recommendations of game programing type tutorial sites or e-books to...
  15. Replies
    20
    Views
    2,175

    If command practice

    This isnt much of a first post, but im learning and wanted to put together something off the top of my head a "small game"
    The problem is that it allways gives me the command like if i pick the...
Results 1 to 15 of 15