Event-Driven Programming in C++ 1.0
A case study on event-driven programming in C++
Loading...
Searching...
No Matches
main.cpp File Reference

Demonstrates the usage of the Event class for handling callbacks. More...

#include <iostream>
#include "callbacks.hpp"

Functions

int main ()
 

Detailed Description

Demonstrates the usage of the Event class for handling callbacks.

This example creates an Event instance, sets a callback using a lambda, and triggers the event, which in turn calls the callback function.

Function Documentation

◆ main()

int main ( )