cpp17
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 2,251 public repositories matching this topic...
Required skills: Python, maybe Cython
Difficulty: Easy
Our exporter for single media files can only be used for graphics files (SLP, SMP or SMX) currently. It would be great, if we could extend it to support outputting sounds as well. This functionality can reuse the internal opus conversion service that is already implemented.
-
Updated
Aug 28, 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 4, 2020 - C++
-
Updated
Sep 4, 2020 - C++
-
Updated
Aug 23, 2020 - C++
-
Updated
Aug 28, 2020 - C++
-
Updated
Jan 6, 2020 - C++
-
Updated
Sep 5, 2020 - C++
-
Updated
Sep 3, 2020 - C++
-
Updated
Sep 3, 2020 - C++
-
Updated
Sep 4, 2020 - C++
-
Updated
May 3, 2019
-
Updated
Aug 9, 2020 - C++
-
Updated
Aug 24, 2020 - C++
-
Updated
Aug 28, 2020 - C++
-
Updated
Aug 24, 2020 - C++
-
Updated
Sep 1, 2020 - C++
-
Updated
Sep 4, 2020 - C++
-
Updated
Aug 29, 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