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
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
Similarities and differences between arrays and pointers through a practical example
Oct 19, 2022
c
arrays
pointers
Pointer pointing to an empty array
Oct 23, 2022
c
arrays
pointers
Does C# use the -> pointer notation?
Nov 13, 2022
c#
c++
pointers
struct
What is void** in C#?
Feb 18, 2022
c#
c
pointers
void
« Newer Entries
Older Entries »