Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Brian18

  1. Brian18

    Problem with if and else statements

    I read it, and I understand why it was having a problem. But it was saying getline() should be used in place of cin, right? I'm not sure how I would use getline() instead.
  2. Brian18

    Problem with if and else statements

    Nevermind, I figured it out.. I was doing it wrong.. Thanks everyone for the help.
  3. Brian18

    Problem with if and else statements

    I just tried using cin instead, but it does the same thing.. Could it be anything else?
  4. Brian18

    Problem with if and else statements

    Hey everyone, I hope I have this in the right forum.. I'm using Microsoft Visual C++ 6.0.. I'm just starting to learn to program, and I was trying to make an extremely basic calculator. #include <iostream.h> #include <string.h> #include <stdlib.h> int Add(int x, int y) { return(x+y); } int...

Part and Inventory Search

Back
Top