Kamis, 02 September 2010

Collect your C++ Garbage with Boost

  C++ do not have automatic garbage collection built in like Java, .NET languages as well as many others. This has its pros and cons since the gained freedom will lead to potential memory leaks and a lot of extra code to deal with clean up.   Using the boost library, specifically the smart pointers provided, most of the memory handeling burden can be lift of the programmes shoulders.In the boost

Tidak ada komentar:

Posting Komentar