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
C pointers vs. Objective-C pointers
May 14, 2022
c
objective-c
pointers
a = &b vs *a = &b — pointer assignment
Nov 12, 2022
c
pointers
variable-assignment
How do you delete a pointer without deleting the data the pointer points to?
Nov 07, 2022
c++
pointers
Why can't a derived class pointer point to a base class object without casting?
Feb 10, 2022
c++
inheritance
pointers
Passing pointer argument by reference under C?
Oct 24, 2022
c++
c
reference
pointers
Pointers in Java
Sep 05, 2022
java
pointers
memory
In C++ I Cannot Grasp Pointers and Classes
Aug 20, 2010
c++
class
pointers
Convert const char** to void*? [duplicate]
Apr 13, 2021
c
pointers
visual-c++
gcc
How test if a value is (or is not) a valid pointer? [duplicate]
Apr 14, 2022
c++
c
validation
pointers
null
Why did C choose certain operators to be the symbol they are? [closed]
May 01, 2018
c++
c
pointers
reference
operators
Copying the address of a static union member gives the incorrect address
Dec 12, 2020
c++
memory
pointers
Understanding C pointers, arrays and negative indices
Feb 16, 2022
c
arrays
pointers
How to store objects for later use and make them searchable
Jan 02, 2022
c++
class
object
pointers
struct
pointers in a volatile struct in C
Apr 22, 2022
c
pointers
struct
Difference between variable reference and name
Nov 05, 2022
c++
variables
pointers
reference
std::thread constructor Is there a difference between passing a pointer and passing by ref?
Oct 18, 2022
c++
multithreading
pointers
pass-by-reference
member-functions
Python: append an original object vs append a copy of object [duplicate]
Sep 08, 2022
python
list
pointers
copy
append
Is it a bad idea to create a generic "function pointer" union in C?
Sep 12, 2022
c
pointers
union
function-pointers
typedef
How to do a static assert that a pointer cast is trivial?
Mar 28, 2019
c++
pointers
casting
static-assert
Dereferencing in C
Sep 12, 2022
c
pointers
c99
c89
« Newer Entries
Older Entries »