October 28th, 2006
Advanced algorithm is every algorithm which is speculative in its nature.
This is in the context of Information Technology.
This is my definition and I like it.
Again.
Free code and advice about developing Software and IT systems. Chiefly in C++ and JavaScript. All levels of complexity. Although special care has been taken for beginners and students. This is mainly standard C++ code. Both code and advice, are a product of 25+ years of active commercial programming, team leading and delivering systems architecture. Here you will also find a lot of very deep, commercial JavaScript and jQuery. In active use since year 2000. Focus of the material presented, is on how to deliver API’s and libraries that are rock solid and useful. And that do not annoy the end users, in the same time.
By no means do not hesitate to leave comments. In case the nature of your contact request is commercial please do mail us using info@dbj.systems
[May 11th, 2006]
Recently I was thinking what should be my first code contribution to the WTL project? And here it is: an seemingly simple COM initialization mechanism. Continue reading “WTL initialization, Com and C++ namespaces”
[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 discussions are simply because of reality checks that developers have to do all the time. Especailly if they are in this IT industry where constant change is the name of the game.
Simple example : STL. Discusion exploded arround the issue of using or not using the STL in the code? A drastic example of an reality check missing. Here is why:
- STL does not exist any more. At least two years.
- STL is replaced with stdlib : standard library for C++
- Standard C++ has stdlib at its core. It is based on stdlib.
Three points from the reality of C++ today. Have you done your C++ reality check, yet 🙂 ?
DBJ