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
Dereferencing a map index in Golang
Aug 14, 2022
pointers
go
Delphi passing parameters by reference or by value/copy
May 19, 2022
delphi
pointers
pass-by-reference
pascal
Are `x = &v` and `*x = v` equivalent?
Nov 04, 2022
c++
pointers
wchar_t pointer
Oct 22, 2022
c++
pointers
arrays
Why do I have to use free on a pointer but not a normal declaration?
May 25, 2018
c
pointers
free
How do you check for an invalid pointer?
Nov 11, 2022
c++
pointers
ptr->hello(); /* VERSUS */ (*ptr).hello();
Aug 25, 2022
c++
operators
pointers
dereference
What's the difference between the types - int * and int *[100] in C?
Nov 04, 2022
c
pointers
Determining Whether Pointer is Valid
Aug 27, 2022
c++
memory
pointers
free
C# default value of a pointer type
Oct 30, 2022
c#
pointers
unsafe
How to prevent returning a pointer to a temporary variable?
Nov 10, 2022
c++
pointers
temporary
static-code-analysis
cppcheck
What makes Swift's "Optional" safer than Objective-C's "nil"?
Sep 13, 2022
objective-c
swift
pointers
optional
Optimistic reads and Locking STM (Software Transactional Memory) with C/C++
Feb 09, 2022
c++
c
memory
pointers
stm
How to recursively dereference pointer (C++03)?
Jan 15, 2014
c++
templates
pointers
function-pointers
visual-c++-2008
Is the strict aliasing rule really a "two-way street"?
Dec 27, 2020
c
pointers
strict-aliasing
Windows Task Manager Columns - Handles [closed]
Mar 09, 2022
memory-management
pointers
windows-xp
Obtaining a pointer to the end of an array
Aug 29, 2022
c++
arrays
templates
pointers
pass-by-reference
Does std::less have to be consistent with the equality operator for pointer types?
Feb 18, 2022
c++
pointers
Should I use pointers or move semantics for passing big chunks of data?
Nov 06, 2022
c++
pointers
c++11
move
Difference between double pointer and array of pointers
Oct 30, 2022
c++
c
arrays
pointers
« Newer Entries
Older Entries »