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 bkrike 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 htakeda

  1. htakeda

    Truncating

    Is there a way to cut strings? If I have char wholestring[60]; char partone[30]; char parttwo[30]; strcpy (wholestring, "begin part end part"); is there a way to cut the string so that I have partone = "begin part" and parttwo = "end part"? Also, I want to use the...
  2. htakeda

    Truncatng

    Is there a way to cut strings? If I have char wholestring[60]; char partone[30]; char parttwo[30]; strcpy (wholestring, "begin part end part"); is there a way to cut the string so that I have partone = "begin part" and parttwo = "end part"? Also, I want to use the...
  3. htakeda

    Breakpoints cannot be set.

    All, I changed something in my properties and now I cannot set my breakpoints. When I try to set them, it comes back with "One or more breakpoints cannot be set and have been disabled. Execution will stop at the beginning of the program." and will not allow me to run in debug mode...

Part and Inventory Search

Back
Top