Can a Class Library be built containing c code? If so, how?
|
|
|
|
|
|
|
If by that you mean whether it's possible to write object oriented code in C, then yes. The first results from Google when searching for Object Oriented Programming in C: Object Oriented Programming in C Object-Oriented Programming with ANSI C (PDF) ANSI C and object-oriented programming I'm sure you can find the rest of the few hundred different papers on the topic. A good example is the GLib library. |
||||
|
