[code] try { system("rm foo.txt");} catch (...) {} [/code]
Not everything can be rolled back. Often, automatic rollbacks lead to states unaccounted for by the developer.
[code] try { system("rm foo.txt");} catch (...) {} [/code]
Not everything can be rolled back. Often, automatic rollbacks lead to states unaccounted for by the developer.