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
Does the array field of a struct get entirely cloned when fed by value to a function?
Jun 06, 2026
c
arrays
pointers
struct
pass-by-value
How can I type select an interface on a pointer-to-pointer in Go?
Jun 06, 2026
pointers
types
interface
casting
go
How to point to an array of arrays in C++?
Jun 06, 2026
c++
pointers
multidimensional-array
Is it appropriate to return a pointer to static data of a function?
Jun 06, 2026
c++
templates
pointers
c++11
Converting between pointers and references
Jun 05, 2026
c++
pointers
stl
iterator
How to test if pointer inside an array?
Jun 06, 2026
c
arrays
pointers
preprocessor
bounds
Which shared pointer should be weak pointer in a ring or a cycle
Jun 05, 2026
c++
pointers
c++11
smart-pointers
weak-ptr
C++ conventions regarding passing objects (pointer vs reference)
Jun 03, 2026
c++
pointers
reference
conventions
How to check if object behind pointer is valid or was deleted?
Jun 04, 2026
c++
pointers
C++ Default Argument with Pointers
Jun 03, 2026
c++
pointers
recursion
default-value
suffix-tree
Array of pointers to structs - why is malloc() required, why is direct field copies required?
Jun 02, 2026
c
pointers
struct
malloc
Just cannot understand pointers
Jun 02, 2026
c
arrays
pointers
Accessing Linked list across modules in C#
Jun 01, 2026
c#
pointers
C++ How to define a member variable that is either passed into or constructed within a constructor
Jun 01, 2026
c++
pointers
constructor
reference
C - (ptr = = &ptr) What is *ptr?
May 31, 2026
c
arrays
pointers
Is there a need to dereference when performing a memcpy using pointer to typedef fixed length array? Why or why not?
May 31, 2026
c++
arrays
pointers
typedef
dereference
How to copy struct and dereference all pointers
May 31, 2026
pointers
go
struct
copy
dereference
Is the address of the first data member of an instance the same as the address of the instance? [duplicate]
May 31, 2026
c++
c
pointers
struct
Removing elements from an array of pointers - C++
May 31, 2026
c++
arrays
algorithm
pointers
C++: Pointers pointing to freed memory space
May 30, 2026
c++
pointers
memory
memory-management
« Newer Entries
Older Entries »