usingMaths.com
From Theory to Practice - Math You Can Use.







<< PreviousNext >>

Why C++ is Great for Senior Secondary School Students



Senior-Level Factors to Consider About the C++ Programming Language

C++ is arguably the mother of modern-day object oriented programming.
Many educators use C++ for senior secondary maths exercises because of its simplicity and readability.
C++ is also known for it's speed and portability:-

  • C++ is faster than most other languages -- it's speed almost depends solely on machine speed and quality (optimal level) of code.
  • C++'s source code can be compiled on almost any machine -- it has a very large machine support base.

C/C++ is a strongly typed language; with a strict syntax; but you have to manage memory and collect garbage yourself.
Plus, C/C++ has a wide range of libraries to build on..

Uses of C/C++ ranges from light-weight modules, extensions for other programming languages, to very heavy-weight applications, Web-building and Graphics, and Gaming.

In this senior secondary section, we have written all our maths educational exercises and demonstrations in C++.










<< PreviousNext >>