The HTML code is as follows, how to invoke a member function with the same in a member function?
Class A
{
Public:
Void print (const STD: : string & amp; STR)
{
STD: : cout}
Void the print ()
{
How//in the function calling print (const STD: : string&)
}
};
CodePudding user response:
A a;
Amy polumbo rint (" 123 ");//printf (string);
Amy polumbo rint ();//print ();
According to the matching parameters,
CodePudding user response:
A direct line, the parameters,
CodePudding user response: