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 pointers
What's the difference between void* and void**?
Feb 23, 2022
c++
c
pointers
What is a real world example for "smart pointer to member"?
Feb 03, 2022
c++
pointers
operator-overloading
operators
smart-pointers
Most efficient pointer arithmetic type in c
May 26, 2021
c
performance
pointers
pointer-arithmetic
Converting from a jagged array to double pointer in C#
Nov 14, 2021
c#
arrays
pointers
jagged-arrays
double-pointer
Difference between QSharedPointer and QSharedDataPointer?
Jan 08, 2018
c++
qt
pointers
qsharedpointer
C++ Initialize array pointer
Sep 21, 2022
c++
arrays
pointers
Documentation of "invalid pointer value" conversion in C++ implementations
Nov 16, 2022
c++
pointers
language-lawyer
Tutorial on C pointers and arrays from a Java standpoint
Feb 09, 2022
java
c
arrays
pointers
understanding c++ pointers to parent/base classes
Sep 21, 2022
c++
pointers
inheritance
what does compiler do with a[i] which a is array? And what if a is a pointer?
Mar 17, 2018
c++
c
arrays
pointers
assembly
How do game trainers change an address in memory that's dynamic?
Mar 06, 2021
pointers
memory-address
In C, does the meaning of A[i][j] depend on how A is declared?
Mar 15, 2022
c
arrays
pointers
multidimensional-array
malloc: *** error for object: pointer being freed was not allocated *** set a breakpoint in malloc_error_break to debug
Mar 30, 2020
c++
c
pointers
malloc
huffman-code
Reference to Array vs reference to array pointer
Sep 21, 2022
c
arrays
pointers
After p=new string[0] and p=new int[0], why the string version crashes when delete[] p?
Mar 01, 2018
c++
pointers
new-operator
delete-operator
Is difference of two constexpr instances of __func__ pointers still constexpr?
Sep 07, 2022
c++
pointers
language-lawyer
c++17
constexpr
Memory allocator with custom pointer type
Oct 29, 2022
c++
pointers
c++11
memory-management
standard-library
Once an array-of-T has decayed into a pointer-to-T, can it ever be made into an array-of-T again?
Nov 02, 2022
c++
arrays
pointers
Returning an object or a pointer in C++
Sep 21, 2022
c++
object
pointers
return-value
How to access the first element of std::list?
Sep 21, 2022
c++
list
pointers
stl
iterator
« Newer Entries
Older Entries »