Category Archives: C++

Network Toolkits.

Like everything else, there are many different types of networking engines/tool kits. All of these have various different advantages and disadvantages. So here I hope to summarise what tool kit is best for different types of developers. So to kick … Continue reading

Posted in C++ | Tagged | Leave a comment

Xeon – Game Engine

Yes, you heard me. I am working on my very own game engine, and a set of games to come with it. These will be of the FPS genre. This will be entirely open source, so you can use the … Continue reading

Posted in C++ | Tagged , , | Leave a comment

Which IDE?

Well, as we all know today, there are hundreds of Integrated Development Environments out there. The most well know ones are Visual Studio (also available in Express Editions), Dev C++ and many more. Why so many, you may ask? Well … Continue reading

Posted in C++ | Tagged , | Leave a comment

WinAPI, Is it worth it?

Hey all, With all the new and upcoming GUI tool kits, most of them cross platform, is it worth learning the native WinAPI? Well, yes and no. It all depends on what you want to use it for. The WinAPI … Continue reading

Posted in C++ | Tagged | Leave a comment