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 char[] on the stack but char * on the heap?
Sep 03, 2022
c
pointers
memory
Pointer expressions: **ptr++, *++*ptr and ++**ptr use
Mar 09, 2022
c
arrays
pointers
Pointer-to-pointer dynamic two-dimensional array
Sep 03, 2022
c++
arrays
pointers
memory-management
dynamic-arrays
lvalue required as increment operand
Sep 02, 2022
c
pointers
What makes more sense - char* string or char *string? [duplicate]
Sep 02, 2022
c++
string
pointers
Meaning of complex C syntax [duplicate]
May 12, 2022
c++
c
pointers
Are these compatible function types in C?
Nov 03, 2022
c
function
pointers
language-lawyer
c11
Does it make sense to combine optional with reference_wrapper?
Nov 01, 2022
c++
pointers
reference
optional
c++-standard-library
Why can't a constant pointer be a constant expression?
Sep 02, 2022
c++
pointers
c++11
constant-expression
"is not required" == undefined behavior?
Sep 03, 2022
c++
pointers
language-lawyer
undefined-behavior
comparison-operators
Pointers to elements of std::vector and std::list
Sep 02, 2022
c++
stl
pointers
stdvector
C++ template specialization, calling methods on types that could be pointers or references unambiguously
Sep 02, 2022
c++
templates
pointers
reference
template-specialization
Why no switch on pointers?
Oct 16, 2019
c
pointers
switch-statement
C: Which character should be used for ptrdiff_t in printf?
Aug 23, 2022
c
pointers
printf
Using Pointers in a for loop
Sep 02, 2022
for-loop
pointers
go
mutex
Properly destroying pointers in an std::map
Sep 02, 2022
c++
pointers
stl
destructor
Displaying the address of a string
Sep 02, 2022
c++
pointers
What is guaranteed about the size of a function pointer?
Sep 02, 2022
c
pointers
type-conversion
function-pointers
sizeof
Does the size of pointers vary in C? [duplicate]
Sep 02, 2022
c
pointers
Delete a pointer to pointer (as array of arrays)
Sep 07, 2022
c++
pointers
delete-operator
« Newer Entries
Older Entries »