Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 599 Bytes

File metadata and controls

22 lines (16 loc) · 599 Bytes

cpp module 07

This module is about templates Back to Repo README

ex00

usage

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

ex01

usage

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

ex02

usage

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

← cpp module06 | cpp module08 →