When I work with multithreading in Qt at the first time, I feel it really confused with the concepts Signal/Slot. I always have some error about that it can not create threads in QtNetworkManager thread.
[Read More]
Use timeout for connection in QT
In this article, we will try to understand about using timeout for our common problem in communicating between client and server. In QT, this bug will not resolve. So, we always look forward solution in a next update of QT.
[Read More]
Understanding about multithread in C++
When we want to improve the performance of system, there are many ways to enhance performance such as architecture design, optimization algorithms, … But we can immediately think about multithread at first.
[Read More]
Coupling and cohesion in OOP
In this article, we will discuss about coupling and cohesion in OOP, mainly because understanding about them is really useful to improve coding skill and some skills about designing architecture.
[Read More]
Quick Union
In this tutorial, we will discuss about Quick - Union to understand all of it. Then, we can know about which problem will be applied Quick-Union.
[Read More]