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
Returning a pointer vs. passing a reference to an object to store the answer in C++
Jul 30, 2026
c++
pointers
reference
Why do I see 64-bit pointers in C++ on my 32-bit Mac OS X system?
Jul 30, 2026
c++
macos
pointers
x86
Java Vs. C++ / C Tree implementations, what goes on under the hood
Jul 30, 2026
java
c++
pointers
tree
How to strip newlines from a char-array?
Jul 29, 2026
c++
pointers
char
Store Pointer to Derived Class Function in Base Class [duplicate]
Jul 28, 2026
c++
pointers
inheritance
polymorphism
member
How to reverse words one by one in c using pointers and arrays
Jul 29, 2026
c
pointers
Character Pointers with Palindrome Checker in C
Jul 29, 2026
c
string
pointers
char
palindrome
Calling function from dll with pointer not working
Jul 28, 2026
c++
pointers
ida
reversing
ghidra
Replacing (not modifying) 'const' values, legal?
Jul 28, 2026
c
pointers
constants
declaration
string-literals
C programming initialize 2D array dynamically
Jul 28, 2026
c
arrays
memory
pointers
Pointer arithmetic in multidimensional array
Jul 28, 2026
arrays
c
pointers
multidimensional-array
How to properly implement strcpy in c?
Jul 27, 2026
c
string
pointers
strcpy
Why does this code using pointers not retrieve the value of x using b?
Jul 27, 2026
c
pointers
C++ Passing Struct Address
Jul 28, 2026
c++
function
pointers
Why did the author use double pointer in this linked list insert operation? [duplicate]
Jul 27, 2026
c
pointers
linked-list
Using char* a[] vs char a[][]
Jul 28, 2026
c
arrays
pointers
char
How does struct Node *ptr = malloc(sizeof(*ptr)) work?
Jul 27, 2026
c
pointers
malloc
sizeof
Does &*x operation create a copy?
Jul 27, 2026
c++
pointers
iterator
Should memcpy always be used?
Jul 27, 2026
c
pointers
memory
memory-management
« Newer Entries
Older Entries »