Added "Object-Oriented Programming in the BETA Programming Language"

This commit is contained in:
Alexander Fefelov 2013-12-27 02:30:18 +04:00
parent bc53391f3d
commit a568b63c6a
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,7 @@
* [Awk](#awk)
* [Bash](#bash)
* [Basic](#basic)
* [BETA](#beta]
* [C](#c)
* [C++](#c-1)
* [Clojure](#clojure)
@ -513,6 +514,10 @@
* [Visual Basic Essentials](http://www.techotopia.com/index.php/Visual_Basic_Essentials)
###BETA
* [Object-Oriented Programming in the BETA Programming Language](http://www.daimi.au.dk/~beta/Books/) - Ole Lehrmann Madsen, Birger Møller-Pedersen, Kristen Nygaard
###C
* [A Tutorial on Pointers and Arrays in C](http://home.netcom.com/~tjensen/ptr/pointers.htm)
* [Beej's Guide to C Programming](http://beej.us/guide/bgc/)