Contents | Up | Prev | Next |
Markus Oberhumer (of PySol fame) asked if I thought about converting Freecell Solver to C++. (I suppose he meant with STL, templates and all). Here is a full answer why I'm not going to do it:
I'm more willing to integrate C++-derived features there into the ANSI C code. Things like namespaces, (non-inherited) classes, or inline functions. However, for the time being, I'd like to maintain the code as pure ANSI C.
For that matter, some of the gcc extensions can prove very useful too, but I cannot use them either.
Contents | Up | Prev | Next |
Written by Shlomi Fish