CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: LucianusChen

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    2,448

    Re: A question from beginner.

    Thank you so much.....you've been a huge help. i will go check how to use cin.ignore().
  2. Replies
    5
    Views
    2,448

    Re: A question from beginner.

    i put 3...and it only showed the first 2 results.

    Thank you.
  3. Replies
    5
    Views
    2,448

    A question from beginner.

    Hi guys, I am new to C++ and got a problem with these codes below.



    #include <iostream>
    #include <string.h>
    using namespace std;

    int main() {
    int n;
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured