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 does an array of pointers to pointers work?
Nov 02, 2022
c
arrays
pointers
How to check if a void* pointer can be safely cast to something else?
Nov 06, 2022
c
pointers
casting
void
void-pointers
Is a C# list like a C++ list?
May 15, 2022
c#
c++
list
pointers
vector
C++11: Does a move operation change the address?
Jun 14, 2022
c++
pointers
c++11
move-semantics
memory-address
Pointer to a pointer in objective-c?
Oct 21, 2022
objective-c
pointers
the "this" pointer inside a class
Mar 20, 2022
c++
pointers
this
Not able to understand the notations : * and ** with pointers
Nov 15, 2022
c++
pointers
dereference
pointer-to-pointer
How are Rust's Arc and Rc types different from having garbage collection?
Jun 06, 2022
pointers
garbage-collection
rust
Size of pointer of integer type vs Size of int*
Aug 23, 2022
c
pointers
Will this lead to a memory leak in C++?
Mar 11, 2022
c++
pointers
memory-leaks
reference
memory-management
Confused when I should and shouldn't use "const" in C
Nov 02, 2018
c
pointers
constants
making numerous pointers NULL at the same time
Jun 16, 2022
c++
pointers
Isn't an array/arrayname always a pointer to the first element in C?
Mar 04, 2018
c
arrays
pointers
error calling function ,[A call to PInvoke function unbalanced the stack]
Jun 26, 2019
c#
.net
pointers
Size of a struct with two void pointers is 4?
Sep 15, 2022
c
pointers
struct
sizeof
How to reassign `this` pointer inside object member function?
Oct 14, 2022
c++
pointers
this
Using pointers to swap int array values
Oct 20, 2022
c
pointers
swap
Why does int* ptr_arr_int = {1,2}; not work in C/C++?
May 27, 2022
c++
c
pointers
Does C even have "pass by reference"? [duplicate]
Aug 10, 2019
c
pointers
when memory will be released?
Mar 15, 2022
c++
memory
pointers
« Newer Entries
Older Entries »