Archives
Sen Hime of Sengoku Rance (Kotobukiya)
How-To: Build libtorrent DLL for Windows in C++
LibTorrent is an open-source library. Building it may sometimes be tough for amateur programmers. Here is the step-by-step of how to build a BitTorrent dll using LibTorrent for Windows.
Read More...Static Link Library (SLL) vs. Dynamic Link Library (DLL) in C/C++
Static linking vs. Dynamic linking, each has its own advantages and disadvantages. Understanding them will definitely help you to use the one which is suitable and benefits most to your application in terms of maintenance and robustness.
Read More...Games Convention Asia 2009
Kanu Unchou of Ikki-Tousen (Griffon)
Gundam Fiesta 2009 @ Compass Point, Singapore
Pointers vs. References in C/C++
Pointers and References look similar but they are different. Gain better knowledge in them will help you to write more robust code with easier maintenance.
Read More...Memory Leak detection with Microsoft Visual C++ – Part 1
A simple and easy way to detect memory leaks in your application (in debug version) using Microsoft Visual Studio C++.
Read More...
Recent Comments