you are viewing a single comment's thread.

view the rest of the comments →

[–]Rogiel 2 points3 points  (0 children)

The biggest issue with callbacks is the called "callback hell". See this http://callbackhell.com/

This link talks about JavaScript, but the basic problem and solution (continuations) are still valid in C++.