I want to create a function that works like printf with the two params like so:
1. const char*
2. _Format
So I can use %s and so forth into the first param just like printf to enter variables to be placed in the message.
How may I accomplish this?
1. const char*
2. _Format
So I can use %s and so forth into the first param just like printf to enter variables to be placed in the message.
How may I accomplish this?
Comment