aboutsummaryrefslogtreecommitdiffstats
path: root/docs/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
commita0549b4a15a7093f990fffa4bc1d2d52ec1c16e2 (patch)
tree9c6383570be6d045db4d8942ca3137fc3cb5b8a0 /docs/source/language.rst
parent3b7f16dba295da3a0071564ac284c25dc56e6b18 (diff)
downloadlibrambutan-a0549b4a15a7093f990fffa4bc1d2d52ec1c16e2.tar.gz
librambutan-a0549b4a15a7093f990fffa4bc1d2d52ec1c16e2.zip
docs, now with style
Diffstat (limited to 'docs/source/language.rst')
-rw-r--r--docs/source/language.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/source/language.rst b/docs/source/language.rst
index 463041e..8e5d454 100644
--- a/docs/source/language.rst
+++ b/docs/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