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
How to pass a vector of strings to a function with a C-style pointer-to-C-string parameter
Sep 23, 2025
c++
pointers
How to take ints from user using fgets in C?
Sep 22, 2025
c
pointers
fgets
Deleting an aliased pointer
Sep 22, 2025
c++
pointers
unions
delete-operator
From std::vector to pointer-to-array (most C++-style solution)
Sep 23, 2025
c++
arrays
pointers
stdvector
C - Error is "free(): invalid next size (normal) "
Sep 22, 2025
c
pointers
gdb
valgrind
sigabrt
Initialize pointer(new uint8_t[height * width*3]) in one line
Sep 22, 2025
c++
pointers
unique-ptr
Difference between dynamically allocated arrays and static arrays
Sep 22, 2025
c++
arrays
pointers
memory
static
Fortran function: pointer as actual argument and target as formal
Sep 21, 2025
function
pointers
fortran
Generic enum to text lookup in C
Sep 22, 2025
c
pointers
enums
Safe to cast pointer to a forward-declared class to its true base class in C++?
Sep 21, 2025
c++
pointers
casting
Dereferencing a pointer multiple times vs creating temp variable
Sep 19, 2025
c
pointers
How to access an object representation according to the c++ standard?
Sep 21, 2025
c++
pointers
object
language-lawyer
undefined-behavior
C++ How to get a void pointer to a lambda function?
Sep 21, 2025
c++
function
pointers
lambda
Why is an "alignment exception" thrown when accessing an unaligned uint16 array with a pointer but not when accessing the array using subscripts?
Sep 18, 2025
arrays
pointers
exception
memory-alignment
memory-access
Passing a C++ array to Ada95
Sep 20, 2025
c++
arrays
pointers
ada
Object class members as pointers to avoid #include in headers - is it good practice?
Sep 20, 2025
class
pointers
include
header-files
forward-declaration
Conversion of slice to array pointer
Sep 20, 2025
arrays
go
pointers
type-conversion
slice
Prefixes for C/C++ data members / objects
Sep 20, 2025
pointers
naming-conventions
prefix
How can I pass a member function pointer into a function that takes a regular function pointer?
Sep 19, 2025
c++
pointers
function-pointers
member-functions
Older Entries »