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
Using a pointer for casting char* to unsigned char*
Nov 05, 2022
c++
pointers
fstream
reinterpret-cast
Why the second argument to pthread_join() is a **, a pointer to a pointer?
Sep 07, 2022
c
pointers
pthreads
pass-by-value
pointer-to-pointer
Do reference invalidation guarantees automatically apply to pointers?
Oct 27, 2021
c++
pointers
reference
language-lawyer
Is checking the value of a dangling pointer safe or Undefined Behavior? [duplicate]
Feb 19, 2022
c++
pointers
dangling-pointer
Delegate with ref parameter
May 05, 2021
c#
.net
pointers
delegates
ref
How to get a pointer value in Haskell?
Apr 04, 2022
memory
pointers
haskell
Passing 2-D array as argument
Apr 01, 2022
c++
pointers
Passing 3-dimensional numpy array to C
Sep 14, 2022
python
c
pointers
numpy
python-c-extension
Using original pointer after realloc?
May 11, 2018
c
pointers
realloc
Is it never truly safe to reinterpret_cast input into std::unique_ptr?
Sep 25, 2022
c++
pointers
c++11
unique-ptr
reinterpret-cast
Smart or raw pointers when implementing data structures?
Nov 10, 2022
c++
pointers
data-structures
Non-const reference to a non-const pointer pointing to the const object
Nov 02, 2022
c++
pointers
reference
Array of size 1 vs. pointer to struct
Nov 15, 2022
c
arrays
pointers
Is it safe to convert a pointer to typed/sized enum to a pointer to the underlying type?
Oct 19, 2022
c++
c++11
pointers
enums
implicit-conversion
How to Cast Integer Value to Pointer Address Without Triggering Warnings
Nov 01, 2022
c
pointers
integer
embedded
Using C# Pointers
Feb 09, 2022
c#
.net
pointers
Pointer dereferencing overhead vs branching / conditional statements
Mar 13, 2022
c++
optimization
pointers
conditional-statements
Do I need to free local variables?
Sep 25, 2022
c
pointers
linked-list
free
difference between if(pointer) vs if(pointer != NULL) in c++, cpplint issue
May 02, 2019
c++
pointers
coding-style
cpplint
Given `int num[7]`, how do `num` , `&num[0]`, `&num` differ?
Jun 01, 2022
c
arrays
pointers
« Newer Entries
Older Entries »