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
What is the point of passing a pointer to a strings in go (golang)?
Aug 31, 2022
string
pointers
go
What determines what is written to a C++ pointer when delete is called?
Apr 06, 2022
c++
windows
pointers
memory-management
Reading Strings with Undefined Length in C
Sep 11, 2022
c
string
pointers
Why do we need pointers in C implementation of a linked list?
May 11, 2022
c
pointers
linked-list
Why do I need to use type** to point to type*?
Nov 12, 2022
c
pointers
Casting c_str() only works for short strings
May 12, 2022
c++
string
pointers
c++11
casting
casting char[][] to char** causes segfault?
Nov 06, 2022
c
pointers
casting
segmentation-fault
Pointer/Address difference [duplicate]
Sep 28, 2022
c
pointers
pointer-arithmetic
What is the meaning of "**&ptr" and "2**ptr" of C pointer?
Sep 14, 2022
c
pointers
reference
dereference
C pointers vs. Objective-C pointers
May 14, 2022
c
objective-c
pointers
a = &b vs *a = &b — pointer assignment
Nov 12, 2022
c
pointers
variable-assignment
How do you delete a pointer without deleting the data the pointer points to?
Nov 07, 2022
c++
pointers
Why can't a derived class pointer point to a base class object without casting?
Feb 10, 2022
c++
inheritance
pointers
Passing pointer argument by reference under C?
Oct 24, 2022
c++
c
reference
pointers
Pointers in Java
Sep 05, 2022
java
pointers
memory
In C++ I Cannot Grasp Pointers and Classes
Aug 20, 2010
c++
class
pointers
Convert const char** to void*? [duplicate]
Apr 13, 2021
c
pointers
visual-c++
gcc
How test if a value is (or is not) a valid pointer? [duplicate]
Apr 14, 2022
c++
c
validation
pointers
null
Why did C choose certain operators to be the symbol they are? [closed]
May 01, 2018
c++
c
pointers
reference
operators
Copying the address of a static union member gives the incorrect address
Dec 12, 2020
c++
memory
pointers
« Newer Entries
Older Entries »