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
Looping over structure elements using pointers in C
Oct 16, 2022
c
pointers
structure
Pointer initialization: address or value
Sep 12, 2022
c
pointers
Calling delete on two pointers to the same object
Jul 10, 2022
c++
pointers
new-operator
delete-operator
Changing the contents of a pointer variable
Sep 23, 2022
c++
pointers
iOS -- get pointer from NSString containing address
Jan 08, 2019
iphone
objective-c
ios
pointers
Windows threads - how to make a method a thread function in windows?
Jun 09, 2019
c++
windows
multithreading
winapi
pointers
C++ - *p vs &p vs p
Aug 29, 2022
c++
pointers
C++ function returning const char *
Oct 18, 2022
c++
string
pointers
malloc
constants
Printing out the value pointed by pointer (C Programming)
Oct 20, 2022
c
pointers
segmentation-fault
Typedefs for complex data types
Feb 05, 2018
c
pointers
types
What does ** mean in C?
Nov 05, 2022
c
pointers
memory
reference
dereference
Confusion about Character Pointers in C
Jul 09, 2022
c
pointers
Does passing "pointer to structure" to a function create local copies of it in C?
Oct 29, 2022
c
pointers
struct
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
« Newer Entries
Older Entries »