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
Is the sizeof(some pointer) always equal to four?
Aug 14, 2022
c++
c
pointers
memory
sizeof
size_t vs. uintptr_t
Sep 15, 2022
c
pointers
size-t
What is the difference between char array and char pointer in C?
Aug 14, 2022
c
arrays
pointers
Are there benefits of passing by pointer over passing by reference in C++?
Dec 14, 2021
c++
pointers
parameter-passing
pass-by-reference
Return array in a function
Aug 14, 2022
c++
arrays
pointers
function
return
How to pass objects to functions in C++?
Aug 14, 2022
c++
pointers
pass-by-reference
pass-by-value
c++-faq
Pointer vs. Reference
Aug 14, 2022
c++
variables
pointers
reference
NULL vs nullptr (Why was it replaced?) [duplicate]
Aug 14, 2022
c++
pointers
null
nullptr
Pointer to class data member "::*"
Dec 14, 2021
c++
class
pointers
c++-faq
X does not implement Y (... method has a pointer receiver)
Aug 14, 2022
pointers
go
methods
interface
Differences between unique_ptr and shared_ptr [duplicate]
Sep 03, 2022
c++
pointers
c++11
shared-ptr
unique-ptr
What is uintptr_t data type
Aug 14, 2022
c++
pointers
types
Arrow operator (->) usage in C
Dec 14, 2021
c
pointers
syntax
Why does the arrow (->) operator in C exist?
Aug 14, 2022
c
pointers
dereference
Why use double indirection? or Why use pointers to pointers?
Aug 14, 2022
c
pointers
When should I use the new keyword in C++?
Aug 14, 2022
c++
pointers
reference
new-operator
keyword
What is the difference between char * const and const char *?
Sep 25, 2022
c
pointers
constants
Is it safe to delete a NULL pointer?
Aug 14, 2022
c++
pointers
memory-management
null-pointer
delete-operator
What is the difference between NULL, '\0' and 0?
Nov 13, 2022
c
pointers
null
Pointers in C: when to use the ampersand and the asterisk?
Aug 13, 2022
c
pointers
« Newer Entries
Older Entries »