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 JeffGolben

  1. JeffGolben

    C++ object help

    #include <iostream.h> #include "oostring.h" int main() { oostring custname; int custid; int itemid; int itemcount; int grandcount; int avgcost; float ordertotal; int itemtotal; float grandtotal; grandtotal=0; ordertotal=0; itemtotal=0; grandcount=0; avgcost=0; int idarray[3]...
  2. JeffGolben

    C++ object help

    Hello, I was recommended to check out this board for help, so please forgive me if I sound like a newbie. I have written a short simple program that uses an array of 3 items. Each item has a price and a quantity. The user selects an item number and quantity, and the program adds up a total...

Part and Inventory Search

Back
Top