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
Why is taking the address of a destructor forbidden?
Sep 04, 2022
c++
pointers
destructor
standards
Copying a struct containing pointers to CUDA device
Aug 30, 2021
pointers
struct
cuda
device
host
Are all pointers derived from pointers to structure types the same?
Sep 04, 2022
c
pointers
struct
c99
strict-aliasing
Delete objects of incomplete type
Oct 29, 2022
c++
pointers
forward-declaration
delete-operator
incomplete-type
Go equivalent of a void pointer in C
Sep 04, 2022
pointers
go
Using intptr_t instead of void*?
Sep 04, 2022
c
pointers
32bit-64bit
void-pointers
intptr
C double character pointer declaration and initialization
Sep 04, 2022
c
string
pointers
initialization
declaration
Go Pointers - append values to slice via pointer
Oct 29, 2022
pointers
go
slice
Why can I use pointers as strings when declared with double quotes, but not curly braces, in C? [duplicate]
Sep 04, 2022
c
string
pointers
pointer to const member function typedef
Sep 04, 2022
c++
function
pointers
member
When the dereference operator (*) is overloaded, is the usage of *this affected?
Sep 04, 2022
c++
pointers
operator-overloading
this
dereference
Where are pointers in C++ stored, on the stack or in the heap?
Sep 04, 2022
c++
pointers
memory-management
How to check if a pointer is valid? [duplicate]
Dec 17, 2021
c
windows
pointers
winapi
How to align a pointer in C
Sep 04, 2022
c
pointers
alignment
Get size of pointer in C
Sep 17, 2022
c
pointers
sizeof
Difference between char *str="STRING" and char str[] = "STRING"?
Aug 22, 2022
c
arrays
string
pointers
stack
When to use pointers and when not to?
Sep 04, 2022
java
c++
pointers
How to initialize a pointer to a struct in C?
Sep 04, 2022
c
pointers
struct
initialization
Returning a struct pointer
Sep 04, 2022
c
pointers
struct
Convert C++ function pointer to c function pointer
Sep 04, 2022
c++
c
pointers
function-pointers
« Newer Entries
Older Entries »