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++: int x[+30] is a valid declaration?
Oct 25, 2022
c++
arrays
pointers
initialization
operators
What does (char*) 0 mean?
Jan 15, 2018
c
pointers
null
char-pointer
Address of NULL pointer
Sep 14, 2022
c
pointers
null
Assigning two arrays equal to each other problems
Jul 12, 2022
java
arrays
pointers
memory-management
reference
Can the compiler cast `(void *) 0` in `execl(prog, arg, (void*) 0)` to a null pointer of the appropriate type?
Mar 31, 2022
c
pointers
posix
null-pointer
why does while(*s++ == *t++) not work to compare two strings
Sep 10, 2022
c
pointers
string-comparison
Why is 2[myArray] valid C syntax? [duplicate]
Jun 26, 2019
c
arrays
syntax
pointers
Pointer to int. C++
Mar 13, 2022
c++
pointers
int
Passing a constant integer when function expects a pointer
Aug 17, 2022
c
pointers
casting
Pointer incrementing in C++
Jul 07, 2022
c++
pointers
increment
Store pointers or objects in classes?
Oct 16, 2022
c++
class
object
pointers
move-semantics
What type of pointer should I pass to a method in C++11?
Feb 03, 2019
c++
pointers
smart-pointers
C++ pointer of specific bit size
Nov 09, 2022
c++
pointers
struct
bit-fields
Why compiler doesn't give error when typedef const pointer is used with extra const?
Sep 09, 2022
c++
pointers
constants
language-lawyer
Storing a pointer to a stack value (Golang)
Nov 02, 2022
pointers
go
What does (int*) &var mean?
Oct 04, 2022
c
pointers
How to check if argv[count] is an integer
Jul 04, 2022
c
pointers
printf
Where is a char-pointing string stored LOGICALLY?
Sep 09, 2022
c
string
pointers
char
stack
Why we can't compare pointers which don't point to elements within the same array?
May 15, 2022
c
arrays
pointers
pointer-arithmetic
Delete array pointer c++ when increase pointer?
Aug 15, 2022
c++
pointers
« Newer Entries
Older Entries »