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
Passing two-dimensional array via pointer
Nov 15, 2022
c
arrays
pointers
To what use is multiple indirection in C++?
Sep 24, 2022
c++
pointers
C# Pointers in a Method's arguments?
Sep 15, 2022
c#
variables
pointers
methods
Dangling reference. Alternatives for dangling pointers and references?
Aug 20, 2018
c++
pointers
reference
How much does pointer indirection affect efficiency?
Sep 16, 2022
c++
pointers
Why is the argument of the copy constructor a reference rather than a pointer?
Oct 01, 2022
c++
pointers
reference
copy-constructor
Why is char *A able to hold strings while char A cannot?
Jun 30, 2022
c++
pointers
char
How to overload operator==() for a pointer to the class?
Nov 07, 2022
c++
pointers
operator-overloading
comparison-operators
the type of this* in C++
Apr 17, 2022
c++
pointers
const-pointer
In a C Linked List why are the nodes also pointers? [duplicate]
Aug 29, 2022
c
pointers
linked-list
String length between pointers
Nov 04, 2022
c
pointers
char
Returning non-const reference from a const member function
Oct 24, 2018
c++
pointers
reference
constants
While trying to understand a pointer, I have the following concern
Nov 07, 2022
c
pointers
type-conversion
What happens if I cast a function pointer, changing the number of parameters
Oct 22, 2022
c
pointers
casting
function-pointers
type-safety
How can I move to a pointer position directly without using the ++ operator?
Mar 18, 2022
c
pointers
operators
pointer-arithmetic
Checking if a pointer points to a particular class C++ [duplicate]
Nov 10, 2022
c++
pointers
Is incrementing/decrementing or adding an integer value to a pointer that is not pointing to an element in a sequence Undefined Behavior?
Aug 23, 2022
c++
pointers
language-lawyer
pointer-arithmetic
C: Why is casting from void pointer to function pointer undefined? [duplicate]
Nov 20, 2022
c++
c
pointers
function-pointers
Read-only Pointer to Pointer
Aug 17, 2022
c
pointers
Enumerations and pointer-to-members
Oct 26, 2022
c++
pointers
enumeration
member
« Newer Entries
Older Entries »