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 TouchToneTommy 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: Sklar
  • Order by date
  1. Sklar

    Assigning Arrays to Variables (and vise versa)

    Hello again, I tried using the [index + 1] = temp) statement, but I get some: '=' : cannot convert from 'char *' to 'char [25]' compile time error. Here is (part of the) function (trying to sort words in a file): Any suggestions why I get this error. void sort(char word[][25], int size, int&...
  2. Sklar

    Assigning Arrays to Variables (and vise versa)

    Is there a way to set a variable to equal an array (ie. temp = name[index]) and then be able to set another array equal to that variable(ie. name[index + 1] = temp). Danka Sklar

Part and Inventory Search

Back
Top