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
int *ptr = (int*)(&a + 1);
Feb 26, 2022
c
pointers
C String array's array
May 13, 2022
c
arrays
pointers
In C#, when I set a new list equal to another list, does it set the new list as a pointer to the other list or is it actually creating a new list?
Apr 13, 2022
c#
list
object
pointers
glibc detected malloc(): memory corruption in C
Dec 26, 2021
c
pointers
memory
glibc
memory-corruption
Can one element in struct access another element of itself in C?
Oct 18, 2022
c
pointers
struct
Python: When do two variables point at the same object in memory?
Oct 15, 2022
python
pointers
Initializing a char * with an expression does not work
Nov 04, 2022
c++
string
pointers
temporary-objects
Using far function pointers
Sep 26, 2022
c
pointers
embedded
function-pointers
C++ "this" doesn't match object method was called on
May 11, 2022
c++
pointers
debugging
Pass by reference through multiple functions
Jun 24, 2022
c
pointers
Preventing header explosion in C++ (or C++0x)
Feb 09, 2022
c++
pointers
c++11
smart-pointers
raii
Post-increment in a while loop
Mar 12, 2022
c
pointers
post-increment
Trouble dereferencing double pointer
Nov 08, 2018
c
pointers
What is the difference between struct node *head and struct node ** head?
Sep 24, 2022
c
pointers
linked-list
dynamic allocation of array of pointers
Sep 25, 2022
c
pointers
segmentation-fault
malloc
C Returning char[] Warning "returns address of local variable" [duplicate]
Nov 06, 2022
c
pointers
return
compiler-warnings
What is difference between int (*p)[3] and int *p[3]? [duplicate]
Oct 28, 2022
c++
c
arrays
pointers
Any type of pointer can point to anything?
May 16, 2022
c++
pointers
How could one implement an observer_ptr?
Mar 03, 2020
c++
pointers
smart-pointers
Pointer pointing to itself C
Aug 17, 2022
c
pointers
« Newer Entries
Older Entries »