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
Is the compiler allowed to recycle freed pointer variables?
Feb 02, 2020
c
pointers
free
compiler-optimization
standards-compliance
Passing derived class to a function of base class argument
Sep 19, 2022
c++
c++11
pointers
inheritance
reference
Why is it not OK to pass `char **` to a function that takes a `const char **` in C? [duplicate]
Oct 29, 2022
c
pointers
Initializing a static pointer in C++
Aug 30, 2022
c++
pointers
static
initialization
C iterate through char array with a pointer
Nov 08, 2022
c
arrays
string
pointers
sizeof
Passing and storing a const reference via a constructor?
Sep 18, 2022
c++
pointers
reference
constants
If a pointer's address is 64 bits, why does it appear as 6 bytes when printed?
Sep 18, 2022
c
pointers
What's the difference between "(type)variable" and "*((type *)&variable)", if any?
Oct 14, 2022
c
pointers
casting
Why can operator-> be overloaded manually?
Sep 18, 2022
c++
pointers
operator-overloading
smart-pointers
How come my array index is faster than pointer
Apr 09, 2022
c
arrays
pointers
indexing
How are functions curried?
Dec 08, 2019
pointers
haskell
functional-programming
low-level
currying
C pointer notation compared to array notation: When passing to function
Sep 23, 2022
c
arrays
function
pointers
Pointer to stack object without ownership
Oct 15, 2022
c++
pointers
c++11
smart-pointers
How do I properly free memory related to getline() function?
Jan 11, 2022
c
pointers
dynamic-memory-allocation
getline
Why are weak pointers useful?
Mar 31, 2022
pointers
garbage-collection
weak-references
Why does Java have a "NullPointerException" when there are no pointers in Java?
Oct 23, 2022
java
pointers
nullpointerexception
modern c++ alternative to function pointers
Aug 09, 2022
c++
pointers
c++11
function-pointers
c++ * vs & in function declaration [duplicate]
Oct 19, 2022
c++
pointers
reference
pass-by-reference
create_string_buffer throwing error TypeError: str/bytes expected instead of str instance
Feb 06, 2022
python
string
pointers
ctypes
Conversion of pointer-to-pointer between derived and base classes?
Mar 29, 2022
c++
inheritance
pointers
subtyping
« Newer Entries
Older Entries »