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
Segmentation Fault Using bsearch in C
Feb 03, 2026
c
pointers
fault
bsearch
Function returns null pointer instead of address
Feb 02, 2026
c++
pointers
memory
storage
When is it necessary to allocate dynamic memory using malloc on pointers?
Feb 03, 2026
c
pointers
malloc
C Programming Simple Pointers
Feb 03, 2026
c
pointers
Pointer to function in C
Feb 03, 2026
c
pointers
std::vector and its initialization pointer consistence
Feb 03, 2026
c++
pointers
vector
stl
Why do EXPECT_CALL tests pass unexpectedly when using a dereferenced pointer?
Feb 02, 2026
c++
unit-testing
pointers
googletest
googlemock
Why do pointers cause memory leak to dynamically allocated integer?
Feb 02, 2026
c++
pointers
memory
memory-leaks
C++ error: cannot convert ‘char (*)[63]’ to ‘char*’ in initialization
Feb 02, 2026
c++
c
pointers
char
char-pointer
Generic way to create comparer for objects behind pointers
Feb 02, 2026
c++
sorting
pointers
compare
functor
How to create a Red/System binding to a function that takes a pointer to a pointer?
Feb 01, 2026
pointers
shared-libraries
getline
red-lang
red-system
Difference between vector of pointer and vector of values
Feb 01, 2026
c++
class
pointers
memory
vector
Decreasing of the stack pointer by creating local variables
Jan 31, 2026
c++
pointers
gdb
stack
disassembly
Can an array of a union type be cast to a pointer of the active type?
Feb 01, 2026
c++
arrays
pointers
unions
Sending buffer through message queue
Jan 31, 2026
c
linux
pointers
ipc
message-queue
Why sizes of an array and a pointer to a first element are different?
Feb 01, 2026
c
arrays
pointers
What does line is supposed to mean?
Feb 01, 2026
c++
c
pointers
reference
floating-point
Differences: A* a=new A(); vs. A b; A *c=&b;
Jan 31, 2026
c++
pointers
Why "*(&arr+4)" is different then "&arr[4]"?
Jan 31, 2026
c
pointers
reference
« Newer Entries
Older Entries »