Click here to Skip to main content
15,880,392 members
Articles / Programming Languages / C++

Kigs Framework Introduction (4/8) - Methods

Rate me:
Please Sign up or sign in to vote.
3.55/5 (7 votes)
1 Mar 2023MIT2 min read 11.6K   7  
A multi purpose, cross-platform, free and Open Source C++ framework. This article will focus on CoreModifiable methods.
This article demonstrates the use of CoreModifiable methods - how to declare them, how to define them and how to call them. CoreModifiable methods are an important mechanism used by signal / slot management and notification among others.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Software Developer (Senior) LVCim
France France
Senior software developer.
Kigs framework is an educational/experimental/RAD open source C++ framework.

Comments and Discussions