From 7bcd33dba38209753e441217536cc9bde1929f9a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 2 May 2021 16:41:28 +0100 Subject: Use an AI to correct some of the grammar --- content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi') 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 1f9f226..45dd3af 100644 --- a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi +++ b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi @@ -81,6 +81,6 @@ How to overcome this? You need to take it further... ## Taking it further -If you want to take it 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 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 throughts at comments@mx.buetow.org! +E-Mail me your thoughts at comments@mx.buetow.org! -- cgit v1.2.3