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
// In your terminal write each commandg++main.cppWarlock.cpp
./a.out>result.txtdiffresult.txtdisplayExample.txt// If you see a difference there is a problem
Exercice 01
Useful link
What is an abstract classAbstract class allows to create a generic class like ASpell or ATarget where other class will be derived
Errors i've made by practicing
Forget the const when you have a function that takes string for example