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
Length of array in function argument
Nov 13, 2022
c
pointers
Free memory allocated in a different function?
Oct 13, 2019
c
pointers
memory-management
malloc
free
how does the ampersand(&) sign work in c++? [duplicate]
Feb 11, 2022
c++
pointers
reference
ampersand
gsl::not_null<T*> vs. std::reference_wrapper<T> vs. T&
Jun 06, 2020
c++
pointers
cpp-core-guidelines
guideline-support-library
How do I modify a pointer that has been passed into a function in C?
Aug 25, 2022
c
function
pointers
parameters
pass-by-value
How to convert a 'string pointer' to a string in Golang?
Aug 31, 2022
string
pointers
go
type-conversion
Pointer to incomplete class type is not allowed
Aug 25, 2022
c++
list
class
pointers
iterator
What is the difference between returning a char* and a char[] from a function? [duplicate]
Aug 25, 2022
c
string
pointers
difference between a pointer and reference parameter?
Oct 15, 2022
c++
pointers
reference
object-slicing
Why can a string be assigned to a char* pointer, but not to a char[] array?
Oct 11, 2022
c
string
pointers
initialization
reusability
Returning a pointer to a vector element in c++
Aug 25, 2022
c++
pointers
containers
iterator
Difference between passing array, fixed-sized array and base address of array as a function parameter
Aug 25, 2022
c++
arrays
pointers
Is it legal to compare dangling pointers?
Aug 25, 2022
c++
pointers
language-lawyer
dangling-pointer
How can I get the size of an array from a pointer in C?
Aug 25, 2022
c
memory-management
pointers
malloc
How to access the contents of a vector from a pointer to the vector in C++?
Feb 06, 2022
c++
pointers
vector
What exactly is meant by "de-referencing a NULL pointer"?
Aug 25, 2022
c
pointers
Pointer values are different but they compare equal. Why?
Aug 25, 2022
c++
pointers
multiple-inheritance
What is the size of a pointer?
Aug 25, 2022
c++
pointers
sizeof
Why doesn't polymorphism work without pointers/references?
Aug 17, 2022
c++
pointers
polymorphism
virtual
Meaning of "referencing" and "dereferencing" in C
Aug 25, 2022
c
pointers
reference
dereference
« Newer Entries
Older Entries »