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
C struct with pointers initialization
Apr 07, 2022
c
pointers
struct
what does (node *) NULL mean in C?
Nov 01, 2022
c
pointers
linked-list
Does dereference a NULL pointer guarantee to crash a program in C/C++?
Sep 03, 2022
c++
c
pointers
struct
null
Does freeing an int* which was assigned to a char* (allocated by `malloc`) invoke Undefined Behavior?
Aug 30, 2022
c
pointers
memory
free
undefined-behavior
std::function/bind like type-erasure without Standard C++ library
May 05, 2019
c++
pointers
c++11
type-erasure
How can I store reference to the result of an operation in Go?
May 09, 2022
pointers
dictionary
go
Pass char pointer array to function
Aug 17, 2022
c
arrays
function
pointers
char
Golang: Assigning a value to struct member that is a pointer
Nov 19, 2022
pointers
go
struct
Casting between integers and pointers in C++
Apr 20, 2022
c++
pointers
Using std::unique_ptr with standard containers
Jan 27, 2019
c++
pointers
c++11
unique-ptr
Clarification on why this C code works
Nov 12, 2022
c
pointers
Is there anything like pointers in Lua?
Oct 31, 2022
pointers
lua
Invoking a nonconst method on a member from a const method
Nov 09, 2022
c++
pointers
constants
const-correctness
Deleting an object when multiple pointers are pointing to it?
Jan 01, 2020
c++
pointers
memory-management
What's the difference between "hello" and {"hello"}?
Nov 10, 2022
c++
c
pointers
initialization
Prevent silent cast from false to pointer
Oct 12, 2018
c++
visual-studio
pointers
What's the difference between a VLA and dynamic memory allocation via malloc?
Feb 17, 2022
c
pointers
initialization
malloc
variable-length-array
Golang func pointer of a struct member
Mar 14, 2021
pointers
methods
go
Why is http.Client{} prefixed with &?
Sep 12, 2022
pointers
go
methods
struct
Are pointers and arrays any different in C?
Oct 31, 2022
c
arrays
pointers
« Newer Entries
Older Entries »