Firstly that is not a copy constructor call. Its a call to strings default constructor then later an assignment to that default-created object. To call the copy constructor you should use an...