Having trouble finding out your VC++ compiler version number? Let me help you out. Open command prompt type and type in cl.exe /? Relevant part, as shown for me, is pasted here. My current compile… more →
bits and bytesNibu Thomas wrote 11 months ago: Having trouble finding out your VC++ compiler version number? Let me help you out. Open command pr … more →
Nibu Thomas wrote 11 months ago: Well it was quite easy in VC6 to work with iterators since iterators were actual pointers to interna … more →
dfbaskin wrote 1 year ago: I was porting a project from Visual Studio 6 so that it would compile under Visual Studio 2005. It w … more →
Andy Brice wrote 1 year ago: When I first released PerfectTablePlan I considered 50-200 guests as a typical event size, with 500+ … more →
Nibu Thomas wrote 2 years ago: Add /Y3 to msdev as command line, but you may say that this is not possible always when I click on v … more →