¡@

Home 

c++ Programming Glossary: compute_

How to best pass methods into methods of the same class

http://stackoverflow.com/questions/11260260/how-to-best-pass-methods-into-methods-of-the-same-class

along the lines of class test int classVar_ 42 int compute_add int a int b compute int a int b this add_ int compute_mult.. compute_add int a int b compute int a int b this add_ int compute_mult int a int b compute int a int b this mult_ int compute_.. int a int b compute int a int b this mult_ int compute_ int a int b pass in add or multiply as f int c 0 Some complex..