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
Does fgets() move the file pointer ?
Jun 30, 2022
c
file
pointers
Is comparing to a pointer one element past the end of an array well-defined?
Oct 27, 2022
c
arrays
pointers
undefined-behavior
Why is pointing to one before the first element of an array not allowed in C?
Mar 10, 2022
c
arrays
pointers
Why are the 'dereference' and the 'address of' operators on the left?
Apr 11, 2022
c
pointers
syntax
dereference
operator-precedence
how to get address of variable and dereference it in nasm x86 assembly?
Nov 08, 2022
pointers
assembly
x86
nasm
c++ when to return a const char* instead of a std:string
Jul 01, 2022
c++
string
pointers
char
How do I determine the largest pointer size on my platform?
Nov 07, 2022
c++
pointers
sizeof
C standard regarding pointer arithmetic outside arrays
Aug 31, 2022
c
pointers
math
standards
undefined-behavior
Trouble understanding C++ pointer syntax
Nov 09, 2022
c++
pointers
declaration
Is one-past-end pointer OK for non-array object types?
Sep 29, 2022
c++
pointers
language-lawyer
pointer-arithmetic
What is the difference between a null pointer constant (nullptr), a null pointer value and a null member pointer value?
Sep 27, 2022
c++
pointers
null
literals
nullptr
Pointer to Pointer. How far we can go? [duplicate]
Sep 21, 2022
c++
pointers
using memcpy to convert from array to int
Sep 07, 2022
c
pointers
memory
byte
memcpy
Are pointers primitive types in C++?
Aug 27, 2017
c++
string
pointers
primitive-types
Access to another struct by value or by pointer
Oct 30, 2022
struct
pointers
go
Create a function pointer which takes a function pointer as an argument
Nov 02, 2022
c
function
pointers
function-pointers
Constant pointer variables in C++ [duplicate]
Apr 25, 2022
c++
pointers
constants
Exercise: pointers and references in C++
Oct 16, 2022
c++
pointers
reference
Which kind of (auto) pointer to use?
Aug 11, 2022
c++
pointers
auto-ptr
using qsort() to sort pointers to structs containing strings
Mar 20, 2022
c
pointers
qsort
« Newer Entries
Older Entries »