Skip to content

A teminal application that demonstrates the C++ rule-of-5

Notifications You must be signed in to change notification settings

YoavBZ/Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Implementation

A teminal application that demonstrates the C++ rule-of-5 (copy-constructor, assignment-operator, distructor, move-constructor, move-assignment-operator)

It supports the following commands:

  • pwd
  • cd
  • ls
  • mkdir
  • mkfile
  • cp
  • mv
  • rename
  • rm
  • history
  • verbose
  • exec

About

A teminal application that demonstrates the C++ rule-of-5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages