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
Sending buffer through message queue
Jan 31, 2026
c
linux
pointers
ipc
message-queue
Why sizes of an array and a pointer to a first element are different?
Feb 01, 2026
c
arrays
pointers
What does line is supposed to mean?
Feb 01, 2026
c++
c
pointers
reference
floating-point
Differences: A* a=new A(); vs. A b; A *c=&b;
Jan 31, 2026
c++
pointers
Why "*(&arr+4)" is different then "&arr[4]"?
Jan 31, 2026
c
pointers
reference
Will a pointer declaration to a structure allocate memory for its members?
Jan 31, 2026
c
pointers
sizeof() function in C [duplicate]
Jan 30, 2026
c
arrays
pointers
Is " char * p1; p1 = str; " the same as " char * p1 = str; " in c++?
Jan 30, 2026
c++
pointers
Understanding C malloc and sbrk()
Jan 31, 2026
c
pointers
malloc
Passing vectors of derived shared pointers?
Jan 30, 2026
c++
pointers
c++11
vector
Accessing bit-field in C by its address
Jan 30, 2026
c
pointers
bit-fields
Is it good practice to use pointers as class members?
Jan 30, 2026
c++
oop
pointers
Arrays as scanf's function arguments. Adress operator
Jan 30, 2026
c
arrays
pointers
scanf
variadic-functions
Smart pointer not able to deallocate memory [duplicate]
Jan 29, 2026
c++
pointers
memory
smart-pointers
C-style pointer in Python, is this correct?
Jan 30, 2026
python
c
pointers
Explain difference between the use of void pointer
Jan 29, 2026
c
pointers
casting
void
Am I passing array ownership back to caller from my library function?
Jan 29, 2026
c
pointers
malloc
heap-memory
ownership
Char pointer declaration inside and outside main()
Jan 28, 2026
c++
c
pointers
malloc-ating multidimensional array in function
Jan 28, 2026
c
pointers
multidimensional-array
malloc
« Newer Entries
Older Entries »