What is a callback function and when do I need it in c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What is a callback function and when do I need it in c++

callback functions are commonly used when coding in ROS. how does this type of functions work and when do I need it usually in c++.

1st Jul 2017, 7:57 PM
Michael Scholz
Michael Scholz - avatar
1 Answer
+ 4
Kindly take a look at https://stackoverflow.com/questions/2298242/callback-functions-in-c It has answers of your questions
1st Jul 2017, 10:49 PM
NeutronStar
NeutronStar - avatar