Nevermore-
Nevermore-
0x80000000 在32位下也没办法表示正数啊,溢出了
@Elgot Hi, you can refer to this repo if you need it. https://github.com/Nevermore1994/Cpp-Channel
> @Nevermore1994 I already fix this error in #10, check this. OK.thank you very much. @Sovea
I rewrote the HTTP request. **https://github.com/Nevermore1994/http-request** In this repo,It sounds like all the ideas you mentioned have already been implemented. By the way, auto is quite beneficial for C++ development....
Now you can refer to this repository,https://github.com/Nevermore1994/http-request
The code you provided doesn’t work. You’ve deleted the default constructor, and the `explicit Child(Parent *p = nullptr) `constructor is private. Obviously, the compiler cannot construct an object for you....