The C++ Language
C++!
Books
- The C++ Programming Language
- Programming Principles and Practice Using C++
- The C++ Primer
Lectures
- C++ Beginners Tutorial 1 (For Absolute Beginners)
- C++ Programming
- Introduction to C++
- Coursear Course: C++ For C Programmers, Part A
- Top C++ Courses and Tutorials
- On SoloLearn: C++ Tutorial
Practice
SoloLearn provides this code playground that we can use to test c++ codes. There is also repl.it
Libraries
For solving differential equations:
- http://headmyshoulder.github.io/odeint-v2/
- http://www.mcs.anl.gov/petsc/
- https://github.com/trilinos/Trilinos
- http://homepage.math.uiowa.edu/~dstewart/meschach/meschach.html
- http://www.boost.org/
- http://www.feynarts.de/cuba/
- https://www.gnu.org/software/gsl/
Linear algebra
Comparison of libs
- Boost is faster than GSL in terms of random numbers and odeint. Source
Planted:
by L Ma;
Similar Articles:
wiki/programming-languages/cpp/references
Links to:L Ma (2018). 'The C++ Language', Datumorphism, 03 April. Available at: https://datumorphism.leima.is/wiki/programming-languages/cpp/references/.