> Are va_list, va_start, etc. Standard C, or are they Microsoft > extensions? > > That's how Microsoft does the (,...) stuff.
The ,... syntax and va_xxx stuff are Standard C, and available on any conformant platform. > In Unix, I have seen (a long time ago) a header that had, like 50 args > hardcoded in the printf definition. Oh, I'm pleased I haven't seen such a beast! ;-) Jason, if your boss needs that kind of functionality where vsprintf( ) is already available, it would be a waste not to use it IMO. ------------- Ehsan Akhgari Farda Technology (http://www.farda-tech.com/) List Owner: [EMAIL PROTECTED] [ Email: [EMAIL PROTECTED] ] [ WWW: http://www.beginthread.com/Ehsan ] Under conditions of peace the warlike man attacks himself. -Beyond Good And Evil, F. W. Nietzsche _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
