Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
24098626
Topic
2360397
Board
Bitcoin Discussion
Re: Simple bitcoin core tutorial
by
victorkimba17
on
06/11/2017, 01:39:50 UTC
Quote from: boogersguy on November 05, 2017, 03:30:50 PM
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.