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 gkittelson 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. ahsanamin

    equivalent to sleep command in C

    Hi, I want to add a delay in my program between two fuctions. Say 5 secconds. In unix I use sleep() command to do this. What can I use in C. I would appreciate if someone can help. Thanks Ahsan
  2. ahsanamin

    equivalent to cut command in unix

    Thanks a lot guys for all your help. It will help me a lot with my program. Thanks Ahsan
  3. ahsanamin

    equivalent to cut command in unix

    Hi, I am very familiar with unix commands but not as familiar with C. Can anyone provide me a function in C which works similar to cut fuction in unix. The cut command is very useful for parsing strings. Basically my problem is that I have a string of characters delimited by colons (:) and I...

Part and Inventory Search

Back
Top