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 to an 'array' in Red/System
Oct 30, 2022
arrays
pointers
red
red-system
Can you use restrict-ed pointers to access the same object in some cases?
Jul 27, 2019
c
pointers
restrict-qualifier
Does a function parameter in C always have the same memory address?
Aug 27, 2019
c
function
pointers
parameters
Argument conversion: (normal) pointer to void pointer, cast needed?
Jul 31, 2019
c
pointers
argument-passing
Is it legal to alias "const restrict" pointer arguments?
Jan 10, 2022
c
pointers
c99
pointer-aliasing
restrict-qualifier
Writing a C function that uses pointers and bit operators to change one bit in memory?
Nov 03, 2022
c
pointers
byte
bit-manipulation
One-byte-off pointer still valid in C?
Jan 02, 2021
c
pointers
standards-compliance
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
« Newer Entries
Older Entries »