lfwin
Results
1
comments of
lfwin
yes, I add a copy constructor in Variables.h behind default constructor as follows, ` Variables operator=( Variables variables) { return variables; } ; `