Search:

Type: Posts; User: Conti

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    8,373

    What do they mean of "Extract and discard...

    What do they mean of "Extract and discard characters"? It ignores strings/letter inputs?
  2. Replies
    3
    Views
    8,373

    what does cin.ignore( ) mean?

    Alright, I'm using Code::Blocks.

    So, what does cin.ignore() mean? I'm still learning C++ because I'm a beginner.
  3. Replies
    5
    Views
    865

    Ah. I understand now. +1 to you chap ^.^

    Ah. I understand now. +1 to you chap ^.^
  4. Replies
    5
    Views
    865

    I still don't understand. And it's the numbers...

    I still don't understand. And it's the numbers that has my fingers scratching my head.
  5. Replies
    5
    Views
    865

    Need help to understand Arrays

    Alright, so I read through the Arrays tutorial on this website -
    Arrays in C and C++ - Cprogramming.com

    And so I tried using the tutorial codes -



    #include <iostream>
  6. Replies
    3
    Views
    1,469

    It works! Thanks for the help :) +1 to you.

    It works! Thanks for the help :)

    +1 to you.
  7. Replies
    3
    Views
    1,469

    Need help with Multiply and Divide operators

    Alright, so I'm using switches and -



    #include <iostream>


    using namespace std;
  8. Replies
    5
    Views
    913

    Alright, so after a few brain scratching and...

    Alright, so after a few brain scratching and thinking, I finally fixed it!

    Here it is ^.^ -



    #include <iostream>

    using namespace std;
  9. Replies
    5
    Views
    913

    I need help with fixing an error

    Hello.

    I am a beginner programmer and I am writing out a simple program, for a start. But the compiler (codeblocks) showed an error and so I am here to ask for help =)

    Here's the code -


    ...
Results 1 to 9 of 9