Hi,
I have rewritten a printf function according to my usage and I want call my printf function instead the standard printf function during my project execution.
Can anybody tell me what is the windows C++ compiler option in Visual studio 2005, so that I can tell the windows compiler to use my printf function.
I have rewritten a printf function according to my usage and I want call my printf function instead the standard printf function during my project execution.
Can anybody tell me what is the windows C++ compiler option in Visual studio 2005, so that I can tell the windows compiler to use my printf function.
Comment