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!

Search results for query: *

  • Users: Brian18
  • Content: Threads
  • Order by date
  1. 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