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 comparisons in C. Are they signed or unsigned?
Sep 13, 2022
c
pointers
comparison
When is an array name or a function name 'converted' into a pointer ? (in C)
Oct 21, 2022
c
arrays
function
pointers
function-pointers
warning: format ‘%s’ expects type ‘char *’, but argument 2 has type ‘char (*)’
Jan 07, 2019
arrays
c
pointers
scanf
Why do I get "cast from pointer to integer of different size" error?
Sep 13, 2022
c
pointers
gcc
What is the 'this' pointer?
Sep 13, 2022
c++
class
pointers
this
C++ strings: [] vs. *
Nov 05, 2022
c++
syntax
reference
pointers
Do pointers to string literals remain valid after a function returns?
Oct 09, 2022
c++
pointers
standards
no suitable constructor exists to convert from "test *" to "test", constructor,
Apr 30, 2022
c++
object
pointers
constructor
instance
Cannot assign value of type UnsafeMutablePointer ObjCBool in Swift
Nov 16, 2022
objective-c
swift
pointers
casting
unsafe-pointers
Casting a pointer - What is the difference at runtime?
Sep 09, 2022
c
pointers
casting
Difference between the int * i and int** i
Sep 13, 2022
c++
c
pointers
Are arrays Pointers? [duplicate]
Jul 08, 2018
c++
c
arrays
pointers
Reason why not to have a DELETE macro for C++
Nov 03, 2022
c++
pointers
memory-management
macros
Can a "container_of" macro ever be strictly-conforming?
Aug 26, 2016
c
pointers
standards
Golang reflection: Can't set fields of interface wrapping a struct
Feb 26, 2021
pointers
reflection
interface
struct
go
In C#, when does Type.FullName return null?
Sep 13, 2022
c#
arrays
pointers
generics
types
C++ vector iterators vs. pointers
Aug 24, 2022
c++
pointers
vector
iterator
What are the differences between `*const T` and *mut T` raw pointers?
Sep 13, 2022
pointers
rust
unsafe
C++ pointer to functions, Beginner Question
Sep 12, 2022
c++
function
pointers
Does the standard mandate an lvalue-to-rvalue conversion of the pointer variable when applying indirection?
Jul 20, 2022
c++
pointers
language-lawyer
indirection
lvalue-to-rvalue
« Newer Entries
Older Entries »