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 13,202 public repositories matching this topic...
Following the merge of bitcoin/bitcoin#23083, we'll throw a non-fatal error at runtime if the documentation for an RPC is incorrect. This behaviour has found numerous issues over a very short period (of the PR being opened). However, this is not something that we want in production / release builds, instead, we want the ability to have it enabled in the CI and when running
-
Updated
May 13, 2022 - C++
Operating System Info
Other
Other OS
Arch Linux
OBS Studio Version
27.2.4
OBS Studio Version (Other)
No response
OBS Studio Log URL
crashes before startup
OBS Studio Crash Log URL
No response
Expected Behavior
it living
Current Behavior
it not living
Steps to Reproduce
...
start
Anything
-
Updated
May 11, 2022
We have currently simple GitHub page, but we need to think about it's update with some better design.
-
Updated
Apr 28, 2022 - C++
This came up during the discussion on #13640, which specifically only adds single character/code point/code unit display for three common text encodings. A nice feature would be to decode and display the entire user selection as a string. Right now, the length of the user selection is not considered for value inspector data, just the starting position is used to read the next 8-bit number, 16-bit
To publish rtmp://ip/live/livestream?k=v
to SRS, the correct way to use OBS:
- Server:
rtmp://ip/live
- StreamKey:
livestream?k=v
However, sometimes the StreamKey
has maken lots of people confused, they will literally use as bellow, easpecially for fresh man:
- Server:
rtmp://ip/live/livestream?k=v
- StreamKey: Empty
And it's easy to understand.
Solution
So, SRS mi
-
Updated
May 13, 2022 - C++
en.ini strings issue
Hi
In the Edit -> preferences window -> General, there is an option "Expand menu bar items on mouseover"
In the file en.ini with all the UI strings, there are those 2 strings:
expand_menu_bar_items_on_mouseover = Expand menu bar items on mouseover
expand_menu_bar_items_on_mouseover_tooltip = <<<END
Check this option to get
this old menus behavior.
END
However, the tooltip is not used
-
Updated
Aug 27, 2021 - C++
I figured out a way to get the (x,y,z) data points for each frame from one hand previously. but im not sure how to do that for the new holistic model that they released. I am trying to get the all landmark data points for both hands as well as parts of the chest and face. does anyone know how to extract the holistic landmark data/print it to a text file? or at least give me some directions as to h
-
Updated
May 8, 2022 - C++
-
Updated
Apr 7, 2022 - C++
-
Updated
May 13, 2022 - C++
Though we include Boost JSON as a dependency for benchmarking purposes, we do not include it as part of our benchmarks currently.
-
Updated
May 13, 2022 - C++
-
Updated
Feb 26, 2022 - Objective-C++
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
-
Updated
Jan 13, 2022 - C++
-
Updated
May 10, 2022 - Shell
-
Updated
May 8, 2022 - C++
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
compiler-explorer/compiler-explorer#3515 allowed the site to load even if the long url is not deserializable, but currently the site just silently fails and displays the default config.
It would be great if a notification could be shown to the user with a helpful message when this happens.
The steps needed to implement this feature are:
- In the catch added by the lin
window_editor_object_selection_select_object
currently returns its success through a bool and also the global gGameCommandErrorText
. It should be refactored to return a GameAction::Result
to remove the use of the global.
-
Updated
Mar 25, 2022 - C++
Preflight Checklist