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
strcpy() and arrays of strings
Jun 24, 2026
c
arrays
string
pointers
strcpy
Check for nullptr and valid index in the same if statement
Jun 22, 2026
c++
pointers
if-statement
C++ std::vector<T*> if you hold a pointer to a pointer element, does it become invalidated upon resize?
Jun 24, 2026
c++
c++11
pointers
vector
data-structures
Performance of container of objects vs performance of container of pointers
Jun 24, 2026
c++
pointers
c++11
optimization
containers
Why can't you append a pointer to an array?
Jun 24, 2026
pointers
go
Why does same pointer has different addresses
Jun 23, 2026
c++
pointers
Access a function pointer without parenthesis
Jun 24, 2026
c
pointers
function
macros
parentheses
Is there a universal Rust pointer type that can store any other kind of pointer, an analog of C's void *?
Jun 23, 2026
pointers
rust
C++ - When to exactly use ->? Error: base operand of ‘->’ has non-pointer type ‘BaseBond’
Jun 23, 2026
c++
pointers
reference
C++: Strange behavior of pointer data member in const context
Jun 23, 2026
c++
pointers
constants
Delphi -- Casting an integer to a typed pointer?
Jun 23, 2026
delphi
pointers
syntax
delphi-7
What happens to the address stored in a pointer when the content in that address is swapped out and back?
Jun 21, 2026
c++
c
pointers
memory-management
paging
Functions with pointer arguments in C++
Jun 21, 2026
c++
function
pointers
constructor
ampersand
Accessing pointers within a struct
Jun 22, 2026
c
arrays
pointers
segmentation-fault
Global Pointer in C?
Jun 23, 2026
c
pointers
global
Why does scanf and malloc to char pointer work even if the size is not specified?
Jun 21, 2026
c
string
pointers
malloc
Is the default value of malloc with the size of a single char P?
Jun 21, 2026
c
pointers
char
malloc
conversion-specifier
p1 and p2 are pointers to ints, if p2>p1 is valid, is p2-p1 valid?
Jun 21, 2026
c++
pointers
language-lawyer
pointer-arithmetic
Trying to create new instance of class using template, unexpected error
Jun 21, 2026
c++
templates
pointers
binary-search-tree
« Newer Entries
Older Entries »