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
Why is 'this' a pointer and not a reference?
Oct 21, 2022
c++
pointers
reference
this
c++-faq
C isn't that hard: void ( *( *f[] ) () ) ()
Dec 14, 2021
c
parsing
pointers
function-pointers
void-pointers
What exactly is a C pointer if not a memory address?
Sep 06, 2022
c
pointers
memory-address
How come an array's address is equal to its value in C?
Aug 14, 2022
c
pointers
arrays
Constant pointer vs Pointer to constant [duplicate]
Sep 05, 2022
c
pointers
constants
Why is the asterisk before the variable name, rather than after the type?
Dec 14, 2021
c
pointers
variables
naming-conventions
Difference between char* and const char*?
Aug 14, 2022
c
pointers
constants
Should I use static_cast or reinterpret_cast when casting a void* to whatever
Aug 14, 2022
c++
pointers
static-cast
reinterpret-cast
Correct format specifier to print pointer or address?
Aug 14, 2022
c
pointers
format
memory-address
Passing by reference in C
Aug 14, 2022
c
pointers
pass-by-reference
Is an array name a pointer?
Dec 14, 2021
c
arrays
pointers
Which kind of pointer do I use when?
Aug 14, 2022
c++
pointers
c++11
smart-pointers
c++-faq
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
« Newer Entries
Older Entries »