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 bkrike 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 Rohitkirani

  1. Rohitkirani

    cin.getline being strange...

    Hi, istream and ostream classes use predetermined derived streambuff classes for low-level buffering. In this case it is possible that buffer is not getting cleared before you call cin.getline(...). Try adding this line in your code void Address::GetAddress() {...

Part and Inventory Search

Back
Top