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
Why can reinterpret_cast not convert an int to int?
Sep 01, 2022
c++
pointers
integer
type-conversion
reinterpret-cast
Pointer to array of unspecified size "(*p)[]" illegal in C++ but legal in C
Nov 05, 2021
c++
c
arrays
function
pointers
When to use const void*?
Sep 07, 2022
c
pointers
type-safety
C++ How do you set an array of pointers to null in an initialiser list like way?
Sep 01, 2022
c++
arrays
null
pointers
Why can't arrays be passed as function arguments?
Sep 01, 2022
c++
arrays
pointers
pass-by-reference
C pointer arithmetic without object of structure
Sep 01, 2022
c++
c
pointers
math
Is it well-defined to hold a misaligned pointer, as long as you don't ever dereference it?
Sep 04, 2018
c
pointers
alignment
language-lawyer
How does pointer comparison work in C? Is it ok to compare pointers that don't point to the same array?
Sep 14, 2022
c
pointers
heap-memory
undefined-behavior
memory-layout
Using a pointer to array
Sep 01, 2022
pointers
go
Returning pointer from a function
Apr 19, 2017
c
pointers
segmentation-fault
Literal string initializer for a character array
Aug 16, 2022
c
string
pointers
arrays
c99
C++ Is it possible to determine whether a pointer points to a valid object?
Oct 03, 2022
c++
pointers
C typedef of pointer to structure
Aug 31, 2022
c
pointers
struct
typedef
Pointer dereference operator ( (*) vs -> )
Aug 31, 2022
c++
pointers
operator-overloading
Pointing to a function that is a class member - GLFW setKeycallback
Oct 04, 2022
c++
class
function
pointers
glfw
Address of an array
Aug 31, 2022
c++
arrays
pointers
memory-address
C++11 Smart Pointer Semantics
Aug 31, 2022
c++
pointers
c++11
smart-pointers
Pointer to class member as template parameter
Aug 31, 2022
c++
templates
pointers
member
Kotlin function parameter: Val cannot be reassigned
Aug 12, 2022
pointers
kotlin
var
When to use malloc for char pointers
Aug 31, 2022
c
pointers
malloc
char
« Newer Entries
Older Entries »