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 ischneider

  1. ischneider

    pointer help please!

    I need to pass the value of a pointer from one function to another. I have it set up like this... void GetTheMoney(); void FigureTheWinnings(int *, int &BetAmount); void GetTheMoney() { int BetAmount, *BetAmt_ptr = &BetAmount; cout << "\nEnter the amount you wish to bet."; cin >>...

Part and Inventory Search

Back
Top