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
In C, why does (int*)&x[k] work as well as (int*)x[k] for a 2-D array x?
Sep 13, 2026
c
arrays
pointers
How can I iterate through command-line arguments with va_list in C
Sep 14, 2026
c
pointers
command-line
command-line-arguments
What does a function look like in memory? [closed]
Sep 14, 2026
c
function
pointers
low-level
How does lmbench measure L1 and L2 cache latencies using C? (cannot understand explanation in manual)
Sep 14, 2026
c
linux
pointers
caching
benchmarking
Pass by reference String array to function and modify content in C
Sep 13, 2026
c
arrays
pointers
char
difference between printf() and std::cout with respect to pointers
Sep 13, 2026
c++
c
pointers
printf
cout
C++ different behavior between reference and pointer to interface
Sep 13, 2026
c++
pointers
inheritance
reference
virtual
How do I properly turn a const char* returned from a function into a const char** in C?
Sep 13, 2026
c
pointers
double-pointer
const-char
libconfig
Pointers confusion in C
Sep 13, 2026
c
pointers
character
C++. How can I const_cast pointer to member function?
Sep 13, 2026
c++
function
pointers
const-cast
How auto is deducing pointer type?
Sep 13, 2026
c++
pointers
auto
Converting between QObject* and void*
Sep 13, 2026
c++
qt
pointers
casting
Pointer to fixed size array behaviour
Sep 13, 2026
c++
c
arrays
pointers
strict-aliasing
I expect the program prints the numbers 0 to 99, but when I run the code I see 100 lines of 99
Sep 13, 2026
c++
object
pointers
Crash during running at cvCopyImage/cvResize
Sep 11, 2026
c++
pointers
opencv
stack
runtime-error
In C, are you allowed to cast directly from a certain type of pointer to another? [closed]
Sep 12, 2026
c
pointers
What type should a get function for a member held by value have?
Sep 11, 2026
c++
pointers
reference
C++ Allocate memory for objects read from file in a function and data accessible throughout program
Sep 10, 2026
c++
pointers
object
memory
text-files
How to manipulate the object a pointer represents C++
Sep 10, 2026
c++
pointers
reference
Private member function that takes a pointer to a private member in the same class
Sep 12, 2026
c++
function
pointers
function-pointers
member
« Newer Entries
Older Entries »