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, Class Items and Scope
Nov 19, 2022
c++
class
pointers
inheritance
scope
C - Problems stepping through a struct pointer
Jul 14, 2022
c
pointers
struct
pixel
ppm
Sharing Pointers Between Multiple Forked Processes
Nov 17, 2022
pointers
process
fork
share
shared-memory
Why I'm getting clang warning: no previous prototype for function 'diff'
Nov 06, 2020
c++
function
pointers
warnings
clang
Dynamic arrays and memory management in Delphi
Dec 24, 2017
c++
arrays
delphi
pointers
How can I use a private member variable in a non-member function, when the variable happens to be a pointer?
May 12, 2022
c++
pointers
member-variables
Why may there be a difference between union* and struct*?
Feb 02, 2022
c
pointers
struct
language-lawyer
unions
Different pointer address printed inside function
Jun 02, 2019
c
pointers
cast any pointer to char poiner using static_cast
Sep 14, 2022
c++
pointers
casting
strict-aliasing
Is it okay to compare a pointer and an integer in C?
Jul 24, 2020
c
pointers
c - realloc() on tokenized array: signal SIGABRT error
Jun 13, 2018
c
pointers
dynamic-arrays
realloc
sigabrt
C++ Templates with pointer to member function by signature and type
Jul 08, 2022
c++
templates
pointers
function-pointers
language-lawyer
How does "for ( ; *p; ++p) *p = tolower(*p);" work in c?
Sep 09, 2018
c
pointers
lowercase
Can I use some bits of pointer (x86_64) for custom data? And how if possible?
Jul 13, 2022
intel
pointers
x86-64
Free a pointer from an external function
Nov 04, 2022
c
pointers
malloc
How does strchr implementation work
Sep 11, 2022
c
pointers
constants
strchr
What are void pointers for in C++?
May 13, 2022
c++
pointers
How to define an array of const pointers in C++?
Sep 16, 2022
c++
arrays
c++11
pointers
constants
returning string from function without malloc
Sep 09, 2022
c
pointers
malloc
What does " if(*((void **) &(_ptr)) != (void *) NULL) " check?
Sep 19, 2022
c
pointers
casting
« Newer Entries
Older Entries »