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 IamaSherpa 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. msalichos

    Newbie Question: How to count pipes in a string / output to file

    Use "strcpy ( char * dest, const char * src )" to copy the content pointed by src to dest, and strlen to determine the number of characters in the character pointer before the terminating null-character. /m

Part and Inventory Search

Back
Top