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
Confusing pointers in C
May 16, 2022
c
pointers
Objective C: How does 7 - 1 = 3?
Apr 02, 2021
iphone
objective-c
c
math
pointers
How can I define a template class which gives the pointer depth/level of a type?
Oct 30, 2022
c++
templates
pointers
types
Can someone please explain to me (in very simple terms) what the difference between the esp, ebp, and esi register is?
Aug 16, 2022
pointers
assembly
x86
cpu-registers
How to store a const char* in std :: string?
Feb 23, 2022
c++
string
pointers
stl
Getting the address of a pointer
Mar 25, 2022
c++
pointers
pointer-address
Argument passing by reference to pointer problem
Oct 21, 2022
c++
pointers
reference
arguments
Should `!var` or `var == NULL` be used?
Nov 22, 2021
c
pointers
Is it safe to hold pointers to iterators in C++?
Sep 03, 2022
c++
pointers
iterator
passing argument makes pointer from integer
Mar 25, 2022
c
arrays
pointers
casting
integer
Can std::uintptr_t be used to avoid undefined behavior of out-of-bounds pointer arithmetic?
Jan 04, 2018
c++
pointers
pointer-arithmetic
How pointers in C/C++ actually store addresses?
Sep 20, 2022
c++
c
pointers
memory
memory-address
C++: Will structure be copied properly?
Oct 27, 2022
c++
c
pointers
memcpy
in C++, what's the difference between an object and a pointer to an object?
Nov 03, 2022
c++
pointers
object
Should I use a smart pointer?
Mar 08, 2022
c++
pointers
c++11
smart-pointers
Can we modify the value of a const variable?
Oct 25, 2022
c
pointers
constants
read-write
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
« Newer Entries
Older Entries »