1 questions from the last 30 days
Advice
0
votes
6
replies
229
views
Is there any limitations to number of arguments in variadic functions?
Is there any limitations to pass the number of arguments to a variadic function?
for example:
CString command;
command.Format(_T("My name is %s. im %d years old. my luck number is %d, I like %s&...