C++
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 33,876 public repositories matching this topic...
-
Updated
Mar 29, 2022 - C++
-
Updated
Mar 18, 2022 - C++
-
Updated
Mar 28, 2022 - C++
-
Updated
Mar 26, 2022 - C++
Description
Say we have a custom error defined like this in an interface:
interface MyInterface {
error MyCustomError();
}The compiler mistakenly considers MyInterface.MyCustomError to be of type function() pure instead of type error. The latter is what should be used b
CMake Warning at <hidden>/Catch2/v2.13.7/Catch2_Release/lib/cmake/Catch2/CatchAddTests.cmake:46 (message):
Test executable
'<hidden>'
contains no tests!
Adding another test makes the error go away.
-
Updated
Jan 13, 2022 - C++
-
Updated
Apr 2, 2022 - C++
rct_ride_entry_vehicle.car_visual is an enumeration of the paint code used to paint the vehicle. "Car visual" does not speak to this reality. I think "PaintMode" or "DrawMode" is a better representation of this value.
-
Updated
Mar 30, 2022 - C++
-
Updated
Apr 7, 2022 - C++
-
Updated
Apr 5, 2022 - C++
Not a big deal, but I noticed a ton of trailing whitespaces on the repo code, so it would be nice to remove them with a linter or similar!
Describe the bug
Windows all-in-one installer only does a partial install when used in silent mode.
Context
I am running allinoneinstaller.exe /S /D=C:/where/I/want/pcl in a CI/CD (GitHub actions
Describe the bug
Stave lines in palettes are quite noisy in places. We could fix this by applying a 50% transparency, or simply choosing a softer colour for them. (I can supply the colours if needed)
Becomes:
<img width="111" alt
-
Updated
Mar 10, 2022 - C++
-
Updated
Apr 7, 2022 - C++
-
Updated
Apr 6, 2022 - C++

Feature type
Quality of life
Describe the feature
I would like to be able to use relative paths in the launcher settings file to point to
x32dbg.exeandx64dbg.exerespectively. I've already tried editing the file manually and assuming my implementation (.\/\//) isn't wrong, the launcher seemingly refuses the use of relative paths.