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 get a pointer to a containing struct from a pointer to a member?
Aug 31, 2022
pointers
rust
Initialize pointer receiver in pointer method Go
Apr 30, 2022
pointers
go
receiver
Pointer increment and chaining precedence in C#
Sep 23, 2022
c#
pointers
Get length of string array of unknown length
Oct 18, 2022
c
pointers
arrays
Passing a 2D array in a function in C program
Apr 07, 2022
c
arrays
pointers
multidimensional-array
How can I pass character pointer reference to function and get affected value back?
Apr 07, 2019
c
pointers
What does `const T* const` mean?
Nov 04, 2022
c++
pointers
constants
Why is it important to use static_cast instead of reinterpret_cast here?
Jun 12, 2019
c++
pointers
casting
reinterpret-cast
static-cast
What is the difference between float pointer and int pointer address?
Nov 15, 2022
c
pointers
Dereferencing a pointer when using NSLog in Objective-C
Jul 07, 2019
ios
objective-c
pointers
dereference
C Programming (Functions pointer casting)
Oct 23, 2022
c
function
pointers
casting
Swift/iOS: How to use inout parameters in functions with AnyObject/Any or Pointers
Aug 30, 2022
ios
swift
pointers
object
parameters
When do you want to use pointers vs values in C++?
Apr 17, 2022
c++
pointers
C++. Class method pointers
Jun 22, 2017
c++
class
methods
pointers
Does it matter where I place the asterisk when declaring pointers in C++?
Nov 09, 2022
c++
pointers
syntax
Passing pointers to Maps in Golang
Sep 25, 2022
pointers
map
go
Where does the compound/string literals get stored in the memory?
Sep 07, 2022
c
pointers
compound-literals
is int[pointer-to-array] in the C++ - standard? [duplicate]
Nov 20, 2022
c++
arrays
pointers
syntax
subscript-operator
(arr + 2) is equivalent to *(arr + 2) . How?
Mar 04, 2022
c
arrays
pointers
Does C++ do value initialization of a POD typedef?
Oct 14, 2013
c++
pointers
« Newer Entries
Older Entries »