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
Why does direct accessing to structure members produces significantly more assembly code compared to indirect accessing in GCC?
Mar 07, 2022
c
pointers
gcc
assembly
compiler-optimization
Can a null pointer constant be any integer constant expression evaluated to 0?
Aug 22, 2022
c
pointers
null
language-lawyer
constant-expression
Test to see if I should free memory or not
Oct 28, 2018
c
pointers
Fast sketching tools for drawing C/C++ structs, pointers, etc
Dec 30, 2017
c++
pointers
struct
drawing
Typecasting an array to pointer?
Feb 25, 2022
c
arrays
pointers
Dereferencing pointers in a golang text/template
Sep 17, 2016
pointers
go
go-templates
Why can't I put a pointer to const on right hand side of assignment?
Sep 09, 2022
c++
pointers
constants
variable-assignment
Is "int *ptr = *( ( &a ) + 1 );" where "a" is int[5] well-defined by the Standard?
Jun 01, 2022
c
arrays
pointers
language-lawyer
pointer-arithmetic
C's equality operator on converted pointers
Apr 16, 2022
c
pointers
language-lawyer
How to add void/null as default argument to a function/lambda pointer, in C++?
Oct 04, 2022
c++
pointers
templates
function-pointers
default-arguments
Is List<T> a pointer?
Oct 30, 2022
c#
list
pointers
Why does bsearch return a void *?
Feb 22, 2018
c
pointers
constants
void
bsearch
const method in a class returning vector of pointers
May 11, 2019
c++
pointers
stl
constants
Memory leak in golang slice
Feb 23, 2022
pointers
go
copy
append
slice
When return E_POINTER and when E_INVALIDARG?
Jul 11, 2018
windows
com
pointers
com-interop
C++ Using pointers to template objects
Mar 23, 2022
c++
templates
pointers
template-specialization
What does "void *(*)(void *)" mean in C++?
Jan 22, 2020
c++
pointers
pthreads
function-pointers
void-pointers
return an array of structs or an array of struct pointers?
Aug 12, 2022
c
arrays
pointers
struct
Why pointers to the same object have different values? [duplicate]
Apr 17, 2022
c++
pointers
memory-address
Priority queue with Pointers and Comparator C++
Sep 05, 2022
c++
pointers
priority-queue
comparator
« Newer Entries
Older Entries »