Skip to content

Tag Archives: C++

How are DLLs used on Cygwin 1.7?

Over the weekend I needed to set up a R6RS Scheme interpreter on Cygwin. It came down to either PLT or Ikarus. Both seem to be straightforward builds but I couldn’t make PLT happy so I went with Ikarus instead. It was a very simple and straightforward configuration and took maybe a minute to build. [...]

Two books on C

I can’t recall who made these recommenations, but I had bookmarked these two: C: A Reference Manual C Interfaces and Implementations Both look good.

A Brief Code Review of Wolfenstein 3D for iPhone

Here. (via Reddit)

Evil: A C++ to Scheme Compiler

Evil is a C++ to Scheme compiler. (via jrm)

Fun read on the evolution of C++

Last June I read “The Evolution of C++”. I was pleasantly surprised by just how fun it was to read. If you’ve ever read Bjarne Stroustrup before you know that he has got a sense of humor and frankness that makes his work quite accessible and informative.