Default image

Philipp Siedler

function class object with reset and precision parameter

Bjarne Stroustrup “Programming Principles and Practice Using C++” Chapter 15 Exercise 3 [code language=”cpp”] // Philipp Siedler // Bjarne Stroustrup’s PP // Chapter 15 Exercise 3 #define _USE_MATH_DEFINES #include "Simple_window.h" #include "Graph.h" #include <cmath> typedef double Fct(double); double one(double x)…

simple structure – adding complex objects by input – class definition recap 9/9

Bjarne Stroustrup “Programming Principles and Practice Using C++” Chapter 15 Class Definition Drill 9 [code language=”cpp”] // Philipp Siedler // Bjarne Stroustrup’s PP // Chapter 15 Class Definition Drill 9 #include "std_lib_facilities.h" struct Person { Person(string first_name, string second_name, int…

Physical Address

304 North Cardinal St.
Dorchester Center, MA 02124