lst-0004-book.cpp Data data{5}; Data mehr{6}; data = mehr; mehr.value = 7; cout << data.value << '\n'; // immer noch 6 posted at 16:58