Examples C++

Description Code
Introduction
 First C++ program that says hello
 Test arithmetic operations
 Sum from 1 to an upperbound using a while-loop
 Sum the odd and even numbers from 1 to an upperbound

vectorization_numpy.py Vectorization con numpy
1_6_plotting.py Gráfica con matplotlib
hello.cpp
TestArithmetics.cpp