Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Is it safe to compare to pointer of std::vector to check equality?

c++ pointers c++11 vector

Segmentation fault: 11 when returning stuct via function pointer in struct

When to use NULL and when to use '\0' in linked list in C?

c pointers linked-list

Is using pointers in C++ always bad?

Need help in understanding malloc(0) for my example [duplicate]

What's the difference among array, &array and &array[0] in C language? [duplicate]

c arrays pointers

My object is not updated even if I use the pointer to a type to update it

pointers go methods slice

Is vector in struct time consuming? Is it better to use a pointer?

c++ pointers struct

Why do we even need the delete operator? (Can't we just use delete[])

c++ pointers

Confusion between "int array[int]" and "int *array"

memory allocation eror in C

Why Can't Make a Reference To Pointer for Constant Assign a String Literal

Passing a pointer from C to assembly

C: swapping pointers in an array

c pointers

Which kind of cast is from Type* to void*?

C/C++ Pointer Question

c++ pointers

C++ vector pointer/reference problem

c++ vector pointers

C++: Pointers and scope

c++ pointers

typedef to store pointers in C

c pointers typedef

The order of data in memory

c++ pointers memory