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
Do pointers to pointers to structs have implied interchangeability?
Feb 21, 2022
c
pointers
struct
language-lawyer
strict-aliasing
Pointer to vector vs vector of pointers vs pointer to vector of pointers
Oct 25, 2022
c++
pointers
vector
Tree with multiple child nodes and next node
Nov 18, 2022
c
pointers
data-structures
tree
Difference between int * array and int array[] in a function parameter
Oct 29, 2022
c++
arrays
pointers
parameter-passing
In PHP, what happens in memory when we use mysql_query
Nov 24, 2017
php
mysql
pointers
memory
Fastest Array addressing
Apr 16, 2022
c#
arrays
performance
pointers
multidimensional-array
Incomplete array type?
Nov 03, 2022
c
arrays
pointers
gcc
language-lawyer
Pointers To Const Char
Aug 20, 2022
c
pointers
char
string-literals
Are we Overusing Pass-by-Pointer in Go?
Nov 09, 2022
pointers
optimization
go
conventions
calling-convention
Fast impertive pointers (static, unboxing, etc.) with Struct library
Jul 24, 2020
pointers
haskell
ghc
imperative-programming
What are the semantics of C99's "restrict" with regards to pointers to pointers?
Mar 25, 2022
c
pointers
multidimensional-array
c99
restrict-qualifier
Why is pointer_traits not defined for "T* const"?
Nov 26, 2021
c++
pointers
c++11
More linked lists in C
May 28, 2019
c
pointers
linked-list
structure
Why would it be necessary to perform two casts to a mutable raw pointer in a row?
Apr 01, 2022
pointers
casting
rust
C#: Wrapping one Enum inside another (ie. mirroring another enum/copying it...)
Aug 29, 2018
c#
enums
reference
pointers
word-wrap
C++: Comparing pointers of base and derived classes
Sep 22, 2022
c++
inheritance
pointers
dynamic-cast
Is the address of a reference to a dereferenced pointer the same as the address of the pointer?
Mar 30, 2022
c++
pointers
reference
memory-address
C++ Maximum valid memory address
Nov 01, 2022
c++
pointers
Will a modern processor (like the i7) follow pointers and prefetch their data while iterating over a list of them?
Nov 10, 2017
c++
performance
caching
pointers
cpu-cache
« Newer Entries
Older Entries »