The Wayback Machine - https://web.archive.org/web/20200304113100/https://github.com/topics/c-plus-plus
Skip to content
#

c-plus-plus

cpp logo

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

Here are 11,109 public repositories matching this topic...

electron
IvanFarkas
IvanFarkas commented May 28, 2019

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.

zhang-ray
zhang-ray commented Mar 27, 2019
  • 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
  1. By this document: after built and run CppTests project on my phone, the program was flashback;

However, I can

jean-airoldie
jean-airoldie commented Jun 6, 2019

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
claremacrae
claremacrae commented Jun 24, 2019

Request

This issue is for capturing actions arising from @horenmar 's request on Discord of 2019-06-15 "Help wanted: documentation"

The current documentation is pretty okay, but it definitely shows that it has evolved over multiple years, using different expository styles and was targeted at different audience.

And as the feature set grows, the documentation needs to become more

Gustav0ar
Gustav0ar commented Feb 4, 2020

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 
simonsan
simonsan commented Nov 2, 2019

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:

viocost
viocost commented Dec 19, 2019

Please provide the following information

qBittorrent version and Operating System

v4.1.5

What is the problem

There is no documentation on removing tracker from a torrent, event though the feature is available in web UI

vijayaditya
vijayaditya commented Jun 11, 2019

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
matiTechno
matiTechno commented Dec 19, 2019

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

aseprite

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia
You can’t perform that action at this time.