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
Can someone explain how pointer to pointer works?
Mar 26, 2026
c
pointers
struct
malloc
Difference Between (void *)pointer and &pointer?
Mar 26, 2026
c
pointers
void
memory-address
converting a pointer to a non pointer type
Mar 24, 2026
c
pointers
Does the default Assignment operator create memory leak, when shallow-copying pointers?
Mar 26, 2026
c++
pointers
operator-overloading
copy-constructor
shallow-copy
a concept similar to pointers in as3?
Mar 26, 2026
actionscript-3
oop
pointers
reference
Difference between using and not using new pointer
Mar 25, 2026
c++
pointers
stack
new-operator
Returning an array of strings and assigning it to a variable in C
Mar 26, 2026
c
arrays
pointers
return-type
How to make reference/pointer in clojure?
Mar 26, 2026
pointers
reference
clojure
What is the motivation behind this "pattern"?
Mar 26, 2026
pointers
memory
go
Why does the following program give a error?
Mar 26, 2026
c++
c
pointers
constants
command-line-arguments
valgrind leak error after deletion of all dynamic memory
Mar 26, 2026
c++
pointers
memory-leaks
valgrind
Can I/ Should I free pointer returned by strtok
Mar 24, 2026
c
string
pointers
memory-management
free
Objective-C /NSObject pointers compared to C pointers
Mar 25, 2026
ios
objective-c
c
pointers
Calling free() on malloc()'d char pointer causes program to crash with invalid pointer
Mar 24, 2026
c
pointers
memory-management
char *str; str="HELLO"; How does that work without allocating any memory for the string?
Mar 25, 2026
c++
c
pointers
memory-management
char-pointer
Is it valid to use a zero-sized non-static array function parameter?
Mar 24, 2026
arrays
c
pointers
language-lawyer
function-parameter
When does a pointer in C figure out the amount of memory it references?
Mar 25, 2026
c
pointers
struct
types
member-variables
Why is there a difference when assigning an array with static keyword and without to a pointer?
Mar 25, 2026
c
arrays
pointers
What is the difference between pointer to function and pointer to WINAPI function?
Mar 25, 2026
c++
winapi
pointers
Error Msg: cannot convert parameter 1 from 'Node *' to 'Node'
Mar 25, 2026
visual-c++
pointers
Older Entries »