How does a copy constructor work in c++
Error 1 error C2064: term does not evaluate to a function taking 1 arguments c:\\users\\thuan\\dropbox\\homework\\css
as the argument of copy constructor is a constant object and in code while calling it you are passing non constant object which is not permissible .