c++ change console font sizeThe problem is, the only connection between the console is a data stream of what text goes into and ...
Sub-Namespaces for organizing features: Yes or No?JLBorges can you elaborate why? Also I was considering doing sub-namespaces because I see the boost...
Sub-Namespaces for organizing features: Yes or No?I've been working on a personal library called J118 for a while now, and it's starting to gain in si...
Crash on locking mutexI found the issue, I forgot to initialize the mutex in the default constructor. It's always the simp...
Crash on locking mutexI tried to replicate it with [code] #include <thread> #include <mutex> #include <stdio.h> int main...
This user does not accept Private Messages