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 Mike Lewis 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: *

  1. dodviper

    Poker Game Trouble using arrays to determine poker hands!

    there is a mistake in this program. in this part of code: // 1 pass of the bubble sort swapped = false; for(int i=0; i<4; i++) { if(R[i] > R[i+1]) { int temp = R[i]; R[i] = R[i+1]; R[i+1] = temp...

Part and Inventory Search

Back
Top