cpp_weekly_game_project icon indicating copy to clipboard operation
cpp_weekly_game_project copied to clipboard

Results 9 cpp_weekly_game_project issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, thanks for creating this project :) When I run it I find that I get an undefined reference to `pthread_cond_clockwait`, is that expected? ``` [build] : && /usr/bin/g++-10 -g...

- Adapting replay speed to recorded scenario - Concatenation of TimeElapsed cannot be done as proposed, need to be splitted after another event (to be able to calculate the time...

Added default.nix that builds a nix-shell capable of building this project. [NixOS](https://nixos.org) uses sandboxing to install software so basically no libraries are available to the user when he tries compiling...

There's an error with MSVC when compiling without the /experimental:module flag. Will not compile due to the following code being unstupported by MSVC: ``` constexpr std::array steps = { "The...

If I enable the PCH options in cmake then building the project fails. Any idea how can I get rid of this error? I tried to look into cmake documentation...

Hello, I am coming from embedded C, I just started learning C++, so maybe this question is going far ahead or even sound stupid to veteran C++ devs. I know...

I am on a fresh install of ubuntu with CMake and conan installed. I get the error: ``` stb/20180214@conan/stable is locked by another concurrent conan process, wait... ``` No matter...

- #import - support for clang (https://github.com/libexpat/libexpat/issues/245#issuecomment-457842237) - support for cpp 17