Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged void

0 votes
323 views
1 answer
    I'm trying to understand the differences between C and C++ with regards to void pointers. the following compiles in C ... in C. What does C++ standard dictate? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
566 views
1 answer
    我在看一个代码的时候: void SlowSocket::close() { if (-1 == sockfd_) return; slowlog(LOG_DEBUG, "closing slow socket %d ", sockfd_); if(ssl_ ... close()吗? 2)方法中直接写: ::close(sockfd_); 这是什么意思呢?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
401 views
1 answer
    我在看一个代码的时候: void SlowSocket::close() { if (-1 == sockfd_) return; slowlog(LOG_DEBUG, "closing slow socket %d ", sockfd_); if(ssl_ ... close()吗? 2)方法中直接写: ::close(sockfd_); 这是什么意思呢?...
asked Jan 27, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...