Frank
2015-07-21 13:47:08 UTC
Dear people,
I'm making an MFC free application,
and in a header file, I have a function with
a variable number of arguments, like sprintf.
This is usually done by va_start/va_end etc.,
but if I do not use MFC, I get a
C3861: 'va_start': identifier not found
same for va_end.
Is there a replacement for those?
TIA!
I'm making an MFC free application,
and in a header file, I have a function with
a variable number of arguments, like sprintf.
This is usually done by va_start/va_end etc.,
but if I do not use MFC, I get a
C3861: 'va_start': identifier not found
same for va_end.
Is there a replacement for those?
TIA!