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

    c++ beginner help

    I am having trouble passing a data value to a function. Here is my code: void get_hand() { char card[3]("A"); int number(0), score(0); instructions(); cout << "How many cards are you holding? "; cin >> number; value_check(number); do { cout << "Enter...

Part and Inventory Search

Back
Top