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 do array initialisers return?
Nov 17, 2022
c
arrays
pointers
Const char array with template argument size vs. char pointer
Nov 17, 2022
c++
templates
pointers
c++11
C++ copy constructor using pointers
Sep 12, 2022
c++
pointers
copy-constructor
Freeing memory which has been allocated to an array of char pointers (strings). Do I have to free each string or just the "main" pointer?
Sep 29, 2022
c
memory
pointers
2D array and pointer in C - how to access elements?
May 15, 2022
c
pointers
Calling isalpha Causing Segmentation Fault
Sep 15, 2022
c
pointers
segmentation-fault
Bit Shifts on a C Pointer?
Apr 22, 2022
c
pointers
bitwise-operators
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
« Newer Entries
Older Entries »