summaryrefslogtreecommitdiff
path: root/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-08-28 09:53:17 +0100
committerPaul Buetow <paul@buetow.org>2022-08-28 09:53:17 +0100
commit1a1ad2c9039ab091c2e771592cd875a233e3a940 (patch)
tree585ba5ff42f84e38a63ce041dbb213eaa91d73d5 /gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi
parent74157ee7cf410532a1606795c8642120a386bb8d (diff)
restructure
Diffstat (limited to 'gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi')
-rw-r--r--gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi b/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi
index b320e4ca..024809c3 100644
--- a/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi
+++ b/gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi
@@ -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!
+=> gemini://paul.buetow.org E-Mail me your comments :-)
=> ../ Go back to the main site