Re: Source
Bill Cunningham wrote:
[color=blue]
> Then C is an object language.[/color]
C has objects. It, with some pain, can do object-oriented programming.
OO is not a natural idiom for C programming. If you want to do OO, there
are better languages.
Brian Rodenborn
Bill Cunningham wrote:
[color=blue]
> Then C is an object language.[/color]
C has objects. It, with some pain, can do object-oriented programming.
OO is not a natural idiom for C programming. If you want to do OO, there
are better languages.
Brian Rodenborn
Comment