in reply to Re^2: What are the core points of good procedural software design? (functions, code structuring)
in thread What are the core points of good procedural software design? (functions, code structuring)
I've looked into some larger C libraries (GTK and Imlib2 lately), and I found that their interfaces look very object oriented.
It seems to be a general trend to write OO code even in non-OO languages.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: What are the core points of good procedural software design? (functions, code structuring)
by psini (Deacon) on Jun 23, 2008 at 12:32 UTC | |
by moritz (Cardinal) on Jun 23, 2008 at 12:42 UTC |