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
C Pointers Example - What is so bad about this? [duplicate]
Dec 13, 2022
c
pointers
Why is char** (or any T**) to void** cast invalid?
Dec 13, 2022
c++
c
pointers
casting
C++ function pointer as template
Dec 13, 2022
c++
function
templates
pointers
How does Ruby differentiate VALUE with value and pointer?
Dec 12, 2022
ruby
pointers
error C2355: 'this' : can only be referenced inside non-static member functions or non-static data member initializers
Dec 13, 2022
c++
pointers
this
Use of malloc in Pthreads
Dec 12, 2022
c
pointers
malloc
sizeof
Obj-C objects has two pointers?
Dec 13, 2022
ios
objective-c
xcode
pointers
Why is the size of a pointer to something on the heap larger than the size of a stack variable?
Dec 12, 2022
pointers
reference
rust
smart-pointers
memory-layout
Using a pointer to a char array in C++
Dec 13, 2022
c++
arrays
pointers
Why doesn't a pointer to an element in a c-string return just the element?
Dec 12, 2022
c++
string
pointers
c-strings
In C++ what does this construction mean "InterceptionKeyStroke &kstroke = * (InterceptionKeyStroke *) &stroke"?
Dec 13, 2022
c++
pointers
Does row major form exist for vectors?
Dec 12, 2022
c++
pointers
multidimensional-array
vector
std
Following C code compiles and runs, but is it undefined bahaviour?
Dec 12, 2022
c
pointers
undefined-behavior
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
« Newer Entries
Older Entries »