Really don't understand c + +, this example how to do!
Char * _stdcall stringCombo (char * str1, char * str2)
{
Char * str3="upstring=";
Char * str4="& amp; UpFullFileName=";
Char combo=new char []
Sprintf_s (combo, sizeof (combo), "% s, % s, % s, % s", str1, str2, str3, str4);
Return combo
}
//combo need to turn the str1 str2, str3, str4 pieced together, can you tell me how?
Not write their own examples, could you please tell me what to do, with c + + MFC VS2015
CodePudding user response:
Should someone oh,
CodePudding user response: