|
-
Mar 21st, 2013, 03:28 PM
#1
Thread Starter
PowerPoster
[functions] - opcionals parameters
i know that in C\C++ we can create opcionals parameters, like the printf() function:
printf(char *string, ...); // i have seen these header in stdio.h
how can i do that?
i need build 1 function that accpet several string parameters, but i don't know work with them
any advices?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|