summaryrefslogtreecommitdiff
path: root/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-08-28 10:05:54 +0100
committerPaul Buetow <paul@buetow.org>2022-08-28 10:05:54 +0100
commit4b8fdfff74997b7f1a5b5722a234033dd880f21a (patch)
tree9e9ed03a8c04ea7be09b470ad50d4577c7d61aab /gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.md
parent0698390f7a2ae1aac7a5498510aac587d0cce969 (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.md6
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](../)