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
Non-const reference to a non-const pointer pointing to the const object
Nov 02, 2022
c++
pointers
reference
Array of size 1 vs. pointer to struct
Nov 15, 2022
c
arrays
pointers
Is it safe to convert a pointer to typed/sized enum to a pointer to the underlying type?
Oct 19, 2022
c++
c++11
pointers
enums
implicit-conversion
How to Cast Integer Value to Pointer Address Without Triggering Warnings
Nov 01, 2022
c
pointers
integer
embedded
Using C# Pointers
Feb 09, 2022
c#
.net
pointers
Pointer dereferencing overhead vs branching / conditional statements
Mar 13, 2022
c++
optimization
pointers
conditional-statements
Do I need to free local variables?
Sep 25, 2022
c
pointers
linked-list
free
difference between if(pointer) vs if(pointer != NULL) in c++, cpplint issue
May 02, 2019
c++
pointers
coding-style
cpplint
Given `int num[7]`, how do `num` , `&num[0]`, `&num` differ?
Jun 01, 2022
c
arrays
pointers
C++: pointer comparison of base vs derived of the same object
Apr 19, 2022
c++
pointers
multiple-inheritance
`std::enable_if` is function pointer - how?
Oct 27, 2022
c++
templates
pointers
c++11
enable-if
How to cast the address of a pointer generically while conforming to the C standard
Aug 13, 2022
c
pointers
strict-aliasing
Ampersand prepended at end of array var_dump
Apr 17, 2022
php
pointers
reference
Why no immutable set of ints while immutable set of chars is possible?
Oct 15, 2019
c
string
pointers
char
integer
C++ multiple unique pointers from same raw pointer
Sep 23, 2022
c++
c++11
pointers
unique-ptr
UnsafeMutablePointer<UInt8> to [UInt8] without memory copy
Sep 05, 2021
swift
pointers
What is the functional difference between a const pointer (not a pointer to const) and a reference?
Jan 05, 2020
c++
pointers
reference
language-lawyer
Why does Rust consider it safe to leak memory?
Sep 30, 2022
pointers
memory-leaks
rust
How to turn boost::shared_ptr<> into a reference (&)?
Apr 09, 2022
c++
pointers
boost
reference
Passing pointers between C and Java through JNI
Sep 25, 2022
java
c
pointers
casting
java-native-interface
« Newer Entries
Older Entries »