Project

General

Profile

Wiki

Before to learn the C++ language is needed to known the C language. Although C and C++ have different architectures (procedural paradigm vs object oriented paradigm), the C++ has many commons thing with the C.

The C developers had written the official handbooks and one of this is available at the following link: http://zanasi.chem.unisa.it/download/C.pdf

In the File page are available some slides about C++ written by CINECA.

Useful links

  • A on-line guide on "The Boost C++ Libraries" can be found here.
  • Qt 5
  • Cmake