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 does ((void (*)())buf)(); mean?
Aug 21, 2022
c
function
pointers
function-pointers
Are there pointers in php?
Aug 26, 2022
php
pointers
Why can't I convert 'char**' to a 'const char* const*' in C?
Aug 26, 2022
c
pointers
constants
const-correctness
Pointer Arithmetic [closed]
Aug 26, 2022
c
pointers
pointer-arithmetic
Why does C++11 contain an odd clause about comparing void pointers?
Aug 26, 2022
c++
c++11
pointers
language-lawyer
comparison-operators
How to get the real and total length of char * (char array)?
Aug 26, 2022
c++
c
arrays
pointers
char
How to access a local variable from a different function using pointers?
Aug 26, 2022
c++
c
pointers
local-variables
In C, how would I choose whether to return a struct or a pointer to a struct?
Aug 26, 2022
c
pointers
struct
malloc
Is it possible to store the address of a label in a variable and use goto to jump to it?
Sep 23, 2022
c
pointers
label
goto
memory-address
How do I properly map a `MagImageScalingCallback` using JNA?
Dec 15, 2018
java
pointers
winapi
jna
Using pointers to remove item from singly-linked list
Aug 26, 2022
c
pointers
linked-list
Proper way of casting pointer types
Aug 26, 2022
c++
pointers
casting
reinterpret-cast
static-cast
Why do some people prefer "T const&" over "const T&"?
Aug 26, 2022
c++
syntax
pointers
reference
types
What is a dangling pointer?
Jul 21, 2019
c++
pointers
dangling-pointer
Function pointer as parameter
Aug 17, 2022
c++
function
pointers
function-pointers
Checking if this is null
Aug 26, 2022
c++
pointers
null
Are there any platforms where pointers to different types have different sizes?
Aug 26, 2022
c
pointers
sizeof
Determine the size of a C++ array programmatically?
Aug 26, 2022
c++
arrays
pointers
memory-management
C++ Returning Pointers/References
Dec 15, 2021
c++
pointers
return
What does "int* p=+s;" do?
Aug 26, 2022
c++
arrays
pointers
unary-operator
« Newer Entries
Older Entries »