- New Zealand
- http://williamc.nz/
Pinned Loading
-
Custom Formatter for non-copyable re...
Custom Formatter for non-copyable references 1std::format is a nice simple way to do string interpolation in c++
2std::format("hello, {}!", "World); would print "`hello, World!`" for example.
34I wanted to learn to create my own formatters so i could provide custom objects and have them printed nicely by just providing
5it. There is not currently much documentation on the subject, but i managed to make it happen however one problem is the
-
Benchmark of different built in ways...
Benchmark of different built in ways to split a string in c++ 1#include <string>
2#include <regex>
3#include <vector>
4#include <iostream>
5#include <algorithm>
-
cpp_benchmarking_framework
cpp_benchmarking_framework Publici want to test the performance impact of new c++ structures vs c with classes style of doing things
C++
-
-
visual_studio_templates
visual_studio_templates PublicUseful visual studio templates for a quickstart c++ exe project and dll project.
C++
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.