Archive of stories published by brakulla

Signal-Slot Implementation — Part 1

As continued part of this post, this is the implementation of signal-slot mechanism in C++.

In the previous post, I tried to explain what signal-slot mechanism is. You can notify that an event is occured with some data. In using observer…


Signal-Slot Implementation — Part 4

In previous post, we implemented a base class for creating threaded classes.

Before just writing our new code, I want to introduce another problem. We introduced a threaded object and signal-slot mechanism can work between different threads…


Signal-Slot Implementation — Part 2

In the previous post, we implemented basic signal-slot mechanism with two classes. Now we want to make them work in their own thread, but before that, I need to explain some stuff.


Signal-Slot Implementation — Part 3

In our previous post, we implemented a producer consumer queue to introduce inter-thread communication. We know how to pass data to another thread to be processed, now we can use this knowledge to provide inter-thread communication with signal-slot mechanism.

These were the top 10 stories published by brakulla; you can also dive into yearly archives: 2018, 2019.