Guest_imported
New member
- Jan 1, 1970
- 0
i like to use optional argument for a member function. how could i do that in vc++..
say
i have a fn named
void fun( char *File1 )
and i want to give second argument as optional.
void fun( char *File1, ..........) in this dotted lines what shall i give if at all i have to give optional arguments in vc++..
thanks in advance.
say
i have a fn named
void fun( char *File1 )
and i want to give second argument as optional.
void fun( char *File1, ..........) in this dotted lines what shall i give if at all i have to give optional arguments in vc++..
thanks in advance.