B
Ben
Is there a clean way to incorporate existing C code as part of a class?
Defining the functions globally works for some cases, but for this
particular application I really need the scope limited to a single class
instance.
(The code in question uses POSIX threads, so simply adding "[CLASS]::"
won't work as far as I know.)
Thanks,
Ben
Defining the functions globally works for some cases, but for this
particular application I really need the scope limited to a single class
instance.
(The code in question uses POSIX threads, so simply adding "[CLASS]::"
won't work as far as I know.)
Thanks,
Ben