Writing classes in C

Rafael Bracho (Rafael.Bracho@Eng.Sun.COM)
Mon, 18 Oct 1993 15:06:53 +0800

Hi,

I'd like to write a module in C which defines a class, with at least
some of its methods executing in C. Is it possible to define classes
in C where some (or all) of its methods execute C functions?

Thanks,

-Rafael