P
Priya Mishra
Hi all,
I am new to C++, so please help me in understanding the below code as
I am not able to
understand, Is this a another way to write the function in C++, and if
yes the any advantage ?
void Update (ctext, input, inputLen)
M_C *ctext; char *input;
unsigned int inputLen;
{
// do some stuff
}
Please Ignore me as I know C.
Thanks
Priya
I am new to C++, so please help me in understanding the below code as
I am not able to
understand, Is this a another way to write the function in C++, and if
yes the any advantage ?
void Update (ctext, input, inputLen)
M_C *ctext; char *input;
unsigned int inputLen;
{
// do some stuff
}
Please Ignore me as I know C.
Thanks
Priya