[gameprogrammer] Re: C vs. C++

[snip]

"OOP is the practice of writing program text decomposed in modules
that encapsulate the representation of one data type per module"

and I believe my audio_lib code is object based in the above sense. It
is basically a library of 3 modules each with a single data type:

I entirely agree, your program is indeed modular. It is not however object oriented.


If you must use wikipedia as a reference, please read this:

http://en.wikipedia.org/wiki/Procedural_programming

This matches the style of your code.

- Tom



---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: