Skip to content

Instantly share code, notes, and snippets.

@karagog
karagog / main.cpp
Last active June 18, 2022 05:31
Try-Catch-Finally in C++
#include <iostream>
#include <exception>
#include <string>
#include "trycatchfinally.h"
using namespace std;
int main()
{
// No exception
TryFinally(