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
Pointer arithmetic with NULLs
Sep 22, 2022
c
pointers
Confused by single pointer and double pointer arguments in function calls
Jun 28, 2022
c
pointers
pass-by-value
pass-by-pointer
Passing function Pointers in C++
Jan 01, 2020
c++
windows
multithreading
function
pointers
should we teach pointers in a "fundamentals of programming" course?
Aug 17, 2022
pointers
computer-science
Segmentation fault when using stream extraction into a char pointer
Nov 19, 2018
c++
pointers
In C/C++, is char* arrayName[][] a pointer to a pointer to a pointer OR a pointer to a pointer?
Oct 31, 2022
c++
c
arrays
pointers
multidimensional-array
Pointer to an array of function pointers
Sep 12, 2019
c
function
pointers
Returning a pointer
Oct 26, 2022
c++
pointers
C++ function parameter takes an address of a pointer as an argument. How is this used? What is it for?
Oct 17, 2022
c++
function
pointers
reference
What is wrong with the following code dealing with pointers?
May 18, 2022
c
pointers
Understanding declaration in C++
Jun 10, 2022
c++
pointers
reference
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
« Newer Entries
Older Entries »