Welcome to Atalasoft Community Sign in | Help

December 2006 - Posts

Compiler Bugs

In a mature product, such as a compiler, you don't expect to find compiler bugs too often, but today I managed to find one in the Microsoft managed C++ compiler. To start off with, here is an enum and a little class definition: public enum MyEnum { steve,
Posted by Steve Hawley | 1 Comments

Nomenclature

In manufacturing components we deal a lot with names and naming. In one sense, it's a very powerful process that is akin to magic. I create a chunk of code that performs a task and I associate a name with that code and with little more effort than the
Posted by Steve Hawley | 0 Comments