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...
Thank you guys,
I used the forfile command , but the problem is that my program requires two arguments which are the input file "*.csv" and an output file "*.sd", I can not figure out how to specify the output file in the forfile command! any idea?
Dian, your idea didn't work, for the same...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.