Archived
1
Fork 0
This repository has been archived on 2025-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
it-works/binary_output
Joshua Moerman (@Kassalade) 093e50fa3f markdown jeej
2011-05-22 17:54:40 +02:00
..
binary_output.hpp formatted, commentje 2011-05-22 16:57:05 +02:00
main.cpp formatted, commentje 2011-05-22 16:57:05 +02:00
README.md markdown jeej 2011-05-22 17:54:40 +02:00

Usage:

std::cout << make_binary(1337) << make_binary("a c-style array");

will output binary representations of shizzle.

Make sure your type is copyable by just copying it's memory-region.