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
Pointer value of *x &x and x
Nov 30, 2022
c
pointers
Pointer and vectors in C++
Nov 30, 2022
c++
pointers
vector
how does pointer adressing work in c++
Dec 01, 2022
c++
pointers
casting
implementation
addressing
Converting Derived** to Base** and Derived* to Base*
Dec 01, 2022
c++
pointers
inheritance
C++ anonymous struct pointer assignment
Dec 01, 2022
c++
pointers
casting
anonymous-types
compiler-theory
Difference between Auto and Void?
Dec 01, 2022
c++
pointers
c++11
void-pointers
Are the following statements using pointer arithmetic involving out of bound aceess valid?
Nov 30, 2022
c
arrays
pointers
undefined-behavior
pointer-arithmetic
Why am I getting a segmentation fault?
Dec 01, 2022
c
arrays
pointers
segmentation-fault
How to get char* from char**
Nov 30, 2022
c
string
pointers
char
printf
Idiomatic way to create a vector of pointers in C++11?
Dec 01, 2022
c++
pointers
c++11
vector
What is meant by: int (*b)[100]
Nov 29, 2022
c++
pointers
C++: Validate a pointer? [duplicate]
Nov 30, 2022
c++
validation
memory-management
pointers
Is nullptr not a special keyword and an object of std::nullptr_t? [duplicate]
Nov 30, 2022
c++
pointers
c++11
nullptr
What are the exact differences betwenn int **a and int a[][] as function parameters in C and C++?
Nov 30, 2022
c++
c
function
pointers
parameters
Oddities in C char arrays
Nov 30, 2022
c
arrays
pointers
Why can I not initialize an array by passing a pointer to a function?
Nov 30, 2022
c++
pointers
Why does *(str+i) = *(str +j) not work here?
Nov 30, 2022
c
arrays
string
pointers
reverse
Check for null pointer
Nov 29, 2022
c++
pointers
null
How to delete multiple dynamically allocated arrays in a single delete statement?
Nov 30, 2022
c++
pointers
dynamic
delete-operator
C++ pointer to vector
Nov 30, 2022
c++
pointers
vector
« Newer Entries
Older Entries »