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
Pointers and execution speed
Oct 07, 2017
c
pointers
How to define a pointer to a structure
Jun 14, 2022
c
pointers
structure
modifying a field while pattern matching on it
Nov 13, 2022
pointers
pattern-matching
rust
Why should I use double pointer variable to receive another pointer's address(&ptr1)
May 12, 2022
c
pointers
pointer-to-pointer
Segmentation fault when assigning values to pointers in function
Oct 26, 2022
c
pointers
segmentation-fault
undefined-behavior
c++ switch vs. member function pointer vs. virtual inheritance
Apr 13, 2019
c++
pointers
inheritance
Confusion regarding modification of const variable using pointers
Jan 23, 2020
c
pointers
constants
c pointers and arrays, copying contents into another array
Jul 17, 2018
c
arrays
pointers
Getting pointers to the real and imaginary parts of a complex vector in C++
May 19, 2022
c++
pointers
vector
g++
What's the difference between ptr[i] and *(ptr + i)?
May 12, 2022
c#
.net
arrays
pointers
C - expression must be a modifiable lvalue
Jun 04, 2022
c
pointers
void-pointers
Swift get value from UnsafeMutablePointer<Void> using UnsafePointer<String>
Jan 28, 2020
pointers
swift
reference
dereference
Difference in results when using int and size_t
Oct 27, 2022
c
pointers
64-bit
32bit-64bit
size-t
UnsafeMutablePointer<Int8> from String in Swift
Jul 02, 2022
pointers
swift
char
lapack
accelerate-framework
Copying array of pointers into device memory and back (CUDA)
Jun 26, 2022
arrays
pointers
cuda
cublas
Autogenerated move constructors causing illegal behavior
Aug 23, 2022
c++
qt
pointers
c++11
move-semantics
what happens if I cast (a pointer to class A) to (a pointer to its subclass B) in c++
Oct 20, 2022
c++
pointers
Why is it allowed in C++ to modify a constant object's pointer member variable's memory from outside?
Oct 24, 2022
c++
pointers
constants
transitivity
How to set a struct member that is a pointer to a string using reflection in Go
Apr 05, 2020
string
pointers
reflection
go
struct
Is it necessary to deallocate an AutoreleasingUnsafeMutablePointer? If so, how?
May 30, 2017
swift
pointers
automatic-ref-counting
« Newer Entries
Older Entries »