summaryrefslogtreecommitdiff
path: root/content/gemtext
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 19:07:24 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 19:07:24 +0100
commit11673c3c33bd1dce27fdf1db209a46259129bd4d (patch)
tree041741dcf7c210ee3ad6bbcc2d963474e52ed534 /content/gemtext
parent0e0e4296f21189b6d503e7648765f86a9bb83f92 (diff)
a lot further
Diffstat (limited to 'content/gemtext')
-rw-r--r--content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi2
1 files changed, 1 insertions, 1 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 0b22bc03..46e699a9 100644
--- a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
+++ b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi
@@ -71,6 +71,6 @@ Not complicated at all, but nice to know and helps to make the code easier to re
## Taking it further
-If you want to get a bit further type "Object-Oriented Programming with ANSI-C" into your favourite 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.
+If you want to take it a lot further type "Object-Oriented Programming with ANSI-C" into your favourite 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 throughts at comments@mx.buetow.org!