like in c++ function for variable arguments is func(int args,...) using va_list etc macros i can do it successfully and the same in managed c++ is , func(...array<int>^args) but how for mixed data types in managed c++, whether we can use the same macros in mc++:
thanks in advance
regards
sai
how to write function for variable arguments
Started by sai, Jul 11 2010 04:17 AM
1 reply to this topic


Sign In
Create Account

Back to top









