You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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