I am trying to create a function like:
void my_printf(char *fmt, ...) which behaves like printf, except that it will also record all the argument passed in to a text file. Can anybody tell me how to do this?
Thanks.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
+ Reply to Thread
Results 1 to 3 of 3
Thread: How to create a printf wrapper
|
Click Here to Expand Forum to Full Width |
Bookmarks