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!

Recent content by jaclynhi

  1. jaclynhi

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

    below is my entire code...i cant think of how to change one part in double calArray(char* formula) to something else instead of using string.h.....could someone please help!!! i'm totally lost!! if user input 1+2+4-3*5 output is 20 #include <stdio.h> #include <stdlib.h> #include...
  2. 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