February 2008 - Posts

C++ placement new and delete
16 February 08 04:44 PM | john | 0 Comments   
I was trying to write some debug memory allocation routines the other day and I decided I would attempt to use placement new. I hunted down some useful references: Placement new & delete informIT: C++ reference guide jaredpar's WebLog If you are not Read More...
Correct Comparisons for files and paths in .NET
01 February 08 12:36 PM | john | 0 Comments   
So exactly how should you compare file and path names in .NET programs? Ordinal case insensitive comparisons are the correct approach according to this MSDN article . Read More...
Filed under: , , ,