Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
CodeBricks
CodeBricks has asked
29
questions and find answers to
1
problems.
Stats
186
EtPoint
16
Vote count
29
questions
1
answers
About
CodeBricks questions
Blank or do-nothing 2nd or 3rd argument for ternary operator
Cast or convert a pointer (T*) to a two-const (T const * const) pointer
What are all the ways use_count of std::shared_ptr is incremented?
Dot or arrow operator vs. scope resolution operator for accessing base subobject
Most vexing parse: why doesn't `g( ( f() ) );` call `f`'s default constructor and pass the result to `g`'s ctor that takes a `f`?
Attempted construction of temporary object using only class name in declaration
Nested class definition outside outer class's, while outer class contains instance of inner class
How to in-place initialize an array?
Are all unused undefined methods allowed?
How to pass a temporary array?
CodeBricks answers
a way in c++ to hide a specific function