-
Updated
Mar 26, 2022 - C++
{{ message }}
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Required skills: Python
Difficulty: Easy
For the initial asset conversion, openage provides textual output to signal which stage of conversion has been reached. The output usually looks like this:
INFO [py] converting metadata
INFO [py] [0] palette
INFO [py] [1] empires.dat
INFO [py] Starting conversion...
INFO [py] Extracting Genie data...
INFO [py] Creating API-like ob
Gaming meets modern C++ - a fast and reliable entity component system (ECS) and much more
Create charts from the command line
I changed some compilation parameters of my program and now I see this warning that might be easy to fix.
/usr/local/cuda/bin/../targets/x86_64-linux/include/thrust/detail/complex/catrigf.h: In function 'thrust::complex<float> thrust::detail::complex::casinhf(thrust::complex<float>)':
/usr/local/cuda/bin/../targets/x86_64-linux/include/thrust/detail/complex/catrigf.h:170:36: error: implic
The fastest feature-rich C++11/14/17/20 single-header testing framework
Sol3 (sol2 v3.0) - a C++ <-> Lua API wrapper with advanced features and top notch performance - is here, and it's great! Documentation:
Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code
Compile Time Regular Expression in C++
Free open-source game cheat for Counter-Strike: Global Offensive, written in modern C++. GUI powered by Dear ImGui.
Elements C++ GUI library
Describe the bug
In Linux when the engine loads, it detects that there is EFX capabilities but then states that EAX 2 is out of the question.
Expected behavior
shoudln't EAX usage be replaced by EFX usage? and if so maybe this should be indicated when the sound is loaded, isn't it?
BugTrap error report
SOUND: OpenAL: enumerate devices...
SOUND: OpenAL: EnumerationExtensi
The C++ Standard Library for Parallelism and Concurrency
C++ Insights - See your source code with the eyes of a compiler
A curated list of awesome header-only C++ libraries
Parsing Expression Grammar Template Library
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Header-only, event based, tiny and easy to use libuv wrapper in modern C++ - now available as also shared/static library!
高性能并行编程与优化 - 课件
Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
There is constexpr, consteval but constinit is not described.
It could be worth to add it.