Suite101
Post this Blog to facebook Add this Blog to del.icio.us! Digg this Blog furl this Blog Add this Blog to Reddit Add this Blog to Technorati Add this Blog to Newsvine Add this Blog to Windows Live Add this Blog to Yahoo Add this Blog to StumbleUpon Add this Blog to BlinkLists Add this Blog to Spurl Add this Blog to Google Add this Blog to Ask Add this Blog to Squidoo

Jul 28, 2006

Help! I want to program for Windows

Windows programmers would like to tell you that it is a complicated matter. In fact, quite the opposite. I'm not talking about creating little applictaions with Visual Basic, either - I'm talking about programming in C for Windows.

Not to belittle VB coders. The Visual Basic environment is a fantastic rapid application development framework; it's just that for some of us, the price is prohibitive, the applications large and slow, and, generally speaking, we understand C/C++, and can relate to it.

So, while VB is good and easy, C is hard, right? Not if you understand why it is different from other C programming yoy've done in the past. Which is what The Windows Programming Paradigm is all about.

Once you understand what is underneath, it all becomes easier to digest. As my Windows Programming course lecturer once told me '90% of Windows programming is a cut and paste exercise'. So true...