Sunday, July 12, 2009

I was wondering if there was a command in C that lets you display a .cat of another file in a printf function?

I have an assignment due, and the only way to pass the class is more or less find a way to put a .cat function of another program into my current program to prove the program runs.

I was wondering if there was a command in C that lets you display a .cat of another file in a printf function?
Hi!


Can u be more specific?. Do u want to concatenate files? I don´t think there is a way you can concatenate an entire file to another using a printf... normally you need to have the other file on a string in memory and use %s... is this what you want to achieve?.


No comments:

Post a Comment