-fplan9-extensions
While reading 21st Century C, which shows some nice GCC extensions for stuffing anonymous struct members inside structs, I happened across -fplan9-extensions:
One can smell the homespun vtable lurking in the OOP use case...
While reading 21st Century C, which shows some nice GCC extensions for stuffing anonymous struct members inside structs, I happened across -fplan9-extensions:
One can smell the homespun vtable lurking in the OOP use case...
About a week back, my wife gave birth to our second son Oxford C Thomas Ulerich.
First, pensive:
The GNU Scientific Library one-dimensional root finding routines are handy, but I never remember how to drive them properly. Here is what I essentially always end up re-distilling from the examples: