Add solution to ex03 (without Makefile)
authorLukas Jiriste <ljiriste@student.42prague.com>
Thu, 10 Oct 2024 11:52:48 +0000 (13:52 +0200)
committerLukas Jiriste <ljiriste@student.42prague.com>
Thu, 10 Oct 2024 11:52:48 +0000 (13:52 +0200)
commit81fe5b531f5b54b2de6fca083ef6453d39cb6ad7
treee0fd482074f9032c24ff11ff890b31cb31789ac8
parent86fc216d155bb510d711734b290d941be9fe222c
Add solution to ex03 (without Makefile)

A class that holds a reference cannot abide to orthodox canonical form
as the reference has to be assigned something non-temporary (which
cannot be created inside constructor except for on heap).
ex03/HumanA.cpp [new file with mode: 0644]
ex03/HumanA.h [new file with mode: 0644]
ex03/HumanB.cpp [new file with mode: 0644]
ex03/HumanB.h [new file with mode: 0644]
ex03/Weapon.cpp [new file with mode: 0644]
ex03/Weapon.h [new file with mode: 0644]
ex03/main.cpp [new file with mode: 0644]