quickcpplib icon indicating copy to clipboard operation
quickcpplib copied to clipboard

Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!

Results 3 quickcpplib issues
Sort by recently updated
recently updated
newest added

The `__int128` type is only supported on 64 bit platforms with gcc and clang. To detect its availability correctly, use #if defined(__SIZEOF_INT128__) instead of #if defined(__GNUC__) || defined(__clang__)

bug

According to https://docs.microsoft.com/en-us/cpp/build/arm64ec-windows-abi-conventions?view=msvc-170#arm64ec-function-name-decoration, the ARM64EC name decoration is different from the x64 and ARM64, so we need to update the /alternatename:main for ARM64EC.

Precompile and compress generated embedded python scripts via marshall, zip and base64 For sample scripts ~2x compression was achieved