Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
cigien
cigien has asked
64
questions and find answers to
233
problems.
Stats
5.7k
EtPoint
1.7k
Vote count
64
questions
233
answers
About
cigien questions
How to reuse the return type of a function call inside a requires expression?
Why does string_stream.str() = a_string; compile? [duplicate]
What is the difference between range-v3 views::drop and views::drop_exactly?
Can a constexpr function contain a label?
Which of these new expressions with char arrays are well-formed?
Should conversion operators be considered for function template argument deduction?
Can a class containing a function pointer be used as a non-type template parameter?
Why is operator!= synthesized from operator==, but not the other way around?
Can class template constructors have a redundant template parameter list in c++20
How can I check if char encoding is ASCII?
cigien answers
Obtaining a function pointer to a non static member function
Dividing by 0 is a compiler error or a runtime error
What's the difference between delete[] and ::operator delete() in c++
How do I store addresses in a map in C++?
Why does the false branch of "if constexpr" get compiled?
Why does template not discard the co_return?
What does this template parameter mean?
Automatic promotion of arithmetic operations
How to correctly resolve unused warning when instance is being used in a fold operator
Where is the normative rule that restricts what the declaration can be in a explicit specialization?