Home New Trending Search
About Privacy Terms
#
#cpp11
Posts tagged #cpp11 on Bluesky
Preview
GitHub - martinmoene/PhysUnits-CT-Cpp11: A small C++11, C++14 header-only library for compile-time dimensional analysis and unit/quantity manipulation and conversion A small C++11, C++14 header-only library for compile-time dimensional analysis and unit/quantity manipulation and conversion - martinmoene/PhysUnits-CT-Cpp11

Released v1.4.0 of PhysUnits-CT-Cpp11.

Now features a nonstd-lite alike GitHub test workflow.

As long as it lasts :)

Quantities and units library (P3045) is on its way to standard C++.

wg21.link/p3045 .

github.com/martinmoene/...

#cpp #cpp11 #cpp

1 0 0 0
Book about C++ Templates

Book about C++ Templates

Wouldn't it be great to write easy-to-read code that your compiler loves?

Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

Paper: https://amazon.com/dp/…
E-book: https://fertig.to/btmp…

#cpp11 #programming #book #cplusplus

2 1 0 0
Preview
Release 1.0.0 · martinmoene/bit-lite Release 1.0.0 of bit lite adds C++23 byteswap(). To be expanded. Additions: Changes: Fixes:

If there's anyone interested in swaps... of bytes: bit-lite now supports 'm.

#cpp #cpp98 #cpp11 #cpp20 #cpp23

github.com/martinmoene/...

1 0 0 0
Preview
GitHub - martinmoene/variant-lite: variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library. variant lite - A C++17-like variant, a type-safe union for C++98, C++11 and later in a single-file header-only library. - martinmoene/variant-lite

Finally introduced a converting constructor for C++11 in my take of (nonstd) variant with its idiosyncratic typelist to support C++98.

Hope to release v3.0.0 'really soon'.

Back to the future or something :)

#cpp #cpp98 #cpp11 #cpp17

github.com/martinmoene/...

2 0 0 0
Preview
GitHub - martinmoene/string-bare: C++ string algorithm library (WIP) C++ string algorithm library (WIP). Contribute to martinmoene/string-bare development by creating an account on GitHub.

string-bare - C++ string algorithms for C++11 and later.

An early version with tests for `char` character type.

Still pondering on an API for similar functions that support using `std::regex`.

#cpp #cplusplus #cpp11

github.com/martinmoene/...

3 0 0 0

Did I just hand-write an implementation of #cpp23 std::expected for use in #cpp11 ? Very, very yes.

Is it complete? No. But it is functional enough.

Am I pleased with it? Also very yes!

Will I use it in #ProjectSpecialK? I dunno, maybe. We'll see.

3 0 0 0
Preview
Notebook C++: Tips and Tricks with Templates Amazon.com: Notebook C++: Tips and Tricks with Templates: 9783949323072: Fertig, Andreas, Panter, Franziska: Books

Wouldn't it be great to write easy-to-read code that your compiler loves?

Templates help you to generate clean code. Discover essential tips and tricks on how to use them in my latest book:

Paper: amazon.com/dp/3949323074
E-book: leanpub.com/notebookcpp-...

#cpp11 #templates #book #cplusplus

4 0 0 0

Check my cool static #cpp11 #regexp using #template #metaprogramming.
https://github.com/hanickadot/static-regexp

0 0 0 0