Hi all,
I am very new to C code and was wondering if someone could please help me.
i am using a program that gets run through a windows command prompt and outputs the result to the command line screen by default. i was trying to get it to output the results to a .csv file injstead but i have no idea how to do this. this is how it outputs it to the command line:
printf( "%d%s%s%s%d%s%s%s%d\n", index, delim, deltime, delim, type, delim, filename, delim, filesize );
can some one please help me?
thanks in advance
scoobie,