c++
Back in September 2008, I mentioned that we were spawning a new process. Well, that process arrived today, and its id is Henry Burton Atwood.
We're starting him off right with a little light reading.
You may recognize this book from Apple's Mac vs PC ad
c++
Eric Lippert notes the perils of programming in C++:
I often think of C++ as my own personal Pit of Despair Programming Language. Unmanaged C++ makes it so easy to fall into traps. Think buffer overruns, memory leaks, double frees, mismatch between allocator and deallocator, using freed memory, umpteen dozen
programming languages
MIT's Technology Review recently interviewed Bjarne Stroustrup in a two-part article (part one, part two). You may know Bjarne as the inventor of the C++ programming language. Indeed, he even maintains a comprehensive C++ FAQ that answers every imaginable C++ question.
Here are a few select quotes from
c++
I'm not a big screensaver enthusiast per se, but one of my all time favorite
screensavers is definitely Moire from the DirectX 8.1 SDK
[http://www.realtimesoft.com/multimon/products.asp#ScreenSavers]. It's simple
yet visually striking, and it works seamlessly on multiple monitors. It&
c++
In a recent post, Scott Koon proposes that to be a really good .NET programmer, you also need to be a really good C++ programmer:
If you’ve spent all your life working in a GC’ed language, why would you ever need to know how memory management works, let
programming languages
As a complement to my C# to VB.NET cheat sheet links, here's a comparative list of programming language equivalents in VB, J#, C++, C#, JScript, and even Visual FoxPro.
Since .NET is just a thin wrapper over Win32 (or so I've been told), you may