Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Safety of casting between pointers of two identical classes?

c++ pointers casting

Correct way to cast address of int to char pointer

c++ pointers casting

pointer comparisons “>” with one before the first element of an array object

c++ c pointers comparison

Explicit decay of an array into a pointer

c++ arrays pointers c++11

Why does a+1 == *(a+1) in this example?

c++ arrays pointers

Why struct assignment works with arrays in structs

c arrays pointers struct

Calculate array length via pointer arithmetic

Why doesn't scanf need an ampersand for strings and also works fine in printf (in C)?

c string pointers printf scanf

C# deallocate memory referenced by IntPtr

c# pointers unmanaged

generic programming in C with void pointer

c generics pointers

Pointers vs auto_ptr vs shared_ptr

c++ pointers shared-ptr

Nim: Addresses of parameters and mutability

pointers nim-lang

Why printf() prints this mysterious extra text, on Windows?

c pointers printf

Why can I use nullptr without including STL?

c++ c++11 pointers stl nullptr

Execution speed of references vs pointers

gcc C/C++ assume no pointer aliasing

Understanding char reference

c++ pointers reference

Does deleting void pointer guarantee to delete right size? [duplicate]

C++ Is it possible to have a generic function pointer?

c++ function generics pointers

Difference between new operator in C++ and new operator in java