Example Application describing RAII pattern of C++ for Resource management
SocketManager manages the lifetime of Socket
Example for registering CallBacks based on:
- C Functions
- Class Functions
- Lambda Functions
Basic and Event Driven
Pointer to implementation idiom