Skip to content

petesh/sigc--2.0-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional examples for libsigc++-2.0

Simple example code based on the examples from the web.

example1.cpp contains code that invokes a plain-old void function.

example2.cpp contains code that invokes a member function that takes a single parameter.

example3.cpp is similar to example2.cpp, but shows the delivery of signals from each connected item, as well as the removal of the connection. by remembering the sigc::connection from each connect invocation.

About

Example code for libsigc++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages