Andrei's blog
sharing coding bits
Monday, June 12, 2006
small C++ things to remember
›
C++ like any other language has small stuff to remember. since i dont have a good memory, i will keep here short C++ things to remember
2 comments:
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...
‹
›
Home
View web version