-
One of the cooler projects I believe out there in the open source world is Clang — a ground-up implementation of a C/C++ front-end for LLVM. Thanks to a status message by Joel Falcou I looked at the cfe-dev mailing list archive and found this: I decided to see how well clang++ currently does at...
-
Just after writing a piece about how C++ can be faster than C, I run into this article that speaks about how C is better than C++. Adam Smith writes:
It has been claimed that C++ is a better C them [sic] C. this is being taken to mean that when switching to C++ you can [...]
-
I chanced upon this article that gives a take on the coding guidelines that popular projects post for code portability. In particular, jasper22 says:
This document is quite a briefed [sic] guide to check whether your coding practices in C++ are standard or not and to provide possible fixes for the same...
-
I saw this while doing a research about .NET components and I find it really weird... A Java component getting a tagline from a .NET Developer? Weird. It's like seeing Jack doing an advertisement for McDonalds.