From da4b4d508b7598ba47a2888c3fed3e48b7cd7bf4 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 30 Jan 2022 13:22:20 +0000 Subject: fixing typos --- gemfeed/2016-11-20-object-oriented-programming-with-ansi-c.gmi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gemfeed') 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 4af65381..b320e4ca 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 @@ -84,7 +84,7 @@ However, that's not really how it works in object-oriented languages such as Jav mult.calculate(mult,a,b)); ``` -## Real object oriented proramming with C +## Real object oriented programming with C If you want to take it further, hit "Object-Oriented Programming with ANSI-C" into your favourite internet search engine or follow the link below. It goes 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 similar to how the C++ language had its origins. @@ -96,7 +96,7 @@ Big C software projects, like Linux, also follow some OOP techniques: => https://lwn.net/Articles/444910/ -C is a very old programming lanuage with it's quirks. This might be one of the reasons why Linux will also let Rust code in. +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! -- cgit v1.2.3