#include "stdafx.h" using namespace std; int _tmain() { StrokaId str1("bstu"),str2("123bstu"); str1=str2; str1.Print(); system("pause"); return 0; }