summaryrefslogtreecommitdiff
path: root/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-14 09:36:49 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:05 +0100
commit48912c9200d86bdcd0d03d7f8beb6c57632e2fdb (patch)
tree88bbd9489292880241165242871d2373b9730338 /content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
parent02c49e983d478fad99db8658180828fea0ab242e (diff)
restyle and also publish ioriot
Diffstat (limited to 'content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi')
-rw-r--r--content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
index 0d47a3f..d203525 100644
--- a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
+++ b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
@@ -1,9 +1,7 @@
-> Written by Paul Buetow 2016-11-20
-
-=> ../ Go back to the main site
-
# Methods in C
+> Written by Paul Buetow 2016-11-20
+
You can do some sort of object oriented programming in the C Programming Language. However, that is very limited. But also very easy and straight forward to use.
## Example
@@ -84,3 +82,5 @@ How to overcome this? You need to take it further...
If you want to take it further type "Object-Oriented Programming with ANSI-C" into your favorite internet search engine, you will find some crazy stuff. Some go as far as writing a C preprocessor in AWK, which takes some object oriented pseudo-C and transforms it to plain C so that the C compiler can compile it to machine code. This is actually similar to how the C++ language had its origins.
E-Mail me your thoughts at comments@mx.buetow.org!
+
+=> ../ Go back to the main site