Search:

Type: Posts; User: AxlRose

Search: Search took 0.01 seconds.

  1. lol thanks so many hours reading made my head go...

    lol thanks so many hours reading made my head go weird that i didnt see the link :P, i better go take some fresh air then continue hehe
  2. any idea of how? i am just starting C++, and have...

    any idea of how? i am just starting C++, and have 0 knoledge about C :(
  3. hmmm char string to variable double or int

    // this 3 are user input
    char szNum1[];
    char szNum2[];
    char szNum3[];



    after the user input for example 3, 21 and 25

    i need to make this strings into int or double variables, so i can...
  4. Thread: Question

    by AxlRose
    Replies
    4
    Views
    1,355

    I did it, and I know the output, but I need to...

    I did it, and I know the output, but I need to know what setiosflags means and the ios:: before the fixed and what ios::showpoint means, I am new to C++
  5. Thread: Question

    by AxlRose
    Replies
    4
    Views
    1,355

    Question

    cout << setiosflags( ios::fixed | ios::showpoint )
    << "The total retail value was: " << setprecision( 2 )
    << total << endl;


    my question is what would the

    setiosflags(...
  6. Replies
    6
    Views
    1,227

    I got it to work thank you very much

    /**********************************************************************
    ** CSC 213 **
    ** Lab - 3 **
    ** Author: Felipe Fuentealba **
    ** **...
  7. Replies
    6
    Views
    1,227

    I had for ( int counter = 1; counter

    I had




    for ( int counter = 1; counter <= 10; counter++ ){
    cout << "*";
    }
  8. Replies
    6
    Views
    1,227

    yeah sorry i just read that in another post, but...

    yeah sorry i just read that in another post, but i have tryed all morning lol, and still i cant make it work, i tryed with one loop but wont work it looks simple but is not :( i am ready to kill...
  9. Replies
    6
    Views
    1,227

    Need help please with a homework problem

    the problem is explained in the comments part in the top of the code between /* and */ , I will really apreciate any kind of help about this please.



    ...
Results 1 to 9 of 9