Search:

Type: Posts; User: agent d00nut

Search: Search took 0.00 seconds.

  1. Ok one last question. How can i get my program...

    Ok one last question.

    How can i get my program to only shut if you push the X, or like you type quit at any time and it would close down? Because right now it just gives you the * table for what...
  2. SUCCESS! Lol thanks for your help both of you...

    SUCCESS!

    Lol thanks for your help both of you =). Now i just gotta write the rest of the program. Heres the code so far.




    #include <iostream>

    using namespace std;
  3. No i understood why it created the infinite loop...

    No i understood why it created the infinite loop thing. I then realized i forgot to put

    X++; at the end of the loop, so X never increased which = infinite loop.

    Ok so now that i know how to...
  4. Well i think i found a way to get it to work, i...

    Well i think i found a way to get it to work, i still have that infinite loop problem though lol.


    if ( X == 1 ) {
    for ( X = 1; X < 9; X * 1 ) {
    cout<< X <<endl;

    ...
  5. =( well ** SEEMED like a good idea but i guess it...

    =( well ** SEEMED like a good idea but i guess it doesnt make much sense now that i think about it, even if it was the right syntex 1*1 = 1 which would create an infinate loop i think. =/

    K, note...
  6. expected primary expansion before ')' token.

    Ok i cant figure out whats wrong with my code, im just making this for a little practice. Im only 14 and ive been doing c++ for ummm 2 days now i think it is. :D The problem is always get stuck...
Results 1 to 6 of 6