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
Swift define double pointer for struct defined in c
Jul 01, 2016
swift
pointers
struct
reinterpret_cast<char*>(p) or static_cast<char*>((void*)p)) for bytewise pointer difference, which is better?
Nov 03, 2022
c++
pointers
casting
Warning: Assignment from Incompatible Pointer Type [enabled by default] while assigning Function Address to Function Pointer
Jun 10, 2022
c
function
pointers
function-pointers
Is the contents of a pointer to a unique_ptr's contents valid after the unique_ptr is moved?
Nov 11, 2022
c++
pointers
move-semantics
unique-ptr
C Pass arguments as void-pointer-list to imported function from LoadLibrary()
Aug 30, 2022
c++
c
pointers
winapi
function-pointers
How to store type information, gathered from a constructor, at the class level to use in casting
Sep 09, 2022
c++
templates
pointers
why n*n results as 4 at the first instant of the loop ? to me it should be 1*1. instead it comes as 2*2 [duplicate]
Oct 15, 2022
c++
pointers
cout
How to avoid wasting memory on 64-bit pointers
Jul 02, 2022
c++
pointers
memory-management
cross-platform
32bit-64bit
Returning File Pointer in Golang
May 20, 2019
pointers
go
Double pointer vs pass by reference pointer [duplicate]
Dec 22, 2019
c++
pointers
Unable to understand a pointer statement
Apr 11, 2022
c
pointers
puts
How can one force Rust to take ownership of memory allocated other than by its safe methods?
Nov 01, 2022
pointers
memory-management
rust
heap-memory
ownership
Subtracting NULL pointer from a normal pointer generates arithmetic right shift
Oct 19, 2022
c
pointers
null-pointer
C - Do incompatible pointers used for arithmetic violate strict aliasing?
Oct 21, 2022
c
pointers
language-lawyer
strict-aliasing
Why must pointers used by `offset_from` be derived from a pointer to the same object?
Sep 13, 2022
pointers
rust
Could someone please explain the difference between a "reference" and a "pointer" in this case?
Mar 27, 2022
c++
pointers
reference
Python equivalent of pointers
Oct 26, 2022
python
pointers
reference
Returning pointers in a thread-safe way
Nov 05, 2022
c++
pointers
thread-safety
What is the underlying reason for not being able to put arrays of pointers in unsafe structs in C#?
Nov 13, 2022
c#
pointers
d
unsafe
struct
C Programming: malloc() for a 2D array (using pointer-to-pointer)
Feb 26, 2022
c
pointers
malloc
multidimensional-array
« Newer Entries
Older Entries »