C++ Going Native - a new monthly show |
Written by Harry Fairhead | |||
Saturday, 30 July 2011 | |||
If you need proof that Microsoft has a new passion for C++ you just need to see the first episode of "Going Native", a new Channel 9 monthly video show. Microsoft marketing department clearly has a new buzz word! The blurb says: dedicated to native development and native developers Well to me "native development" means "assembler" but OK I have to be re-educated by Microsoft. It now seems that "native" means C++and "non-native" means managed code. Applying "native" to C++ seems a little strange as there is nothing native about C++ on any machine architecture that I know of - i.e. it still needs a compiler to convert it into the truly native language that actually runs on the hardware. It might even seem more reasonable to use "native" to apply to say C or anything so primitive that it doesn't support objects. The presenters start out stating that we shouldn't swallow the image that "native" developers have grey hair and are basically dinosaurs from a bygone age. We are told that the average C++ developer, sorry native developer, is really quite with it and on the cutting edge. Most of us would probably feel that Microsoft might have sidelined C++ developers in the past, but the majority of us have been getting on with using and supporting the language for some time. To have Microsoft now lecture us on how we really are, and always were, trendy is something of an insult in itself! The presenters then go on to discuss when non-native developers i.e. C# programmers should "go native". At this point the use of the term "native" is getting ridiculous!
Even so the publicity continues to emphasise how native is faster than the old fashioned managed code and CLR approach to creating a program. This seems to be the new reality - no mention of how managed code might be safer or easier or more sophisticated than raw, sorry, native C++. If you want to watch this propaganda video, mostly preaching to the converted, you can view it below:
If you want to skip the boring bits, and to be honest there are quite a few, you might prefer the links below: [00:09] Charles and Diego construct the show and talk about modern C++ (how 'bout that set, eh?)
To be informed about new articles on I Programmer follow us on Twitter or Facebook or subscribe to our weekly newsletter.
|
|||
Last Updated ( Saturday, 30 July 2011 ) |