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
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
Changing the value of a int variable through pointers passed as arguments?
Aug 11, 2022
c++
pointers
What's wrong with increment operator in pointer array?
Sep 30, 2022
c
arrays
pointers
How to make pointer point to two or more consecutive cells
Sep 19, 2019
c
pointers
function pointer assignment and call in c++?
Nov 07, 2021
c++
function
pointers
Need help getting past 'reflect: NumField of non-struct type'
Jul 21, 2021
go
pointers
struct
Type casting char pointer to integer pointer
Nov 05, 2022
c
pointers
casting
endianness
Is it safe to pass pointer of a local variable to a channel in Golang?
Dec 31, 2019
go
pointers
struct
stack
C++: passing the this pointer to another class
Sep 14, 2022
c++
pointers
parameter-passing
this
member
Is it safe to have pointers to elements in Data Structures? (c++ with QT)
Sep 25, 2021
c++
qt
pointers
memory
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
What does " if(*((void **) &(_ptr)) != (void *) NULL) " check?
Sep 19, 2022
c
pointers
casting
« Newer Entries
Older Entries »