Skip to content

Instantly share code, notes, and snippets.

View 2bdkid's full-sized avatar

Brady Dean 2bdkid

View GitHub Profile
@2bdkid
2bdkid / spooky.cpp
Last active September 18, 2019 00:45
spooky runtime polymorphism
#include <memory>
#include <vector>
#include <iostream>
#include <cstddef>
#include <string>
/// draw
///
/// draw a fundamental type
/// @param[in] t Object to draw