CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
pointers
12-09
Back-end
Comparison of pointers that contain the same address?
11-26
Enterprise
What is an Internal Pointer Variable?
09-15
OS
Addresses of values in an array aren't static C#
09-15
Mobile
How to copy a 2D array (matrix) from python with a C function (and do some computer heavy computatio
09-15
Mobile
Testing validity of certain phrases in c
09-14
Mobile
How to convert variable's address to string variable in C?
09-14
Blockchain
I am trying to insert a new starting/head node in a linked list...The commented out function doesn
09-14
Blockchain
Issue with a first-class linked list implementation in C
09-14
Software design
Question about Objects and Pointers in C
09-13
Mobile
How many elements does the compiler take from an array which is function argument?
09-13
Mobile
C Programming - How to properly declare a struct pointer in header file
09-13
OS
Searching that works for any type of data(both built-in or user defined data)
09-13
OS
Best practise for changing an objects value inside struct array
09-12
Software design
Why is my list->next pointer affected by free()?
09-12
Software design
Is String Literal in C really not modifiable?
09-12
Mobile
What is the usage of double pointers between two structs?
09-12
Mobile
Is this a correct way to define array of pointers to array?
09-12
Mobile
Passing a reference of a member in a struct to modify it
09-12
Blockchain
When pointers are used in a struct field, where is the underlying value actually stored?
09-11
Software design
If e is a pointer then why . operator is being used instead of ->?
09-11
Software design
How do I store a sequence of 2D points using C std::array?
09-09
Blockchain
How to explain the pointer of array in C?
09-09
Mobile
Confusion - Delete node from position K in Linked List (Javascript)
09-09
Mobile
How does sizeof() work with a dereference?
09-09
Software design
Add a “/” at the end of each string in an array of strings
09-09
Software design
C binary file handling
09-09
Software design
Why the size differs? sizeof(a) vs sizeof(&a) of an array?
09-09
Software design
Pointers comparison
09-09
OS
Return an array from a function in c
09-09
OS
Pass arrays to a function. What is the difference between arguments int *ptr vs int ptr[ ]
09-09
Net
How to get a user's input into a class's member variable and dereference it
09-08
Blockchain
Created a program for binary tree traversal, inorder and postorder print wrong sequences
09-08
Blockchain
Is it advised to declare variables inside loops?
09-08
Enterprise
aren't arrays in Go supposed to behave like single variables?
09-08
Software engineering
return class by value or by reference
09-07
Back-end
How to read and then print an array of strings in C?
09-07
Back-end
Merge multiple array references/pointers in single array
09-07
Back-end
What is the logic here for post increment?
09-07
Net
How to take a pointer address as command line argument in C
09-07
other
Why am i getting seg. fault?
1602
1
2
3
4
5
6
7
8
9
10
Next
Last
Links:
CodePudding