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
Swap nodes in a singly-linked list
Oct 20, 2017
c
pointers
swap
singly-linked-list
Why printf("%s",(char[]){'H','i','\0'}) works as printf("%s","Hi"), but printf("%s",(char*){'H','i','\0'}); fails? [duplicate]
Feb 25, 2022
c
arrays
string
pointers
casting
Do every variable declared as pointer have to allocate memory?
Oct 27, 2022
c
pointers
memory-management
How to save an unknown Interface to a Pointer?
May 25, 2017
delphi
pointers
interface
why is sizeof(ptrdiff_t) == sizeof(uintptr_t)
Mar 19, 2022
c++
c
pointers
c99
computer-architecture
Is it possible to match against a NULL pointer in Rust?
Aug 19, 2022
pointers
rust
Hard time understanding precedence principle of char (*p)[sizeof(c)];
Sep 30, 2022
c++
c
pointers
Difference between pointer in C++ and reference type in C#
Jan 22, 2014
c#
c++
pointers
reference
C++ - Get value of a particular memory address
Nov 07, 2022
c++
pointers
memory
dereference
memory-address
Why memory addresses are even numbers?
May 15, 2022
c++
c
pointers
memory
what happens to the last return *this c++?
Sep 23, 2022
c++
pointers
this
cascade
Unique pointer and const correctness
Oct 21, 2022
c++
pointers
smart-pointers
const-correctness
object-composition
In C, why can I see a value written past the end of an array in a different variable?
Oct 25, 2022
c
arrays
pointers
boundary
Comparison between pointer and integer
Oct 07, 2017
objective-c
cocoa
variables
pointers
What is the purpose of const qualifier if I can modify it through a pointer in C? [duplicate]
Apr 30, 2022
c
pointers
constants
qualifiers
Explicitly setting the value of a pointer
Sep 25, 2022
c++
c
matlab
pointers
mex
Getting the size of a malloc only with the returned pointer
Sep 01, 2022
c
arrays
pointers
malloc
sizeof
void pointer as argument [duplicate]
Dec 05, 2019
c
pointers
arguments
argument-passing
void-pointers
What is a proper way to return NOT NULL pointer
Oct 30, 2022
c++
pointers
C++ pairs and pointers
Mar 12, 2018
c++
pointers
std-pair
« Newer Entries
Older Entries »