cpp17
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 2,264 public repositories matching this topic...
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
-
Updated
Sep 11, 2020 - C++
功能请求:兼容 “Clash” 节点导入
你的功能请求与使用中遇到的麻烦有关吗?若有,请描述?
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","
-
Updated
Jun 11, 2020 - C++
-
Updated
Sep 12, 2020 - C++
-
Updated
Sep 8, 2020 - C++
-
Updated
Sep 9, 2020 - C++
-
Updated
Sep 12, 2020 - C++
-
Updated
Jan 6, 2020 - C++
-
Updated
Sep 9, 2020 - C++
-
Updated
Sep 8, 2020 - C++
-
Updated
Sep 9, 2020 - C++
-
Updated
Sep 8, 2020 - C++
-
Updated
Sep 11, 2020 - C++
-
Updated
May 3, 2019
-
Updated
Sep 10, 2020 - C++
-
Updated
Aug 24, 2020 - C++
-
Updated
Aug 28, 2020 - C++
-
Updated
Aug 24, 2020 - C++
-
Updated
Sep 7, 2020 - C++
-
Updated
Sep 8, 2020 - C++
-
Updated
Sep 8, 2020
-
Updated
Feb 20, 2020 - C++


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:
The same cppreference link als