Click here to Skip to main content
16,004,587 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Hello Guys,

I am trying to understand synchronous and asynchronous callback in c++.

I only know that in sync callback, callback will be called before function returns. However in Async callback, callback will be called post function returns.

I am really not able to understand a real scenario where these two types of callback can be implemented.

It would be great help if anybody can explain this with a easy example.



Regards,
Joy
Posted
Comments
Sergey Alexandrovich Kryukov 10-Mar-14 10:15am    
If this is C++, why "C#" tag? Or do you mean C++/CLI?
—SA

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900