Search:

Type: Posts; User: sounz

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    1,871

    I'm still having problems I tried doing what you...

    I'm still having problems I tried doing what you said and now its telling me undefined reference to 'primary2()' i changed the code block up top again to show what i've changed
  2. Replies
    8
    Views
    1,871

    the problem is greater now that i checked it out...

    the problem is greater now that i checked it out the switch (input) doesnt run any of the functions
  3. Replies
    8
    Views
    1,871

    I got it to run but the problem is, its not...

    I got it to run but the problem is, its not running primary2 when i call it. I'll edit my script uptop so you can see what i changed.
  4. Replies
    8
    Views
    1,871

    i don't know how to pass at all.

    i don't know how to pass at all.
  5. Replies
    8
    Views
    1,871

    variables in sperate functions

    I'm still a noob in C++ and I was hoping someone could help me with this. My problem is that I would like a function to read a variable made in a previous function.
    my code:

    #include <iostream>
    ...
  6. Replies
    5
    Views
    2,207

    thanks for all the help im going to start working...

    thanks for all the help im going to start working on it now
  7. Replies
    5
    Views
    2,207

    that was another thought i had but i didn't know...

    that was another thought i had but i didn't know if that was possible.

    ~edit
    is there anyway you can teach me how to do that?
  8. Replies
    5
    Views
    2,207

    deal or no deal coding

    Im trying to make a deal or no deal like game(for learning purposes) but after searching everywhere i can't find an answer to a huge problem. how do i create a random number generator that only...
  9. Replies
    3
    Views
    1,046

    thank you so much i didn't really understand the...

    thank you so much i didn't really understand the == until now and i didnt realize thats what i needed thanks again
  10. Replies
    3
    Views
    1,046

    Learning the basics

    Okay im a noob and need help im trying to make a super basic password system using 10 as the password. It works along with every other number i type in. here is the snippet:


    #include <iostream>...
Results 1 to 10 of 10