#cpp
Read more stories on Hashnode
Articles with this tag
Hi again, it has beem a while since I wrote last time here. I have bipolar so I just try to chill and live day by day. Yet I still love to do...
Multithread workers · preface I had some comments already on this article. The posts are saying that I will run into race conditions and other...
Simple C++ implementation of game states · Game State Manager This small project implements a system which can handle multiple different game states in a...
Fast and easy game and 2-D graphics prototyping · Introduction While lurking in One Lone Coders discord channel I found his header only implementation...
Code logging · Update 24th of June 2021 I made the logging thread safe. It now uses a mutex which is locked when the logger class is called. And the...