The Wayback Machine - http://web.archive.org/web/20220407120120/https://github.com/topics/cpp?l=java
Skip to content
#

C++

cpp logo

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

Here are 648 public repositories matching this topic...

questdb
amunra
amunra commented Mar 22, 2022

Describe the bug

Currently keys written to server.conf go undetected.

This means that not only typos go undetected, but lack of validation is a risk during version migration as settings that used to apply in a previous version have no effect in a newer one without warning -- even if new settings are supposed to be used.

To reproduce

  • Create a key with a typo.
  • Watch the QuestDB
Good first issue
vespa
kkraune
kkraune commented Apr 2, 2021

... to make it easier to read Vespa documentation on an e-reader / offline

Vespa documentation is generated using Jekyll from .md and .html files, look into options for generating the artifact as part of site generation (there might be plugins we can use here)

DS-Algo-Point
itslinotlie
itslinotlie commented Oct 12, 2020

🚀 Feature

An easy to implement an algorithm that calculates range sums. It supports O(1) queries and O(n) updates.

Have you read the Contribution Guidelines?

👍

Pitch

PSAs are a beginner-friendly algorithm that helps reinforce the understanding of arrays. I can implement this in C++ and Java (:

Assigned
@RohanK6 - Java
@itslinotlie - C++
@mavneeK - C
@aniket

Top-Interview-Questions--Leetcode
Mi-La
Mi-La commented Dec 8, 2021

We should implement conversion from floating point types to string to enable it in the new reflectable interface, probably the support should be added in StringConvertUtil in zserio C++ runtime to make it consistent with conversions from integral types.

Note that the conversion MUST support allocators and must ensure that it allocates ONLY using the given allocator.

enhancement good first issue c++

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia