Hi Eric, Temporary objects are const. Ponder this: what would this mean... void Change(int& i) { i = 3; } int main() { Change(7); } ...? HTH, --Eljay
Hi Eric, Temporary objects are const. Ponder this: what would this mean... void Change(int& i) { i = 3; } int main() { Change(7); } ...? HTH, --Eljay