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
335
problems.
Stats
10.9k
EtPoint
3.8k
Vote count
120
questions
335
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
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?
Where can I enable or implement full-line and file name completion in VSCode?
What does this typedef and conversion operator syntax mean?
How to format JSON with Unity
How to define a concept for positive number?
How do I tell clang-tidy that slicing a particular class is ok?
What's the purpose of typing `= default` at the end of a constructor or operator overloader (ex: copy assignment operator) declaration in a class? [duplicate]