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
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
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
« Newer Entries
Older Entries »