End Google Ads 201810 - BS.net 01 --> Hello

I am working on VS 2003 and getting compiler warnings saying that those 2 above mentioned functions are depreciated. I know VS 2008 they have sprintf_s and other more safer functions. But there's no way for me to upgrade to 2008.

So can anyone tell me how to get those compiler warnings go away, without setting the warning level to low priority.

That is, i would like to use a wrapper around the sprintf function which will do the type checking to make sure the buffer is of valid size.

Is there any function like that i can use VS2003?

Any help is welcome.