Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to thoroughly understand the callback function through Lua

2025-01-31 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article is about how to thoroughly understand the callback function through Lua, the editor thinks it is very practical, so I share it with you to learn. I hope you can get something after reading this article.

Lua callback function instance local m = {} local list = {name= "hello", age=12} m.call_back_fun_print = function (printID) print (printID. "-->".. List [printID]) endm.add_list = function (key,value,call_back_fun) key = tostring (key) list [key] = value call_back_fun (key) endm.add_list ("address", "beijing", m.call_back_fun_print)-address-- > beijingreturn mC++ callback function instance # include # include using namespace std;typedef void (* Fun) (int,int,int) / / define the function pointer type void call_back_fun_print (int a _ line int b _ int _ int min) {cout

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report