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

    Strtok with consecutive delimiters

    Hello, Say I have the following string str = "1,2,3,,,4" when I'm applying the strtok function strtok(str,",") and printing the output it is returning the following 3 5 6 5 is there any way to make it return 3 5 6 0 0 5 it looks strtok is jumping through all the commas and returning the...
  2. hoohaahii

    Run my code on several files.

    Hi, I wrote a C code that converts csv files to space delimited. it works fine, but now I need to run the code on a lot of files. is there a way to run my code on multiple files without having to do it one by one? I don't know if this involves a C code or is it some trick to do in DOS. I'm...
  3. hoohaahii

    How to assign files in Debug mode

    Hi, I'm a newbie in Visual Studio 2008. I'm trying to debug a code that copies an input file to and output file after doing some tweaks on its format. If I'me getting it right, instead of writing the command line with the input file and output file arguments, the debugger is going to do that for...

Part and Inventory Search

Back
Top