Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Segmentation Fault when deleting a pointer in vector

c++ pointers vector

Store all QImage's pixels with scanLine() method in C++

c++ arrays qt pointers pixel

Passing a char pointer array to a function

c++ c pointers

Does the assignment operator call copy constructor?

c++ class object pointers

How to use sprintf/snprintf with double pointer char arrays

c arrays string pointers struct

Why do I have to cast an address into an integer to make it assignable?

c++ pointers

Search and replace c-style strings in c++

c++ c search pointers c-strings

Do malloc and new return an int-aligned address?

c++ c pointers

Is it safe to call a non-virtual base class member function from the base class destructor using a derived class pointer?

Issue with pointer math in C

c pointers

c function parameters order of evaluation

Incompatible integer to pointer conversion errors?

c pointers

Modifying a string being passed as argument of a function in C [duplicate]

c string pointers

Confusion about pointer to an array

Strange result with pointer arithmetic

c pointers

Initializing a Ui pointer From a QMainWindow class to a QDialog Class

C# Reflection Call Method with ref/Pointer Parameter

c# pointers reflection ref

Is there a good C++ memory management tutorial available, that covers shared_ptr, scoped_ptr, and weak_ptr? [duplicate]