User Tools

Site Tools


c:c_callback_functions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
c:c_callback_functions [2021/04/28 08:32] peterc:c_callback_functions [2021/04/28 08:34] (current) peter
Line 31: Line 31:
     std::cout << str << std::endl;     std::cout << str << std::endl;
   }   }
 +
  
   void mymemberfunction(std::string str)   void mymemberfunction(std::string str)
Line 60: Line 61:
     myClass.mymemberfunction(str);     myClass.mymemberfunction(str);
   };   };
 +  
   test(output, callBack);   test(output, callBack);
 } }
c/c_callback_functions.1619598731.txt.gz · Last modified: 2021/04/28 08:32 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki