Код: Выделить всё
try{
Error err;
err.num = 10;
err.str = "This will be thrown."
throw err;
}
catch(Error e){
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/18137549/thrown-objects-scope[/url]Код: Выделить всё
try{
Error err;
err.num = 10;
err.str = "This will be thrown."
throw err;
}
catch(Error e){
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/18137549/thrown-objects-scope[/url]