diff options
| author | Paul Buetow <paul@buetow.org> | 2022-08-28 10:05:54 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-08-28 10:05:54 +0100 |
| commit | 4b8fdfff74997b7f1a5b5722a234033dd880f21a (patch) | |
| tree | 9e9ed03a8c04ea7be09b470ad50d4577c7d61aab /gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.md | |
| parent | 0698390f7a2ae1aac7a5498510aac587d0cce969 (diff) | |
Update content for md
Diffstat (limited to 'gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.md')
| -rw-r--r-- | gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.md b/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.md index 4292cad5..34680eee 100644 --- a/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.md +++ b/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.md @@ -1,5 +1,7 @@ # Object oriented programming with ANSI C +> Published by Paul at 2016-11-20, updated 2022-01-29 + ``` ___ ___ ____ ____ / _ \ / _ \| _ \ / ___| @@ -9,8 +11,6 @@ ``` -> Published by Paul at 2016-11-20, updated 2022-01-29 - You can do a little of object-oriented programming in the C Programming Language. However, that is, in my humble opinion, limited. It's easier to use a different programming language than C for OOP. But still it's an interesting exercise to try using C for this. ## Function pointers @@ -98,6 +98,6 @@ Big C software projects, like Linux, also follow some OOP techniques: C is a very old programming language with it's quirks. This might be one of the reasons why Linux will also let Rust code in. -E-Mail me your comments to paul at buetow dot org! +E-Mail me your comments to paul at buetow dot org! :-) [Go back to the main site](../) |
