Higher-order functions: Difference between revisions

Content added Content deleted
(→‎[[C plus plus|C++]]: Point to C++ instead of C plus plus)
Line 148: Line 148:
Of course, in a real project you shouldn't write such a convoluted code, but use some typedef instead, in order to break complexity into steps.
Of course, in a real project you shouldn't write such a convoluted code, but use some typedef instead, in order to break complexity into steps.


==[[C plus plus|C++]]==
=={{header|C++}}==
[[Category:C plus plus]]


===Function Pointer===
===Function Pointer===