Archives
Posts for the ‘Programming’ Category
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...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