* Posts by Andy Larter

2 publicly visible posts • joined 7 Mar 2008

EC will force users to pick a Windows browser, says Microsoft

Andy Larter

Another EC farce

Isn’t this all a farce?

Regardless of how much you like IE, the rendering engine behind IE is a core part of the operating system. Even if Microsoft removed all references to the engine, they would still need to include it in the OS just to keep 3rd party software working. Tons of applications use IE in their user interface. (I’ve used it many times to get a fancy GUI or for easy printing).

The most that Microsoft can do is to remove the IE icon from the desktop but there is nothing stopping users from doing this anyway. There will always be free alternatives to commercial browsers so I don’t see how any of the browser developers can hope to build a business model around selling a browser.

The EU rulling stands to just confuse users and provide no benefits to either users or browser companies. At least give us the IE icon so we can download our favourite browser.

European Commission = Clueless numpty asshats

Stroustrup and Sutter: C++ to run and run

Andy Larter
Thumb Up

Pro C++

I've got to agree with John, there is no bloat involved with C++, and although the VS2008 IDE can be a pain to use, the compiler is fantastic.

Learning 'proper' C++ was the best thing I ever did.

My team works on a large project suite, all written in C++. I just did a check in the bug tracking system. We are tracking 1530 bugs and we've written about 2,000,000 lines of code. An average of about 1 bug per 1300 lines is a damn good average. Much better than I ever got when writing C.

As for driver development, I really don’t know why kernel programmers choose C. The equivalent C++ is much simpler, more secure and less buggy. I've just checked the bugs reported for our file system filter driver....zero memory or resource related bugs. None..ever!