Search:

Type: Posts; User: Movingforward

Search: Search took 0.01 seconds.

  1. AH, the if(i

    AH, the if(i<10) doesnt help since it doesnt increment, so it will always be below 10. Anyways, it works :)
  2. Alright. Well, i looked at another example as...

    Alright. Well, i looked at another example as well, and manage to get it working. What I ended up with was:


    #include <string>
    #include <iostream>
    #include <cstdlib>
    #include <algorithm>...
  3. Alright. It works, it asks a random question,...

    Alright. It works, it asks a random question, kinda. It is always the same though, I mean whenever you start it up, its in the same order.[Always starts with how many friends...]

    Other than the...
  4. Thank you! The reason I had used the [10]...

    Thank you!

    The reason I had used the [10] [10] array was because I was testing something, but forgot to change it back lol. So, I'll initialize them, and look at the example/tutorial to see whats...
  5. Having the computer ask a random questrion, and storing a variable with the answer

    I am new to using C++, just started learning a little while ago. So, what I've been trying to do[I didnt think it would be to difficult], was to have the computer randomly choose one of the questions...
Results 1 to 5 of 5