Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 772 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 772 Bytes

cpp module 03

This module is about inheritance
Back to Repo README

ex00

usage

  1. run command make inside ex00 directory -> this will create executable called clapTrap
  2. run executable like: ./clapTrap

ex01

usage

  1. run command make inside ex01 directory -> this will create executable called scavTrap
  2. run executable like: ./scavTrap

ex02

usage

  1. run command make inside ex02 directory -> this will create executable called scavTrap
  2. run executable like: ./scavTrap

ex03

usage

  1. run command make inside ex02 directory -> this will create executable called diamondTrap
  2. run executable like: ./diamondTrap

← cpp module02 | cpp module04 →