Tags
ado Ainstein architecture asimov blogging c++ CallStream cloud com component computer credit crunch csharp dbjson dictionary ecma5 Filosofia future Gogoly google highlighter html javascript jQuery json marketing microsoft msxml mvp os phishing security service setup sip soa sql w7 windows wordpress wsf wtl xaml xml
Tag Archives: c++
CallStream Part 3 : C++ Binding
Good old C++ is one strongly typed language. CallStream concept is born (and bred) in the domain of type-less JavaScript. Also, C++ is (so called) static (compiled) language, vs dynamic (interpreted) JavaScript. C# is somewhere in between, (but not in … Continue reading
WTL initialization, Com and C++ namespaces
May 11th, 2006 Recently I was thinking what should be my first code contribution to the WTL project? And here it is: an simingly simple COM initialization mechanism. Why “simingly simple” ? Because it is done with the healthy dose … Continue reading
Do your C++ reality check…
April 19th, 2006 Recently while having some discussions on a forum populated with very good C++ developers, I started to realise … Many of them do not see the reality same as I do? Most of the disccuisons are because … Continue reading
For every Class, inheritance is bad
February 16th, 2006 Interface inheritance is good.I always have bright ideas in the monring. This morning I tought of ATL. And its usage of templates and inheritance. I figured it is a typical inheritance for implementation case. Which is bad. Inheritance … Continue reading