Код: Выделить всё
void foo()
{
throw 'A';
}
...
try
{
foo();
}
catch (const std::exception& exc)
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79677711/retrieving-unknown-exception-information[/url]Код: Выделить всё
void foo()
{
throw 'A';
}
...
try
{
foo();
}
catch (const std::exception& exc)
{
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/79677711/retrieving-unknown-exception-information[/url]