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
1393
problems.
Stats
45.0k
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
When returning a boolean, why use "!!"
Error: default parameter given for parameter 1
Strange syntax in some Design Pattern code: explanation?
c++ inheritance
Referencing a member of a member in template
Pointers's pointer c++ char initialization
Non-virtual trivial destructor + Inheritance
Why is the following code illegal in C++ [duplicate]
C: Passing pointers to const arrays [duplicate]
C array of pointers and malloc