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
Pointers and fixed size buffers may only be used in an unsafe context
Nov 06, 2022
c#
pointers
How is the array stored in memory?
Aug 22, 2022
arrays
c
pointers
heap-memory
stack-memory
Getter and setter, pointers or references, and good syntax to use in c++?
Apr 19, 2018
c++
pointers
reference
setter
getter
What is a `char*`?
Aug 17, 2022
c++
pointers
types
"Semantic issue: Implicitly declaring library function 'malloc' with type 'void *(unsigned long)'"
Feb 04, 2022
c
pointers
malloc
character-arrays
If I have a void pointer, how do I put an int into it?
Jan 19, 2022
c
pointers
void-pointers
Freeing pointers from inside other functions in C
Oct 04, 2022
c
pointers
memory-management
Dereferencing a map index in Golang
Aug 14, 2022
pointers
go
Delphi passing parameters by reference or by value/copy
May 19, 2022
delphi
pointers
pass-by-reference
pascal
Are `x = &v` and `*x = v` equivalent?
Nov 04, 2022
c++
pointers
wchar_t pointer
Oct 22, 2022
c++
pointers
arrays
Why do I have to use free on a pointer but not a normal declaration?
May 25, 2018
c
pointers
free
How do you check for an invalid pointer?
Nov 11, 2022
c++
pointers
ptr->hello(); /* VERSUS */ (*ptr).hello();
Aug 25, 2022
c++
operators
pointers
dereference
What's the difference between the types - int * and int *[100] in C?
Nov 04, 2022
c
pointers
Determining Whether Pointer is Valid
Aug 27, 2022
c++
memory
pointers
free
C# default value of a pointer type
Oct 30, 2022
c#
pointers
unsafe
How to prevent returning a pointer to a temporary variable?
Nov 10, 2022
c++
pointers
temporary
static-code-analysis
cppcheck
What makes Swift's "Optional" safer than Objective-C's "nil"?
Sep 13, 2022
objective-c
swift
pointers
optional
Optimistic reads and Locking STM (Software Transactional Memory) with C/C++
Feb 09, 2022
c++
c
memory
pointers
stm
« Newer Entries
Older Entries »