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 ampersand for when used after class name like ostream& operator <<(...)?
Sep 03, 2022
c++
pointers
class
operator-overloading
addressof
Why does Go forbid taking the address of (&) map member, yet allows (&) slice element?
Sep 10, 2022
pointers
memory
go
memory-address
C++ correct way to return pointer to array from function
Sep 03, 2022
c++
arrays
function
pointers
Assigned vs <> nil
Jul 26, 2018
delphi
pointers
null
error: invalid type argument of ‘unary *’ (have ‘int’)
Feb 11, 2019
c
pointers
What is the difference between char*str={"foo",...} and char str[][5]={"foo",...} array definitions?
Sep 03, 2022
c
arrays
pointers
arrayofarrays
x86 Assembly pointers
Sep 03, 2022
pointers
assembly
x86
Why do we have pointers other than void
Sep 03, 2022
c
pointers
initialize string pointer in struct [duplicate]
Sep 19, 2022
pointers
go
struct
Why can I change the value of a const char* variable?
Sep 03, 2022
c
pointers
constants
Find address of constant in go
Sep 03, 2022
pointers
go
constants
What exactly is the array name in c?
Sep 03, 2022
c
arrays
pointers
memory-address
Dereference void pointer
Sep 25, 2022
c
pointers
const int *p vs. int const *p - Is const after the type acceptable?
Sep 03, 2022
c++
c
pointers
coding-style
constants
Why does my program crash when I increment a pointer and then delete it?
Sep 01, 2022
c++
pointers
dynamic-memory-allocation
delete-operator
How is a reference different from a pointer in implementation? [duplicate]
Nov 07, 2022
c++
pointers
language-design
Is incrementing a pointer to a 0-sized dynamic array undefined?
Sep 03, 2022
c++
pointers
undefined-behavior
dynamic-arrays
Rationale behind the container_of macro in linux/list.h
Dec 13, 2019
c
pointers
struct
linux-kernel
linked-list
Why the size of a pointer to a function is different from the size of a pointer to a member function?
Sep 03, 2022
c++
pointers
function-pointers
member-function-pointers
How to alias a function name in Fortran
Apr 14, 2021
function
pointers
fortran
alias
subroutine
« Newer Entries
Older Entries »