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++: Can I get out of the bounds of my app's memory with a pointer?
Sep 03, 2022
c++
memory
pointers
Why do I say int *p = NULL in the declaration, but p != NULL in the test, why not *p != NULL to match the declaration?
Nov 21, 2017
c++
pointers
How can I test this C function
Mar 20, 2019
c
pointers
Can someone explain the parameter void(*pfn)(void*)?
Mar 21, 2022
c++
pointers
function-pointers
Character pointers and integer pointers (++)
Feb 28, 2022
c++
c
pointers
C Void pointer question
Jun 02, 2022
c
pointers
pointer to array
Aug 18, 2022
c++
c
arrays
pointers
Pointer of void array
Sep 22, 2019
c
arrays
pointers
void-pointers
Why can't we use direct addressing in c or c++ code?
Sep 25, 2022
c++
c
pointers
Circular reference in C++ without pointers
Jul 01, 2022
c++
pointers
circular-reference
What's the best portable way to represent pointer as string in C++?
Nov 12, 2022
c++
pointers
char *a, *b; what type is (b-a) and how do I printf it?
Jul 09, 2022
c
pointers
stdio
Swapping addresses of pointers in C++
May 23, 2022
c++
pointers
What does void *(*routine)(void *) mean in C? [duplicate]
May 28, 2022
c
pointers
syntax
function-pointers
argument-passing
C Warning: Function returns address of local variable
Nov 12, 2019
c
pointers
malloc
How to safely delete multiple pointers
Apr 06, 2022
c++
pointers
memory
delete-operator
What's wrong with the "new" keyword in C++?
Nov 14, 2022
c++
pointers
object
How to get fixed buffer length?
Oct 29, 2022
c#
pointers
sizeof
fixed
unsafe
fixed statement in C# and managed pointer in IL code
Nov 21, 2022
c#
pointers
unmanaged
cil
fixed
« Newer Entries
Older Entries »