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

Posted in CallStream, Filosofia, IT | Tagged , | Leave a comment

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

Posted in Filosofia, IT | Tagged , , | Leave a comment

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

Posted in Filosofia, IT | Tagged | Leave a comment

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

Posted in Filosofia, IT | Tagged | Leave a comment