python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Generating simple format string at compile time
I'm trying to generate a simple format string for fmt at compile time, but I can't quite figure out the string concatenation. I'm limited to c++ 14.
What I'd like is to be able to generate a format s...
Rob W.
Votes: 0
Answers: 1
boost::asio::ip::udp::socket can I force an immediate send or write?
I'm working on up programme using boost::asio::ip::udp:: socket where I need at certain moment send a buffer to a specific end point with high priority (I need a guarantee that my data was delivered t...
freelancer
Votes: 0
Answers: 0
Purpose of explicitly deleting the default constructor
The codebase I’m working on was developed mostly pre-C++11. A lot of classes have a never-defined default constructor declared in the private section. I’m rather confident that in Modern C++, the Corr...
Quirin F. Schroll
Votes: 0
Answers: 2
Can Boost::asio::post can interrupt the running thread?
I am new to Boost::asio and I am currently looking at io_context.
I have a question regarding the function io_context::post
Posting on thread can preempt what's running on that thread currently ?
beca...
freelancer
Votes: 0
Answers: 1