Skip to content
Snippets Groups Projects
Commit 1b1be999 authored by Rudi Buss's avatar Rudi Buss
Browse files

Update Exercise 4 - Calculate.txt

parent 1c67bd22
No related branches found
No related tags found
No related merge requests found
Create a template class ÒcalcÓ which has two data members. Create a suitable constructor that fills the data members with values. An function "add" and "multiply" is to add or multiply the two data types and return the value. If a string is passed during the addition, the string is to be specialized. A space is to be inserted between the two character strings.
\ No newline at end of file
Create a template class "calc" which has two data members.
Create a suitable constructor that fills the data members with values.
An function "add" and "multiply" is to add or multiply the two data types and return the value.
If a string is passed during the addition, the string is to be specialized.
A space is to be inserted between the two character strings.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment