Andrei's blog
sharing coding bits
Friday, May 19, 2006
registry tweaks
›
every now and then I need some Windows tweaks. i''ll put here all the things i need. here's the first ones: make OutlookExpress ...
2 comments:
Monday, May 15, 2006
windows install date
›
useful when u need something unique from the PC and easy to get HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion installdate ...
Friday, May 05, 2006
before debugging ...
›
.. you need to make sure you have the right pdb on microsoft website there is a debugging package(holding WinDbg and other debugging tools) ...
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...
‹
›
Home
View web version