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
When to use pointers [duplicate]
Aug 26, 2022
pointers
struct
go
Dot (".") operator and arrow ("->") operator use in C vs. Objective-C
Aug 26, 2022
objective-c
c
pointers
dot-operator
Is NULL always zero in C?
Aug 22, 2022
c
pointers
null
zero
What happens to memory after '\0' in a C string?
Aug 26, 2022
c
string
pointers
malloc
c-strings
What is the reason for using a double pointer when adding a node in a linked list?
Aug 17, 2022
c
pointers
linked-list
What's the difference between a null pointer and a void pointer?
Aug 26, 2022
c
pointers
How can I check if char* variable points to empty string?
Aug 18, 2022
c
pointers
char
Are pointers considered a method of calling by reference in C?
Aug 26, 2022
c
pointers
pass-by-reference
C++ inserting unique_ptr in map
Aug 17, 2022
c++
pointers
map
stl
unique-ptr
Post-increment on a dereferenced pointer?
Aug 26, 2022
c
pointers
operator-precedence
what's the point of std::unique_ptr::get
Aug 26, 2022
c++
c++11
pointers
unique-ptr
Javascript pointer/reference craziness. Can someone explain this?
Aug 26, 2022
javascript
pointers
reference
Length of array in function argument
Nov 13, 2022
c
pointers
Free memory allocated in a different function?
Oct 13, 2019
c
pointers
memory-management
malloc
free
how does the ampersand(&) sign work in c++? [duplicate]
Feb 11, 2022
c++
pointers
reference
ampersand
gsl::not_null<T*> vs. std::reference_wrapper<T> vs. T&
Jun 06, 2020
c++
pointers
cpp-core-guidelines
guideline-support-library
How do I modify a pointer that has been passed into a function in C?
Aug 25, 2022
c
function
pointers
parameters
pass-by-value
How to convert a 'string pointer' to a string in Golang?
Aug 31, 2022
string
pointers
go
type-conversion
Pointer to incomplete class type is not allowed
Aug 25, 2022
c++
list
class
pointers
iterator
What is the difference between returning a char* and a char[] from a function? [duplicate]
Aug 25, 2022
c
string
pointers
« Newer Entries
Older Entries »