Always remain updated about current software development trends

Articles having tag: C++

How to ensure proper dynamic library boundary crossing for objects using smart pointers' custom deleters

Ensuring that objects allocated in one dynamic library are deleted by the same library has always been a challenge. Solutions prior to the advent of C++11 often make the usage of the library cumbersome. This is a solution using smart pointers' custom deleters.

Using Windows Event Viewer to debug crashes

This article talks about using the Windows event viewer to get the actual crashed module and location of the crash in the code. The sample code is written in C++ to generate different types of crashes like access violation and stack overflow.

Implementation of Delegates in C++11

This is an alternative for "Member Function Pointers and the Fastest Possible C++ Delegates"

Using Shape class to display and scale graphics in XNA, WPXNA (3)

Using Shape class to display and scale graphics in XNA, WPXNA (3).

Loading assemblies using Assembly.Load , Assembly.LoadFrom and Assembly.LoadFile

Loading assemblies using Assembly.Load , Assembly.LoadFrom and Assembly.LoadFile

Chatbot Tutorial

Tutorial on making an artificial intelligence chatbot