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
Is there a smart pointer that is automatically nulled when its target is destroyed in C++
Dec 12, 2022
c++
pointers
smart-pointers
qpointer
What does this notation mean in C?
Dec 10, 2022
c
pointers
Difference between these two statements? - C++
Dec 11, 2022
c++
pointers
null
dereference
boolean-expression
Why can I do "delete p;", but not "delete (p+1);"? Why does delete require an lvalue?
Dec 11, 2022
c++
pointers
memory
delete-operator
How do I prevent a char pointer buffer overflow?
Dec 11, 2022
c
arrays
pointers
reference
Error: Cannot add two pointers
Dec 10, 2022
c++
pointers
Inserting data to file in c
Dec 10, 2022
c
file
pointers
fseek
What is the simplest way to "cast" a member function pointer to a function pointer in C++?
Dec 12, 2022
c++
function
pointers
member
"Incompatible pointer type" compiler warning for 4th argument of qsort
Dec 12, 2022
c
sorting
pointers
casting
widechar
Why C++ delete operator doesn't set pointer to NULL? [duplicate]
Dec 12, 2022
c++
pointers
null
delete-operator
How does unary addition on C pointers work?
Dec 12, 2022
c
pointers
addition
duplicating an array of strings (or copying them to another array)?
Dec 11, 2022
c
string
pointers
arguments
return to the beginning of a pointer?
Dec 12, 2022
c++
pointers
how does following program work pointer manipulation [duplicate]
Dec 12, 2022
c
pointers
string
How Pointer of Multi-Dimension Arrays Work in C
Dec 11, 2022
c
pointers
multidimensional-array
heap allocation returned from a function
Dec 12, 2022
c++
pointers
heap-memory
new-operator
compare two equal array in c but output shows unequal
Dec 12, 2022
c
arrays
string
pointers
c99
Can a Pointer variable holds the address of another Pointer Variable?
Dec 11, 2022
c++
c
pointers
How delete a pointer of classes which has pointer members?
Dec 10, 2022
c++
class
pointers
delete-operator
When to use C++ pointers in game development
Dec 10, 2022
c++
pointers
« Newer Entries
Older Entries »