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
pointer being freed was not allocated(delete one element in an array)
Feb 17, 2023
c++
pointers
memory
copying the value of a const uint * to another variable in c++
Feb 16, 2023
c++
pointers
constants
sdl-2
uint
How to declare a double pointer property in Objective-C?
Feb 15, 2023
objective-c
pointers
properties
Passing a pointer inside a loop with anonymous go functions causes only last element pointer to be used
Feb 15, 2023
pointers
go
goroutine
Two integer variables residing at one memory address?
Feb 15, 2023
c
pointers
memory
C++ pointer argument getting set to NULL just before 'ret' instruction [duplicate]
Feb 15, 2023
c++
templates
pointers
arguments
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
« Newer Entries
Older Entries »