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
Why can I change a local const variable through pointer casts but not a global one in C?
Jul 11, 2022
c
pointers
constants
type of int * (*) (int * , int * (*)())
Feb 04, 2022
c
variables
pointers
types
declaration
How to cast program argument *char as int correctly?
Aug 23, 2022
c
pointers
casting
char
Question about pointers and strings in C [duplicate]
Aug 30, 2022
c
arrays
string
pointers
basic difference between value types and reference types [duplicate]
Sep 24, 2022
c#
pointers
reference
value-type
Isn't an Iterator in c++ a kind of a pointer?
Jul 11, 2022
c++
list
pointers
iterator
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
« Newer Entries
Older Entries »