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
Can you use the address of a constexpr variable?
Jan 26, 2023
c++
c++11
pointers
constexpr
memory-address
Is the adress behind this guaruanteed to be identical to a variable with the object
Jan 25, 2023
c++
pointers
raw-pointer
What int (*ptr)[4] really means and how is it different than *ptr?
Jan 26, 2023
c
arrays
pointers
memory-address
C %p printing 16 instead of 8 bytes
Jan 26, 2023
c
pointers
printf
Why is this dangling-gsl warning invoked?
Jan 26, 2023
c++
pointers
warnings
clang-tidy
cpp-core-guidelines
Why should we use double pointer for adding node in front/back, but not in the middle?
Jan 27, 2023
c
pointers
pass-by-reference
singly-linked-list
function-definition
Misunderstanding of the structure С++ [closed]
Jan 26, 2023
c++
pointers
sizeof
incomplete-type
Pointer to a Pointer question
Jan 25, 2023
c++
pointers
smart-pointers
How to get Ponter/Reference semantics in Scala
Jan 24, 2023
arrays
scala
reference
pointers
scala-2.8
User defined array sizes in C
Jan 24, 2023
c
arrays
pointers
Can someone help me understand this? int *& pr [duplicate]
Jan 23, 2023
c++
variables
pointers
Dynamic allocation with DOUBLE POINTERS
Jan 22, 2023
c++
pointers
memory-leaks
memory-management
new-operator
& operator definition for arrays in C
Jan 22, 2023
c
arrays
pointers
standards
C++ : How to pass function pointer, stored in a local variable, as a template parameter
Jan 22, 2023
c++
templates
pointers
callback
Dynamic memory allocation code explanation
Jan 21, 2023
c
arrays
pointers
memory-management
Recommended way of returning pointer from C++ function?
Jan 21, 2023
c++
pointers
Strings and pointers
Jan 20, 2023
c
pointers
Can a valid pointer be allocated at address 0?
Jan 20, 2023
c++
pointers
null
std
casting a pointer to integer issues warning on 64bit arch
Jan 22, 2023
c
pointers
linux-kernel
compiler-warnings
kernel-module
What does #define ArrayLength(x) (sizeof(x)/sizeof(*(x))) mean?
Jan 20, 2023
c
arrays
pointers
« Newer Entries
Older Entries »