Post
Topic
Board Bitcoin Discussion
Re: Simple bitcoin core tutorial
by
victorkimba17
on 06/11/2017, 01:39:50 UTC

In general, anyone trying to walk through the code should understand the concept of "signals and slots". Specifically with Boost and QT's implementation of signals and slots:

http://doc.qt.io/qt-4.8/signalsandslots.html
http://www.boost.org/doc/libs/1_47_0/doc/html/signals2/tutorial.html

So far, in code analysis, I have not come across signals and slots yet. I will search for it in the code. Thank you.