Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
SergeyA
SergeyA has asked
24
questions and find answers to
369
problems.
Stats
8.0k
EtPoint
2.3k
Vote count
24
questions
369
answers
About
SergeyA questions
Shortening GCC error messages
Forcing a decay of the array (for the lack of better title)
Is 0-initialization of atomics guaranteed to set the value member to 0?
How to create an array from two index sequence at compile time
g++, bitfields and ADL
Which guarantees does the C++ standard have when it comes to issuing diagnostic messages?
How to map pthread_t to pid (on Linux)
std::set with string key and potential efficiency loss
At which point does map::emplace create an object?
Is zeroing out the "sockaddr_in" structure necessary?
SergeyA answers
Able to access private object member outside of class definition
Class Template Argument Deduction in member variables
Possible memory leak by continuously starting threads?
Is this a compiler bug? Am I doing something wrong?
Was the block comment designed to enable/disable blocks using a single character?
How do I make this function tail recursive?
C++ atomic memory order vs thread events such as notify()
C++ separate structs in to "groups" but allow `std::variant` to see all structs across the "groups"
Is sharing data with initializer list out-scoped valid in standard?
How to get std::chrono::time_point clock type