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
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
Swift use c struct
Aug 29, 2022
c
pointers
struct
swift
When to use pointer to a class and when to just instantiate it as a variable
Mar 09, 2022
c++
pointers
Size of pointers: Dependent factors
Oct 31, 2022
c
pointers
size
32bit-64bit
Difference between IntPtr and UIntPtr
Feb 02, 2021
c#
.net
pointers
intptr
What is a multilevel pointer?
Oct 21, 2022
c++
c
pointers
constants
const-cast
How does a fancy pointer look like?
Feb 26, 2022
c++
pointers
« Newer Entries
Older Entries »