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,078 public repositories matching this topic...
Regarding that Bitcoin Core switched to bech32 as the default format for addresses recently (with release 0.19.0.1), this should also be reflected in the RPC help texts. The change was already done for the RPCs getaddressinfo
(commit bitcoin/bitcoin@2ee0cb3 by jonatack, PR bitcoin/bitcoin#17283) and `validateaddre
https://img.shields.io/github/license/owner/repo.svg
for example
https://img.shields.io/github/license/fffaraz/awesome-cpp.svg
It redirects to actual svg for license, so you can use direct links for the libraries not in github.
-
Updated
Feb 24, 2020 - Swift
-
Updated
Feb 24, 2020 - C++
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.
Expected Behavior
OBS should launch normally.
Current Behavior
OBS doesn't launch when using checkinstall for a second time.
Steps to Reproduce
- Install OBS via instructions on wiki (works first time)
- Install again with same instructions
- Launch OBS. It doesn't launch now.
- Error:
obs: error while loading shared libraries: libobs-frontend-api.so.0: cannot open s
- cocos2d-x version: 3.17.1
- devices test on: Android 8.1.0
- developing environments
- NDK version: 19.2.5345600
- development OS: Ubuntu 16.04 (64-bit)
- Android Studio version: 3.3.1
- By this document: after built and run CppTests project on my phone, the program was flashback;
However, I can
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
-
Updated
Feb 24, 2020 - Objective-C++
Details for the issue
What did you do?
Select Table from the list, click "Modify Table" button, Add field "TestField", move field up or down.
What did you expect to see?
OK button enabled
What did you see instead?
OK button disabled: it remains enabled while modifying the table, but gets disabled when buttons "Move field up/down" are pressed just af
Hello there! Cool framework project!!
It accepts translation to Portuguese-Brazil in documentations?
Bug report
Describe the bug
Here is a clear and concise description of what the problem is:
Until yesterday (feb 2nd) I was able to build yuzu-mainline from source. I saw that vulkan was merged today, and now I'm unable to build.
I tried Qt 5.12 and Qt 5.14 and both gives the same errors:
yuzu-mainline/src/yuzu/configuration/configure_graphics.cpp:8:10: fatal error: QVulkanInstance: No such file or directory
#include <QVulkanInstance>
^~~~~~~~~~~~~~~~~
compilation
Right now we give the following information (e.g.):
openage v0.4.0-69-g9412facd
opengl
MSVC 19.16.27032.1 [/DWIN32 /D_WINDOWS /W3 /GR /EHsc /MP]
Cython 0.29.14
For future debugging on the user side we could give more information:
- OpenGL version number
- nyan-lib version number
- libc
- sdl-version
- Qt-version
- maybe even opus-codec version
In addition:
jj quote:
What the hell means "it's very likely this issue is fixed."?
There should be a test and a proof the issue is fixed, this is not how issues works.
And, in fact, the issue CRYTEK/CRYENGINE#606 is not fixed and still present in 5.6
When there's a space in the engine installation folder, for example mine is in:
-
Updated
Feb 24, 2020 - C++
Please provide the following information
qBittorrent version and Operating System
v4.3.0alpha (maybe affects 4.2.1 too?) Windows 10 x64 qB "native" interface (not web).
What is the problem
Cannot filter on all columns.
What is the expected behavior
To be able to view a filtered list of any column, instead of blank = no results.
Steps to reproduce
- Enable col
I have come across few tasks (e.g. egs/tedlium/
) which do not provide a README. This makes it difficult for experimenters to start working on this task. It would be great if we start adding the necessary details in a README for the existing tasks and create an LVCSR task template directory for new tasks to aid reviewers/task-designers.
e.g.
egs/template/
|----->README.md (details of
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
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
http://fmtlib.net/dev/api.html doesn't list public methods inherited from fmt::internal::basic_buffer. Is it intentional and users are not supposed to call those methods?
When deleting tiles with the tile inspector it shouldn't be possible to delete all the tiles at one coordinate. There should always be at least one (it could also be argued there should always be a surface element as many functions assume that).
Add a field on the breakpoint that shows the number of times a breakpoint was hit. See The -break-list Command.
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
The documentation says:
wangid: The Wang ID, which is a 32-bit unsigned integer stored in the format
0xCECECECE
(where each C is a corner color and each E is an edge color, from right to left clockwise, starting with the top edge)
The TSX output is:
`
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
Small omission in the guide: it is implied in step 9 that a {}
literal should be parsed as a hash-map in the reader, but this is never explicitly stated earlier on. The sentence in question is: "This is basically the functional form of the {}
reader literal syntax".
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