Re: Sockets in GTK+?



On Mon, 2006-08-21 at 06:18, Chris Sparks wrote:
I went looking fo rGNet and what is odd is that it says this:

" It is written in C, object-oriented, and built upon GLib."

C isn't object-oriented......

"Object-oriented" is a philosophy, not an attribute of a language.

C++ supports objects within the language, C does not. But this does not
mean that one cannot apply object-oriented principles when programming
with C. Similarly, one could write a strictly non-object-oriented
program in C++. Doing objects in C just requires some methodic
discipline.

Or think of it this way: All languages eventually get translated machine
code. Is machine code object oriented?





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]