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
120
questions and find answers to
341
problems.
Stats
11.1k
EtPoint
3.8k
Vote count
120
questions
341
answers
About
bolov questions
How to read in std::format a dynamic option if that option is of a custom type
Why doesn’t putchar require a header?
C++ should I use virtual methods?
Understanding when a default template parameter is a redefinition and when not in SFINAE technique
Visual Studio 2013 template alias
A templated constructor cursor and a templated member cursor have kind FUNCTION_TEMPLATE in libclang
Is it legal to forward declare just some, but not all of the overloads?
How to setup cscope for vim?
Can std::byte replace std::aligned_storage?
How does linq Expression<TDelegate> assignment work on a language syntax level
bolov answers
Can I define a private template function outside of a class?
Will removal of all `inline` keywords for functions and methods leave my program semantically correct?
How does std::is_polymorphic identify polymorphism?
Is using enum class for flags undefined behavior?
Passing "No/Null/0" as a reference?
Understanding memory sequences and std::memory_order_relaxed
deep copy pointer of a struct object in c++
C++ Is "class Name*" a class pointer?
for loop in for loop without initialization
C++ Can constant class data be optimized out of class by compiler?