Hi,
While I was writing a sort of password manager for my personal use (in Haskell) — actually, a friend of mine was doing the same in Java, so there was some competition — I decided that just printing the password in the terminal wasn’t enough, at all. That’s why I decided to look at [...]
Posted on September 2, 2009, 3:01 pm, by Alp Mestan, under
C++,
Programming.
Hi,
I’ve just found out two libraries which seem to be very interesting.
The first, CAMP, is an introspection library for C++. It appears to be well-thought and easily usable in concrete projects. Indeed, it isn’t (at all !) intrusive, which means you don’t have to modify existing classes to expose them to introspection. The example given [...]