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
What does “`str` does not have a constant size known at compile-time” mean, and what's the simplest way to fix it?
Jan 16, 2022
string
pointers
rust
What is the model of value vs. reference in Nim?
Dec 02, 2020
pointers
types
nim-lang
When to and when not to use pointers in Objective-C
Mar 08, 2020
objective-c
pointers
Best way to check if a Variable is nil?
Sep 06, 2022
delphi
pointers
Faster (unsafe) BinaryReader in .NET
Aug 11, 2022
c#
performance
pointers
unsafe
binaryreader
How to compare C pointers?
Sep 06, 2022
c
pointers
Does C have an equivalent of std::less from C++?
Oct 12, 2022
c
pointers
undefined-behavior
memory-model
memory-segmentation
Executing assembler code with python
Oct 04, 2022
python
pointers
assembly
memory-address
Is there a concept of "pointers" or "unsafe code" in Java?
Sep 05, 2022
java
pointers
Difference between unsigned and signed int pointer
Sep 05, 2022
c
pointers
What is the point of pointers? [duplicate]
Sep 05, 2022
c++
pointers
Why is a temporary char** argument illegal?
Jun 29, 2022
c
function
pointers
C++ - when should I use a pointer member in a class
Sep 06, 2022
c++
pointers
int *array = new int[n]; what is this function actually doing?
Sep 05, 2022
c++
arrays
pointers
new-operator
What does getting the address of an array variable mean?
Sep 05, 2022
c
pointers
Declaring a pointer to multidimensional array and allocating the array
Sep 05, 2022
c++
pointers
multidimensional-array
What happens when you deallocate a pointer twice or more in C++?
Sep 05, 2022
c++
pointers
memory-management
allocation
delete-operator
Why is constness not enforced for pointers?
Oct 02, 2021
c++
pointers
constants
transitive-const
Interpretation of int (*a)[3]
Sep 05, 2022
c++
c
arrays
pointers
types
Is &*p valid C, given that p is a pointer to an incomplete type?
Sep 05, 2022
c
pointers
language-lawyer
incomplete-type
« Newer Entries
Older Entries »