Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
AnT
AnT has asked
36
questions and find answers to
1402
problems.
Stats
45.2k
EtPoint
16.6k
Vote count
36
questions
1k
answers
About
AnT questions
Array reference binding vs. array-to-pointer conversion with templates
`movaps` vs. `movups` in GCC: how does it decide?
List-initialization of a reference to an array of unknown size: is it supposed to deduce the array size?
Legacy standard C library headers and overloaded C++ functions
`nextafter` and `nexttoward`: why this particular interface?
Non-defining declarations for `void` "objects": which part of C++ standard prohibits them? Or does it?
User-defined operator new that returns null pointer
"Ambiguous conversion sequence" - what is the purpose of this concept?
`operator delete` with size parameter and without size parameter: which one is chosen when both are available?
Reading with setw: to eof or not to eof?
AnT answers
Returning a reference array from a const member function
Why does returning shared_ptr<T> as shared_ptr<const T> result in "returning address of temporary" warnings?
default arguments in constructor
C11 implicit conversion of chars, x % y
type casting in K&R
What is the order of subobject initialization?
Is it possible to declare a global 2D array in C/C++?
printf and ++ operator [duplicate]
c++ - Implement template operator non-friend
When returning a boolean, why use "!!"