Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 744 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 744 Bytes

cpp module 05

This module is about exceptions Back to Repo README

ex00

usage

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

ex01

usage

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

ex02

usage

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

ex03

usage

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

← cpp module04 | cpp module06 →