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 strongm 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. Tchriss99

    A stuck loop

    This is the code for the Knights Tour for the Deitel & deitel exercise. CAN ANYONE HELP ME AND TELL ME WHY IT DOESN'T GO TO NEXT VALUES? #include <iostream> #include <time.h> #include <stdlib.h> #include <iomanip.h> int main() { // Initialise the board array int board[8][8]={0}...
  2. Tchriss99

    Search and Sort in an array

    I have an array which is as follows: 1 2 8 -1 -2 3 -1 1 4 -2 -1 2 I wan to do a search for the smallest value according to the last column. IOW I want to select 2 and return the values -2,-1. Thanks for the help.

Part and Inventory Search

Back
Top