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
361
problems.
Stats
7.8k
EtPoint
2.3k
Vote count
24
questions
361
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
Is sharing data with initializer list out-scoped valid in standard?
How to get std::chrono::time_point clock type
C++ shared library: Pure virtual function does not cause link error
C++ parameter pack expansion
using directive and function overloading in a namespace [duplicate]
Get the right templated class instantiation from an enum value
how to check if a pthread is joinable?
Does the C++ standard library have UTF-8 functions?
Is there a C++ guideline to make first enum a "safe" default?
How do I make macro constants globally accessible in C?