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
Does (size_t)((char *)0) ever not evaluate to 0?
Aug 17, 2022
c
compiler-construction
pointers
casting
standards-compliance
Passing a pointer to a function that doesn't match the requirements of the formal parameter
Aug 28, 2022
c
pointers
function
function-pointers
Getting my conceptions about pointers and references straight
Oct 23, 2019
c++
pointers
polymorphism
reference
Safe (in the C# sense) way to implement something with pointers
Sep 24, 2022
c#
pointers
Make Stack Pointer to a mmap returned pointer. (Linux, 32bit VM)
Jul 18, 2022
c
linux
pointers
assembly
stack
C - calling a function via func_ptr, why doesnt it work?
Sep 24, 2022
c
function
pointers
Objective-C - Change the address of a passed-in object pointer
May 07, 2022
objective-c
c
pointers
Pointer and allocation outside function or static variable and allocation inside?
Aug 30, 2019
c
pointers
static
How to manage memory alignments and generic pointer arithmetics in a portable way in C?
Nov 08, 2022
c
pointers
memory-management
Is it possible to determinate at run time is pointer points to C++ class or at Objective-C class?
Apr 28, 2020
c++
objective-c
pointers
objective-c++
delete-operator
Array of struct pointers, invalid initializer error, in C
Jan 14, 2022
c
arrays
pointers
struct
initialization
C++ OpenGL wireframe cube rendering blank
Aug 12, 2018
c++
opengl
pointers
glew
glfw
C tutorial question relating to calloc vs malloc
Aug 17, 2022
c
memory
memory-management
pointers
c pointer to array of structs
Sep 11, 2022
c
arrays
pointers
struct
Is it bad practice to overload a function to take both a pointer or a reference?
Aug 16, 2022
c++
pointers
reference
overloading
Is the pointer guaranteed to preserve its value after `delete` in C++?
Sep 11, 2022
c++
pointers
delete-operator
lvalue required as unary ‘&’ operand
Aug 12, 2022
c
pointers
What does this pointer of type structure definition mean (in C)?
Aug 26, 2022
c
pointers
structure
dereference
anonymous-struct
Can a pointer be volatile?
Sep 08, 2022
c++
pointers
volatile
Is it legal to call memcpy with zero length on a pointer just past the end of an array?
Sep 06, 2022
c
pointers
language-lawyer
undefined-behavior
« Newer Entries
Older Entries »