Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

how to cast void* to shared_ptr<mytype>

pointer to union member

c pointers member unions

C++ making an array of pointers to const objects

c++ arrays pointers constants

Cast struct to array?

c arrays pointers struct

Flipping an array using pointers

c++ c arrays pointers

Convert a Swift Array of String to a to a C string array pointer

swift pointers swift3

Storing of string literals in consecutive memory locations

c++ c arrays string pointers

Can I get index directly from pointer of vector element in C++?

c++ pointers vector

C- Efficient code vs Good Code [closed]

c pointers linked-list

C++ how to manage iterators of contiguous dynamic arrays

Convert UnsafeMutablePointer to UnsafePointer

C Incrementing pointer address passed to a function ++ operator

can a GC be implemented with C++ raw pointers?

Where is my 'this'? Using objects method as a callback function

How do disk pointers work?

C++ return double pointer from function.... what's wrong?

c incompatible types in assignment, problem with pointers?

c struct pointers void

How to pass a 2D dynamically allocated array to a function?

simple c error makes pointer from integer without a cast

c pointers

C function pointer translation into Delphi/Pascal?