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
Exceptions to array decaying into a pointer?
Aug 18, 2022
c
arrays
pointers
Does const-correctness give the compiler more room for optimization?
Aug 18, 2022
c++
c
pointers
constants
const-correctness
Can I use NULL as substitution for the value of 0?
Aug 18, 2022
c++
c
pointers
null
language-lawyer
Meaning of *& and **& in C++
Aug 18, 2022
c++
pointers
syntax
reference
symbols
How to convert const char* to char* in C?
Aug 18, 2022
c
pointers
const-char
Reference type in C#
Aug 17, 2022
c#
.net
pointers
Print the address or pointer for value in C
Aug 17, 2022
c
pointers
memory-address
What does P::************ mean in Boost assert.hpp file?
Sep 11, 2022
c++
pointers
boost
Why are references not reseatable in C++
Aug 17, 2022
c++
pointers
reference
language-design
Addresses of two char pointers to different string literals are same
Aug 17, 2022
c
pointers
literals
Understanding and relationship between Box, ref, & and *
Dec 25, 2021
pointers
rust
"int *nums = {5, 2, 1, 4}" causes a segmentation fault
Aug 21, 2022
c
arrays
pointers
Why is a point-to-volatile pointer, like "volatile int * p", useful?
Aug 10, 2022
c
pointers
volatile
const char* and char const* - are they the same?
Aug 17, 2022
c++
pointers
constants
Checking if a pointer is allocated memory or not
Aug 17, 2022
c
pointers
Is a pointer with the right address and type still always a valid pointer since C++17?
Aug 17, 2022
c++
pointers
c++14
language-lawyer
c++17
Is it a good idea to typedef pointers?
Aug 17, 2022
c++
c
pointers
typedef
conventions
How is "int* ptr = int()" value initialization not illegal?
Aug 03, 2022
c++
visual-c++
pointers
initialization
built-in-types
What is an opaque pointer in C?
Nov 20, 2022
c
pointers
opaque-pointers
Meaning of int (*) (int *) = 5 (or any integer value)
Aug 17, 2022
c++
pointers
function-pointers
« Newer Entries
Older Entries »