Search:

Type: Posts; User: Sebastion

Search: Search took 0.03 seconds.

  1. Replies
    16
    Views
    1,635

    ok thanks

    ok thanks
  2. Replies
    16
    Views
    1,635

    yeah i understood it

    yeah i understood it
  3. Replies
    16
    Views
    1,635

    now how would i limit it under like 100 or so?

    now how would i limit it under like 100 or so?
  4. Replies
    16
    Views
    1,635

    bloodshed Dev-c++ the one recommended for...

    bloodshed Dev-c++

    the one recommended for beginngers by this site
  5. Replies
    16
    Views
    1,635

    #include #include #include...

    #include <iostream>
    #include <cstring>
    #include <cstdlib>

    using namespace std;

    string answer;

    int main()
  6. Replies
    16
    Views
    1,635

    ok now numbers are appearing at the beginning of...

    ok now numbers are appearing at the beginning of the program and my number still comes up 41
  7. Replies
    16
    Views
    1,635

    ok thanks much

    ok thanks much
  8. Replies
    16
    Views
    1,635

    Im still new to this. ok now it doesnt reckonize...

    Im still new to this. ok now it doesnt reckonize my inout number so how do connect the random number generator to the number
  9. Replies
    16
    Views
    1,635

    but i always get 41

    but i always get 41
  10. Replies
    16
    Views
    1,635

    oops it was int number=rand();

    oops it was

    int number=rand();
  11. Replies
    16
    Views
    1,635

    #include #include #include...

    #include <iostream>
    #include <cstring>
    #include <cstdlib>

    using namespace std;

    string answer;

    int main()
  12. Replies
    16
    Views
    1,635

    Help with making a random number

    I made a death clock and my random number generator always makes 41 so i dont know if i did something wrong or what someone please help
  13. Replies
    13
    Views
    1,778

    haha I'm not demetri. thats just a character im...

    haha I'm not demetri. thats just a character
    im 19 and my name is Sebastion
  14. Replies
    13
    Views
    1,778

    I just started learning like 2 days ago and...

    I just started learning like 2 days ago and havent made it past if statements because I've been messing around with this too learn and familirize my self with the material
  15. Replies
    13
    Views
    1,778

    This is what my program looks like. ...

    This is what my program looks like.




    #include <iostream>
    #include <cstring>

    using namespace std;
  16. Replies
    13
    Views
    1,778

    help with spaces and punction marks?

    Ok i got the yes and no working. So i put a esle if statement saying that if someone input something other than yes or no that it would say something else but if they something something with a space...
  17. Replies
    13
    Views
    1,778

    That's what does it? ....yeah the quotes would...

    That's what does it? ....yeah the quotes would explain why it wasnt working. thanks, sorry i just woke up.
  18. Replies
    13
    Views
    1,778

    need help with spaces and punction marks

    I'm trying to make an program that starts a convo and asks questions by reacting to what the user inputs. I'm only planning on using yes and no questions. I know how to make the conversation, I just...
Results 1 to 18 of 18