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
Unknown function signature in C
Dec 08, 2025
c
pointers
C++ pointer to class, call function where class-instance is freed, is that good practice?
Dec 08, 2025
c++
class
pointers
Is there a way to use a range-based iterator to iterate over references to the values of a list of pointers?
Dec 08, 2025
c++
pointers
reference
iterator
auto
Array-pointer arithmetic - legal and undefined behaviour [closed]
Dec 08, 2025
c++
c
arrays
pointers
undefined-behavior
How to Simulate Pointer Type Action in Java, or Is Java Pass-By-Reference or Pass-By-Value?
Dec 08, 2025
java
pointers
field
C++ delete operator with memory locations
Dec 07, 2025
c++
pointers
reference
delete-operator
Correct C++ pointer syntax
Dec 08, 2025
c++
pointers
syntax
Is this code doing what I want it to do?
Dec 08, 2025
c
pointers
malloc
How to get the type information of a record by its pointer in Delphi XE?
Dec 07, 2025
delphi
pointers
delphi-xe
record
rtti
for(auto &pointer : vectorOfPointers) vs for(auto pointer : vectorOfPointers)
Dec 08, 2025
c++
pointers
c++11
Odd behavior of fortran strings in a derived type after accessing the type by a pointer
Dec 08, 2025
pointers
linked-list
fortran
operator-overloading
gfortran
typedef void (*MyCallback) : What is it and how to use it? [duplicate]
Dec 08, 2025
c++
pointers
typedef
void
Confusion about return type of a function when it is a pointer
Dec 08, 2025
c++
pointers
return-value
Passing by reference or use global variable in C
Dec 07, 2025
c
pointers
pass-by-reference
array addressing [duplicate]
Dec 08, 2025
c
pointers
arrays
Allocating memory to 3D array
Dec 07, 2025
c
pointers
Ada array access: Pointer to a specific item within the array, the position being dynamic based on input parameters.
Dec 07, 2025
pointers
ada
If pointers are all the same size, how come we have to declare the type of object they point to?
Dec 07, 2025
c++
pointers
« Newer Entries
Older Entries »