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

    is there another way to do this instead of using strcpy?

    for (i=1; i<length(formula); i++) { strcpy(numString[j], portionofinput-1); j++; i++; lastOp = i; } strcpy(numString[j], lastpartofinput); how to do this instead of using strcpy? how to get last part of input? how to get portion of input? input is: 1+1 should print: 2

Part and Inventory Search

Back
Top