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
pointer to array type, or what's happening to "array decay to pointer" when adding "typedef", "const", "*" and "&"
Sep 08, 2025
c
arrays
pointers
constants
using %x to print the hex address contained in a pointer
Sep 08, 2025
c
pointers
memory-address
C Struct & Strcpy, dot operator does it resolve into a pointer
Sep 08, 2025
c
arrays
pointers
struct
How to declare function with a const pointer using VLA syntax
Sep 08, 2025
c
pointers
error: passing argument 1 to restrict-qualified parameter aliases with argument 3 [-Werror=restrict]
Sep 08, 2025
c
pointers
printf
dynamic-memory-allocation
What does the "->" operator mean in C++?
Sep 08, 2025
c++
pointers
operator-keyword
Incompatible pointer type warning with pointer-to-pointer types when passing char** to void** function parameter
Sep 08, 2025
c
pointers
void-pointers
gcc-warning
pointer-to-pointer
Portable and safe way to add byte offset to any pointer
Sep 07, 2025
c++
pointers
c++11
pointer-arithmetic
Malloc inside a structure
Sep 07, 2025
c
pointers
struct
malloc
How to properly cast to a void type as an array
Sep 07, 2025
arrays
c
pointers
types
Why does K&R say that pointers are preferable to arrays as function parameters?
Sep 07, 2025
c
pointers
function-pointers
Cannot convert argument from int * to const int *&
Sep 07, 2025
c++
pointers
Why 2 stars when passing pointer to a string to a function
Sep 04, 2025
c
function
pointers
pass-by-reference
pass-by-value
How to initialize unsigned char pointer
Sep 05, 2025
c++
c
pointers
char
unsigned-char
Why RBP instead of another register as a frame pointer?
Sep 04, 2025
pointers
assembly
x86
x86-64
stack-frame
How to compare a pointer and an integer [duplicate]
Sep 05, 2025
c
pointers
char
Which is the right style to use function pointer?
Sep 05, 2025
c
pointers
C function pointer casting to void pointer
Sep 05, 2025
c
pointers
function-pointers
Print an array of char, but the ending is not expected
Sep 05, 2025
arrays
c
pointers
char
printf
Fortran polymorphism in pointers
Sep 04, 2025
class
pointers
fortran
polymorphism
Older Entries »