Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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]

C++: Create a copy of a pointer

c++ pointers copy

Why do I get a wrong pointer to a base class with a virtual constructor on C++?

c++ pointers derived-class

What in the C standard allows compilers to optimize `(((char *)p - 1) == NULL` to false?

dynamically increase size of array (int*) in c

c arrays pointers int

Statement about least significant bits in the next field of a linked list in C

How to use a function pointer to return a function pointer? [duplicate]

c pointers

main.c: warning: passing argument of ‘’ from incompatible pointer type

c pointers dynamic malloc

Storing a large object in memory or only a pointer to it in C#?

why trying to deference void pointer does not work?

c pointers

Null pointers and application crashing

c++ pointers

C++ Linked List traversal and modification

passing arrays from c++ to c# and back by value or by reference, which one is better and why?

c# c++ arrays pointers

Shouldn't the address of an array be a double pointer? [duplicate]

c pointers