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
GCC pure/const functions that accept a pointer argument
Sep 08, 2021
c++
c
pointers
gcc
Is creating a pointer one past the end of a non-array pointer not derived from unary operator & undefined behavior in C++17?
Nov 19, 2022
c++
arrays
pointers
language-lawyer
c++17
Compiler Warning when using Pointers to Packed Structure Members
Mar 02, 2022
c++
c
pointers
struct
memory-alignment
Member pointer to array element
Aug 19, 2022
c++
class
pointers
Const References to Pointers
Oct 31, 2022
c++
pointers
constants
pass-by-reference
What treatment can a pointer undergo and still be valid?
Sep 16, 2022
c
pointers
undefined-behavior
What does *(*int)(nil) = 0 mean in golang?
Sep 18, 2022
go
pointers
How to return vector of pointers (and ownership) C++11
Mar 17, 2022
c++
c++11
pointers
vector
smart-pointers
Why can a char pointer variable be initialized to a string but an int pointer variable can not be initialized to an array of integers? [duplicate]
Oct 27, 2022
c++
arrays
string
pointers
Is the compiler allowed to recycle freed pointer variables?
Feb 02, 2020
c
pointers
free
compiler-optimization
standards-compliance
Passing derived class to a function of base class argument
Sep 19, 2022
c++
c++11
pointers
inheritance
reference
Why is it not OK to pass `char **` to a function that takes a `const char **` in C? [duplicate]
Oct 29, 2022
c
pointers
Initializing a static pointer in C++
Aug 30, 2022
c++
pointers
static
initialization
C iterate through char array with a pointer
Nov 08, 2022
c
arrays
string
pointers
sizeof
Passing and storing a const reference via a constructor?
Sep 18, 2022
c++
pointers
reference
constants
If a pointer's address is 64 bits, why does it appear as 6 bytes when printed?
Sep 18, 2022
c
pointers
What's the difference between "(type)variable" and "*((type *)&variable)", if any?
Oct 14, 2022
c
pointers
casting
Why can operator-> be overloaded manually?
Sep 18, 2022
c++
pointers
operator-overloading
smart-pointers
How come my array index is faster than pointer
Apr 09, 2022
c
arrays
pointers
indexing
How are functions curried?
Dec 08, 2019
pointers
haskell
functional-programming
low-level
currying
« Newer Entries
Older Entries »