diff options
Diffstat (limited to 'gemfeed/2016-11-20-methods-in-c.html')
| -rw-r--r-- | gemfeed/2016-11-20-methods-in-c.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gemfeed/2016-11-20-methods-in-c.html b/gemfeed/2016-11-20-methods-in-c.html index 49b73fb5..ffcad7e3 100644 --- a/gemfeed/2016-11-20-methods-in-c.html +++ b/gemfeed/2016-11-20-methods-in-c.html @@ -71,12 +71,12 @@ mult.calculate(mult,a,b)); <p>How to overcome this? You need to take it further.</p> <h2>Taking it further</h2> <p>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 similar to how the C++ language had its origins.</p> -<p>E-Mail me your comments to snonux@snonux.de!</p> +<p>E-Mail me your comments to paul at buetow dot org!</p> <a class="textlink" href="../">Go back to the main site</a><br /> <p class="footer"> Generated with <a href="https://codeberg.org/snonux/gemtexter">Gemtexter</a> | served by <a href="https://www.OpenBSD.org">OpenBSD</a>/<a href="https://man.openbsd.org/httpd.8">httpd(8)</a> | -<a href="https://www2.snonux.de/site-mirrors.html">Site Mirrors</a> +<a href="https://www2.foo.surf/site-mirrors.html">Site Mirrors</a> </p> </body> </html> |
