Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in new-operator
What happens if I create new memory with a pointer without deleting the first one
Aug 21, 2026
c++
pointers
new-operator
What are the reasons to override new and delete operator for a specific class?
Aug 17, 2026
c++
memory-management
overriding
new-operator
New/delete operator overload and base class
Aug 13, 2026
c++
oop
operator-overloading
new-operator
delete-operator
Arrays created with new? [duplicate]
Aug 12, 2026
javascript
arrays
dictionary
new-operator
PHP: new operator on an object instance creates an object instance. Why?
Aug 08, 2026
php
oop
new-operator
Difference between new int () and new int { } in C++
Aug 07, 2026
c++
new-operator
'Binding' The 'new' Constructor To A Function In Javascript
Jul 25, 2026
javascript
constructor
new-operator
function-calls
overhead-minimization
Is it undefined to initialize a class member in overloaded operator new?
Jul 25, 2026
c++
initialization
new-operator
undefined-behavior
Is it incorrect to use delete out of scope like this?
Jul 25, 2026
c++
new-operator
Using variable arguments when newing
Jul 19, 2026
javascript
new-operator
apply
Why isn't operator new forced to take argument as "const size_t"?
Jul 20, 2026
c++
language-lawyer
new-operator
Inheritance chain with overriding and shadowing [duplicate]
Jul 15, 2026
c#
inheritance
overriding
new-operator
C++ new & delete and functions
Jul 14, 2026
c++
new-operator
delete-operator
Basic array initialization and sorting question
Jul 14, 2026
java
arrays
new-operator
Removing the need for "new"
Jul 13, 2026
javascript
constructor
new-operator
factory
Is "new" in Erlang part of the official standard and should we use it?
Jul 13, 2026
erlang
new-operator
Extra bytes allocated for custom class array when destructor defined [duplicate]
Jul 06, 2026
c++
destructor
new-operator
delete-operator
Older Entries »