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
In C++ You Can Have a Pointer to a Function, Can you also have a pointer to a class?
Mar 15, 2017
c++
class
pointers
Two string literals have the same pointer value?
Sep 13, 2019
c++
string
pointers
pointer of a pointer in linked list append
Dec 22, 2018
c
list
pointers
Dereferencing a pointer to an array?
Oct 15, 2022
c++
arrays
pointers
Array of function pointers in C
May 09, 2022
c
arrays
function
pointers
Deleting C# Unsafe Pointers
Sep 23, 2022
c#
.net
pointers
memory-management
unsafe
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
« Newer Entries
Older Entries »