|
|
|
|
|
by PaulDavisThe1st
1978 days ago
|
|
> This simple and elegant solution would not have been possible with C++ Actually, it would, but not via any feature of the language. You can use features of the linker to accomplish this (particularly LD_PRELOAD). It's not the same thing, really, but it felt worth mentioning for the record. |
|