in reply to Re^2: I dislike object-oriented programming in general
in thread I dislike object-oriented programming in general
In C, you can pass in a function pointer as a parameter, but you can't create or manufacture functions on the fly.
You can, if you have a compiler, system, dlopen, and dlfunc!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: I dislike object-oriented programming in general
by toma (Vicar) on Oct 18, 2007 at 08:03 UTC |