aboutsummaryrefslogtreecommitdiffstats
path: root/source/language.rst
diff options
context:
space:
mode:
authorHanna Mendes Levitin <hanna@anomaly-3.local>2010-12-01 03:37:07 -0600
committerHanna Mendes Levitin <hanna@anomaly-3.local>2010-12-01 03:37:07 -0600
commit5a7dd1bea32458a4afc038984a903959134b82d3 (patch)
tree4171e71c34841212585f855a3fbdf8aaf3b9bb4e /source/language.rst
parent8e42d34c8d3c81c037a3acaca553ea8c5e4f25aa (diff)
downloadlibrambutan-5a7dd1bea32458a4afc038984a903959134b82d3.tar.gz
librambutan-5a7dd1bea32458a4afc038984a903959134b82d3.zip
docs, now with style
Diffstat (limited to 'source/language.rst')
-rw-r--r--source/language.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/source/language.rst b/source/language.rst
index 463041e..8e5d454 100644
--- a/source/language.rst
+++ b/source/language.rst
@@ -268,10 +268,16 @@ the Maple. However, they will be present in future versions:
.. _newlib: http://sourceware.org/newlib/
+.. _cpp-for-maple:
+
+C++ for Maple
+--------------
+If you haven't programmed in C++, or if you just need to jog your memory, you may want to check out our :ref:`C++ for Maple Index<cpp>`. It covers programming ideas and C++ that will definitely come in handy.
+
.. _arduino_c_for_c_hackers:
-Note for C/C++ Programmers
---------------------------
+Note for C/C++ Hackers
+----------------------
This is a note for programmers comfortable with C or C++ (although,
you C programmers should remember that `C++ is not a superset of C