Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
bolov
bolov has asked
108
questions and find answers to
271
problems.
Stats
9.7k
EtPoint
3.4k
Vote count
108
questions
271
answers
About
bolov questions
Initializing a reference
Initialization of data member thread and mutex. Does wrong order has Undefined Behavior?
Disable non-templated methods with concepts
deduce of argument of type class method (overloads by const qualifier) fails with trailing return type in gcc, but not in clang
Is this a good reason for non-polymorphic inheritance?
Scope operator for base class in super multiple non-virtual inheritance
How to get from exceptions to user error messages
Vector initialization with double curly braces: std::string vs int
Can technically objects occupy non-contiguous bytes of storage?
Incomplete type in friend function
bolov answers
How are the 64-bit types and operations implemented on the lowest level on a 32-bit architecture?
Effective multiple return values [duplicate]
How is an array of size 0 stored in memory?
Testing specific class name in different namespaces (SFINAE?)
Is volatile useful at all in a singlethreaded application in C++?
How to disable Visual Studio warning C4244 for std::vector copy or assign with implicit narrowing conversion
Make C++ class partially constexpr and save RAM
Ambiguous call to variadic template function with no parameters?
Understanding how to write cache-friendly code
is bit_cast without compiler support for constexpr memcpy possible?