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
How do you add Derived objects to a vector of unique_ptr
Feb 15, 2023
c++
pointers
vector
unique-ptr
Why weak pointer is getting created with shared_ptr?
Feb 15, 2023
c++
pointers
c++11
shared-ptr
move
Reverse an integer array of length 2^n recursively and return a new array without modifying the original
Feb 15, 2023
c
arrays
pointers
recursion
Pointing to a const pointer (or a pointer to a const)
Feb 12, 2023
c++
pointers
What is the meaning and use of the sentence "C++ compilers use a binary object layout"
Feb 13, 2023
c++
pointers
object
memory
layout
A minor confusion in C
Feb 13, 2023
c
pointers
Is a[n] really interchangeable with *(a+n) - why does sizeof return two different answers?
Feb 12, 2023
c
arrays
pointers
C: Incompatible pointer type initializing
Feb 13, 2023
c
arrays
pointers
Passing multidimensional array by reference in C
Feb 12, 2023
c
pointers
Can I convert a pointer address (i.e. an hex integer) to decimal and octal base int in C++
Feb 12, 2023
c++
pointers
Pointer Initalization
Feb 12, 2023
c++
pointers
Why isn't the compiler generating an error "lvalue required"?
Feb 12, 2023
c
pointers
lvalue
What is char*argv[ ] and how is it similar to char **argv
Feb 12, 2023
c
pointers
command-line-arguments
pointer to string and char catch 22
Feb 11, 2023
c++
c
pointers
Global Char Pointer (C Programming)
Feb 10, 2023
c
pointers
struct
Why does this work? [C++; void pointer]
Feb 09, 2023
c++
arrays
pointers
pointer arithmetic on arrays
Feb 10, 2023
c++
arrays
pointers
Is there any advantage to using a naked pointer rather than a weak_ptr?
Feb 10, 2023
c++
pointers
c++11
smart-pointers
Difficulty in understanding the offsetof MACRO
Feb 08, 2023
c
pointers
memory
macros
offsetof
« Newer Entries
Older Entries »