cpp17
C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.
Here are 1,775 public repositories matching this topic...
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
-
Updated
Mar 15, 2020 - C++
-
Updated
Jan 29, 2020 - C++
-
Updated
Mar 29, 2020 - C++
I couldn't find this in the documentation or the FAQ: Is it possible to obtain the current test case's name from within that testcase's code? I mean, it should be, but how do we do it? That should be either in the FAQ or in some other relevant documentation file, IMHO.
Hello, users of sol2! This issue was made so that I could get a better idea of what you all use for Lua and how much you like / dislike sol2 compared to what you used to use (if anything) and sol2 now. If anyone could just reply to this issue with their thoughts, perhaps answer some of the questions below (or go on a tangent, really anything), I'd appreciate it. I'm going to be writing a paper abo
简单描述这个 bug:
在连接V2ray服务器之前先连接一个HTTP或者Sock5/4的代理服务器,再通过该代理服务器连接V2ray服务器。
在ss和SSR的客户端都有实现叫前置代理,也就是代理链。可以通过多次代理跳转。
1、实现前置代理功能,其中支持配置代理类型,代理IP端口,代理认证信息,代理header自定义(混淆自定义header项或者有些HTTP代理需要Base auth的request header项)
如何复现这个bug:
目前只能直接client直连接V2ray服务端,一些情况下导致V2ray对外暴露,容易封闭。
另外一些情况下,本地网络只能通过http代理访问外网,这时候就没法直接连接v2ray服务器了。
Qv2ray 本应该是怎样工作的?
*如果是连接问题,在其他 v2ray 客户端里出现过吗?
-
Updated
Jan 6, 2020 - C++
Refresh wiki page
For now the wiki page of OpenXRay is a mess!
I mean all necessary pages on all possible languages are trying to fit into main wiki page.
I haven't even found coding conventions from the first time!
That should be structured by the next design:
- Main page contains only links to language main wiki page.
- Language main page contains thematic sections like: Development, Modding, Using, Conti
-
Updated
May 3, 2019
As for Display the special operations generated by the compiler #224 discussion, the documentation will improve if we had a section describing the transformation of each featre and his limitations.
In particular for the special operation, to explain that only the operations that are really generated would appear in the transformation. This is due to the fact that the tool s based on the AST.
-
Updated
Apr 1, 2020 - C++
-
Updated
Apr 4, 2020 - C++
-
Updated
Apr 3, 2020 - C++
-
Updated
Apr 2, 2020 - C++
the correct result of the example in Vc::iif should be [2,1,1,5] (if i understood it correctly)
and I am not sure whether the code example in Vc::simd_for_each is correct, therefore I did not make a PR.
void scale(std::vector<double> &data, double factor) {
Vc::simd_for_each(data.begin(), data.end(), [&](auto v) {
v *= factor;
});
}
If one gets v by value, it chang
-
Updated
Apr 2, 2020 - C++
i understand that it now automatically determines if it should rcs but it would be useful to configure whether to do it every time and how much recoil it negates.
-
Updated
Feb 11, 2020 - C++
-
Updated
Feb 20, 2020 - C++
The very first example is https://github.com/cycfi/elements/blob/e50c5e70f92519a8e0b20a7b84c3e317d8a80ff3/examples/empty/main.cpp#L11 .
It's quite generic for almost all kinds of GUI applications that having a similar GUI specific app being created from client code. And of cause, app writers will have to do a similar app.run() invocation to bring up the GUI message loop or similar stuffs.
Add API nameof::cstring to https://github.com/Neargye/nameof/blob/master/doc/reference.md
-
Updated
Jul 31, 2019 - Emacs Lisp
Right now we give the following information (e.g.):
For future debugging on the user side we could give more information:
In addition:
jj quote: