Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

what will realloc do to the old pointer [duplicate]

c pointers realloc

Subtraction between pointers of different type [duplicate]

C++ Dangling Pointers and Memory Leaks

c++ pointers memory-leaks

Difference between char[] and int[] [duplicate]

developed a strtok alternative

c pointers strtok

What is the difference between pointer and array in the following context?

c++ arrays pointers strcpy

A question about printf arguments. C/C++

c++ c pointers matrix printf

STL List to hold structure pointers

C issue - Can't figure how to assign pointer to beginning of list

c pointers

memcpy segmentation fault on linux but not os x

Why does this code use a *char as a buffer pointer?

c pointers char

pointers and arrays

c++ arrays pointers c++11

C notation: pointer to array of chars (string)

c arrays string pointers char

need help changing single character in char*

c++ pointers

Disposing pointers to complex records

delphi pointers dispose

Returning a 2D char array in C

How do I return the value pointed to by a pointer?

c++ pointers

Are there any guarantees about C struct order?

c pointers struct

Why is new able to create an array of strings?

c++ arrays string pointers stl

Converting from std::vector<> to a double pointer?

c++ pointers casting stdvector