Click here to Skip to main content
15,897,518 members
Articles / Programming Languages / C++

va_list, va_start, va_pass!!! or how to pass variable-argument list to next va-function

Rate me:
Please Sign up or sign in to vote.
2.58/5 (20 votes)
29 Mar 2005CPOL 115.7K   15  
trick to pass variable-argument list to next va-function

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Russian Federation Russian Federation
As programmer I understand that every program takes brain to be created. The more complex is the software, the more senior developers it takes. And they say that DNA doesn't have an author? I don't buy it.

Comments and Discussions