c-plus-plus

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 11,684 public repositories matching this topic...
#16083 has been abandoned, so it would be a good first issue to take the branch (bitcoin/bitcoin#16083 (comment)) and submit it as a new pull request.
Useful skills:
Understanding of undo data, the RPC interface and the functional tests.
Want to work on this issue?
The purpose of the good first issue
label is to highlight which issues ar
Team up with vcpkg
Related: microsoft/vcpkg#6154
Sync/verify port descriptions (vcpkg <-> awesome-cpp)
Sync/verify port license information (vcpkg <-> awesome-cpp)
Library Homepage (vcpkg <- awesome-cpp)
Vcpkg availability, operating system support, version, build status (vcpkg -> awesome-cpp)
Dependency level; level0=no deps; level1=depends on any level0; ... (vc
-
Updated
May 18, 2020 - Swift
-
Updated
May 10, 2020 - C++
Platform
What's the ETA for updating the massively outdated documentation?
Please update all documents that are related building CNTK from source with latest CUDA dependencies that are indicated in CNTK.Common.props and CNTK.Cpp.props.
I tried to build from source, but it's a futile effort.
- cocos2d-x version: 3.16
- devices test on: http://cocos2d-x.org/docs/api-ref/cplusplus/v3x/
Steps to Reproduce:
- Go to docs: http://cocos2d-x.org/docs/api-ref/cplusplus/v3x/
- Type Application or ApplicationProtocol into search box.
Here is some general documentation improvement suggestion regarding flatbuffers. This is what I remember struggling with (from the top of my head). Also some point might be a little bit opinionated.
Some of the points were taken from #5387.
- Regarding the builder:
- The fact that its kinda like an arena allocator used for serialization.
- The concept of offsets, what do they repre
Details for the issue
What did you do?
- Enter simple query, e.g.
select 1;
- Press
ENTER
key many times that query from step
-
Updated
May 22, 2020 - Objective-C++
Describe the bug
When TEMPLATE_LIST_TEST_CASE
and TEMPLATE_LIST_TEST_CASE_METHOD
were added, the corresponding versions with the CATCH_
prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE
and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD
should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE
and `TEMPLATE_LIST_TEST_CASE_MET
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Hello, There is a bug on Kodi (tested on Windows Store version)
Using Alt+Space I can move Kodi on full-screen mode
Expected Behavior
Here is a clear and concise description of what was expected to happen:
Actual Behavior
Possible Fix
To Reproduce
Steps to reproduce t
The prebuild of yuzu comes with no instructions on how to actually use it.
Most linux users will realize that they can just use ./yuzu , but some newbies might not know that.
There is also no dependency list for the prebuild version. This makes you need to either start yuzu and try to install whatever it says missing until it actually runs, or you need to install the dependencies for builiding i
The new converter (#1151) uses member objects to operate on data from the .dat
files. While these provide the necessary functions for conversion, they are also significantly larger than the original dat file entries (20x - 400x the size). This results in a comparatively high memory usage, especially for DE2 which uses ~1.6 GB of memory for all dat file entries. Note that the converter does not
This issue happens with large tree's, a square showing up removing the shadow. This issue existed since at least CE5.2.
Reproduce: Blank project -> Basic Level (just a name, basic settings) -> Import large tree -> Make sure shadows are visible -> Move around it should show up.
I reproduced it in 5.6.1, 5.6, 5.5 and 5.2 (all the engines i had)
5.6.1 Below

Man pages and general documentation about qBittorrent's flags is severely out of date. It would be helpful to document all the new flags that qBittorrent now supports. The description should be clear and concise, but not miss out on any important detail of how exactly they change qBittorrent's behaviou
-
Updated
May 15, 2020 - C++
When adjusting alpha on a pixel from the color picker it's quite easy to "whiff" the alpha bar and replace your current color with black because the SV box's area for some reason extends several pixels below the alpha bar's. Demonstration in the below image:
I'd recommend the alpha
See this thread
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/kaldi-help/1AMGQ54tn0E/kacpkoizAAAJ
for the problem-- for CUDA 10.1 the rpath we add for CUDA is not sufficient because they put the CUBLAS library somewhere else. Making the issue so we don't lose track of it.
Frequent bug: while sorting by y-coordinate, the vertices are sorted, but the data coming with the vertices is not.
Gouraud shading, forgot to sort intensities
In my case I was calculating a barycentric coordinate of one vertex and assigning it to a different vertex by mistake.
The artifacts looked exactly the same as you presented, if it is the same problem then the description could be
Floating numbers should have thousand separator with specifier 'n' like python.
Python:
>>> from locale import setlocale, LC_ALL
>>> setlocale(LC_ALL, 'en_US')
'en_US'
>>> '{:n}'.format(1234)
'1,234'
>>> '{:n}'.format(1234.56)
'1,234.56'
C++
setlocale(LC_ALL, "en-US");
fmt::format("{:n} {:n}", 1234, 1234.56);
// gives 1,234 1234.56
Create an overload of gfx_draw_string_left
on \src\openrct2\drawing\Text.cpp
with the same name, but that takes a const ScreenCoordsXY&
object instead of an int32_t x
and and an int32_t y
and replace the calls to the {x ,y}
pair by the one using ScreenCoordsXY
.
Don't try to do all calls at once, unless it doesn't occur a lot, as this might lead to a huge PR. When we stop using the
Is your feature request related to a problem? Please describe.
gdb features, such as whether reverse debugging is enabled, is currently guessed at by gdbgui.
Describe the solution you'd like
use -list-feature
instead of guessing gdb's features
Tracking issue to make sure the metatile system is documented.
Vcpkg is a C++ dependency management system that makes installation and consumption as a dependency very easy. We should support this for VW to allow consuming the lib as easy as possible.
Instructions for creating a new package can be found here: https://github.com/microsoft/vcpkg/blob/master/docs/examples/packaging-github-repos.md
Is there a default seed? I copied the Python code from seed_test.py and removed the set_seed calls. The test passed thousands of times despite no set_seed calls being made. Is this expected? If so, can we document this? Is there an explicit default seed?
Just as a sanity check, I modified the calls to set the seed to two distinct values and it failed every time, as expected.
The reason I'm a
on_disk_build bug
Can I change the property name that Cefsharp injects to window to hide from anti-robot detecting code?
Now it is CefSharp
, used in CefSharp.BindObjectAsync
Is there a way to hide the icon of a
BrowserWindow
on Windows?Expected:

Actual:
<img width="68" alt="Screen Shot 2020-02-08 at 11 27 35 AM" src="https://user-images.githubusercontent.com/438516/74090907-194fc800-4a