summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-01 19:07:33 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-01 19:07:33 +0100
commit4534d9eb3bdb2191955f5751da5628d2a1645af2 (patch)
tree8e45ebef0c0510920be270e7b1702f8bb7270e95 /content
parent11673c3c33bd1dce27fdf1db209a46259129bd4d (diff)
better
Diffstat (limited to 'content')
-rw-r--r--content/html/gemfeed/2016-11-20-methods-in-c.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/html/gemfeed/2016-11-20-methods-in-c.html b/content/html/gemfeed/2016-11-20-methods-in-c.html
index 6024c3fb..2bf02ed1 100644
--- a/content/html/gemfeed/2016-11-20-methods-in-c.html
+++ b/content/html/gemfeed/2016-11-20-methods-in-c.html
@@ -76,7 +76,7 @@ Division(3.000000, 2.000000) => 1.500000
</pre>
<p>Not complicated at all, but nice to know and helps to make the code easier to read!</p>
<h2>Taking it further</h2>
-<p>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.</p>
+<p>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.</p>
<p>E-Mail me your throughts at comments@mx.buetow.org!</p>
</body>
</html>