The Wayback Machine - https://web.archive.org/web/20200901032023/https://github.com/topics/cpp17
Skip to content
#

cpp17

cpp logo

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

Here are 2,247 public repositories matching this topic...

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 Aug 23, 2020

Required skills: Python, maybe Cython

Difficulty: Easy

Our converter PNG export module supports 3 built-in compression levels

  • none
  • default libpng compression
  • optimized compression

However, this functionality is currently unused as the converter is hardcoded to always use the default compression setting. We should implement a way to set the desired compression

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.