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
23
questions and find answers to
329
problems.
Stats
7.2k
EtPoint
2.1k
Vote count
23
questions
329
answers
About
SergeyA questions
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?
Why deleting void* is UB rather than compilation error?
SergeyA answers
What does union in C++ do in this case?
make_unique error in compile time [duplicate]
Multiple template functions inside non-template class
Durability of string's reverse iterators for self appending
Initialization of data member thread and mutex. Does wrong order has Undefined Behavior?
Can't use pointer as a default template parameter
Function overloading for const char*, const char(&)[N] and std::string
c++ criticalsection for getter
SFINAE to check if std::less will work
Can I construct an object without allocating memory or copying data?