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
C, Multidimensional arrays: array whose elements are one-dimensional arrays?
Feb 12, 2026
c
arrays
pointers
multidimensional-array
Error when deleting a pointer
Feb 13, 2026
c++
pointers
delete-operator
Check for non-deallocated pointer
Feb 11, 2026
c++
pointers
memory-management
C++ classes with members referencing each other
Feb 12, 2026
c++
pointers
c-preprocessor
class-design
Is malloc needed for this int pointer example?
Feb 11, 2026
c
pointers
scope
int
malloc
Vector iterator providing wrong value
Feb 12, 2026
c++
pointers
vector
graph
iterator
Why are C++ type expressions not interpreted left to right?
Feb 12, 2026
c++
pointers
language-lawyer
delphi invalid pointer operation
Feb 11, 2026
delphi
pointers
memory-management
runtime-error
Is there a difference between these two stuct-related declarations?
Feb 12, 2026
c++
pointers
struct
Trying to get pointers working
Feb 12, 2026
c#
pointers
simd
yeppp
strcpy through array of strings passed to a function?
Feb 12, 2026
c
pointers
multidimensional-array
implicit-conversion
function-declaration
dynamically allocating a string with unknown size
Feb 11, 2026
c
arrays
string
pointers
initializing array of structure with array elements in it
Feb 12, 2026
c
arrays
pointers
multidimensional-array
Is it always valid C++ to compare a member function pointer with 0?
Feb 12, 2026
c++
function
pointers
member
virtual-functions
Casting Error: lvalue required as left operand of assignment
Feb 09, 2026
c
pointers
casting
lvalue
struct's string field as function's parameter in C
Feb 08, 2026
c
pointers
struct
function-parameter
C++ Pointers: `*(&array`) is same as `array` and `&array` [duplicate]
Feb 09, 2026
c++
pointers
how can I 'crash proof' a callback function written in C if passed the wrong parameter type
Feb 09, 2026
c
pointers
types
signals
How to pass the address of an array to a function?
Feb 09, 2026
c
arrays
pointers
Is the use of vectors of pointers here unnecessary or worse, cause memory leaks?
Feb 08, 2026
c++
pointers
vector
Older Entries »