Andrei's blog

sharing coding bits

Wednesday, March 01, 2006

process termination

›
Ive just looked to an interesting blog article talking about when a process terminates. http://blog.kalmbachnet.de/?postid=65 It seem that t...
Thursday, February 16, 2006

testing memory failure allocation

›
there is a difference of how the memorey failure is handled in C++. int *pa = new int[10000]; in the article " The new and delete Opera...
Wednesday, February 08, 2006

remember the rule

›
sometimes its hard to figure out which method is called when looking at a hierarchy of classes, which use virtual specifier for their method...
Tuesday, February 07, 2006

Final classes

›
i camed across a nice C++ question which shows the final class principle (as I read here: http://www.codeguru.com/Cpp/Cpp/cpp_mfc/stl/articl...
Friday, February 03, 2006

subtle difference when using const_cast

›
ive just read this article: http://www.devx.com/tips/Tip/5508 which shows the subtle difference (when is good \ bad) when using the const_c...

name hidding again

›
the name hidding seems to be pretty compiler specific unfortunately. for example: struct A { int x; }; struct B: A { int x; }; struct C: A, ...

the best C++ reference

›
i dont think there is a better reference on C++ then these: Effective & More Effective C++ C++ Programming Language C++ Faqs Effective S...
‹
›
Home
View web version

About Me

My photo
Andrei Nitescu
Passionate software developer with ❤ for .NET C# Xamarin
View my complete profile
Powered by Blogger.