c++

5 posts

Starting new C++ projects

I wanted to have a playground to try out new idioms and concepts (hah!) in C++, and it became an excuse to figure out what the right way (in my opinion) would be, given the enormous range of choices e…

(Untitled)

All experience has taught us that solving a complex problem uncovers hidden assumptions and ever more knowledge, trade-offs that we didn’t anticipate but which can make the difference between meeting…

(Untitled)

Java takes the part of C++ that I like the least - its syntax derived from the C syntax - and not the parts I consider most important - the ability to do data abstraction without compromising efficien…