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
what is difference between defining char a[5] and char (*a)[5]? [duplicate]
Jul 28, 2022
c
arrays
pointers
Why does C++ array created with new behave differently to C style array?
Nov 06, 2022
c++
c
arrays
pointers
Incrementing a Constant in C++
Sep 23, 2022
c++
pointers
constants
undefined-behavior
How to cast double to float pointer?
Apr 17, 2022
c++
pointers
casting
C++ pointers, ++ operator behaviour
Sep 30, 2022
c++
pointers
Incrementing the array pointer beyond the last item
Jul 09, 2022
c
arrays
pointers
Understanding array manipulation pointers syntax in C
Oct 19, 2022
c
pointers
What is a Pointer? [duplicate]
Sep 05, 2022
programming-languages
pointers
language-features
Assignment inside function that is passed as pointer?
Feb 08, 2022
c++
function
pointers
parameters
dynamic memory created inside a function [duplicate]
Apr 12, 2019
c
pointers
Does insertion of elements in a vector damages a pointer to the vector?
Nov 12, 2022
c++
pointers
vector
Difficulty Understanding C Pointer Syntax
Sep 22, 2022
c
pointers
How do 2D arrays in C become 1D arrays?
May 21, 2022
c++
c
pointers
Pointers to class templates with different template parameters [closed]
Apr 25, 2022
c++
templates
pointers
Two almost identical C++ program, one runs well but the other get runtime error [closed]
Oct 16, 2022
c++
class
pointers
runtime-error
Accessing address of struct element via pointer-to-pointer
Aug 23, 2022
c++
c
pointers
memory
struct
If a pointer to pointer is NULL, then is it necessary that the pointer is also NULL?
Oct 17, 2022
c
pointers
null
Pointer to generic type
Sep 23, 2022
delphi
generics
pointers
delphi-2009
hashtable
Deleting a heap then dereferencing a pointer to that memory
Jun 14, 2022
c++
pointers
heap-memory
Can I call functions that take an array/pointer argument using a std::vector instead?
Nov 09, 2022
c++
arrays
pointers
stl
vector
« Newer Entries
Older Entries »