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 27,588 public repositories matching this topic...

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

  • Updated Sep 3, 2020
  • C++
galkinvv
galkinvv commented Jan 21, 2020

The doc is great! Hoewever some areas are still missing.
C++11 intoduced raw string literals: https://en.cppreference.com/w/cpp/language/string_literal

It is useful in many different areas, like strings with quotes, multiline strings and for example windows paths without escaping backslashes:

const char win_path[] = R"(c:\some\unescaped\path)";

The same cppreference link als

heinezen
heinezen commented Sep 8, 2020

Required skills: Python

Difficulty: Easy

openage currently stores information about a game edition or expansion inside an Enum, e.g. media paths, support status, etc. We should store this information in an auxiliary file instead, similar to #1312. That would make updating and correcting game information easier as we no longer have to replace chunks of code.

The recommended appro

bam80
bam80 commented Jul 6, 2020
$ .local/lib/appimagelauncher-lite/appimagelauncher-lite.AppImage update Applications/Sourcetrail_2020_1_117_Linux_64bit_838fbdbb027567876d3da8cf74c6d512.AppImage

The Error:

Could not find update information in AppImage:
Applications/Sourcetrail_2020_1_117_Linux_64bit_838fbdbb027567876d3da8cf74c6d512.AppImage

The AppImage doesn't support updating. Please ask the authors to set

0stiarius
0stiarius commented Jun 19, 2020

I do call center work from home and BM works beautifully to pause music when a call comes in and I get an alert that goes to my headphone jack. When the call begins, the sound is routed to a USB headphone and BM automatically unpauses the music during the call. :-(

Some way to prevent automatic unpause and require manual unpause would be very helpful.

devjgm
devjgm commented Jan 20, 2020

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.

Well, ther

Qv2ray
iam7cn
iam7cn commented Aug 24, 2020

你的功能请求与使用中遇到的麻烦有关吗?若有,请描述?
clash节点需要手动导入软件太麻烦

SS格式
{"name":"AE_1","server":"45.9.249.X","port":34583,"type":"ss","password":"hbWeaNJfjeP6GkT7jp6CSSx8","cipher":"aes-256-gcm"}
SSR格式
{"name":"JP_252","server":"172.105.192.X","port":8099,"type":"ssr","password":"eIW0Dnk69454e6nSwuspv9DmS201tQ0D","cipher":"aes-256-cfb","protocol":"origin","

Created by Bjarne Stroustrup

Released October 1985

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