Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

getting the length of an array after passing as a char* [duplicate]

c++ arrays pointers char

Simple Structs program in C

c list pointers struct

About Pointers and arrays in C++

c++ c arrays pointers

Is it possible to swap C functions?

Difference between array and pointer [duplicate]

c arrays pointers strcpy

Casting to (int *) of (&num) when num is float in C

c pointers casting

Sorting Array of Pointers in C++

Can I have a static array of pointers to functions in C++?

c++ c pointers

What does an asterisk (*) after a variable name mean in opengl?

function class pointers opengl

What is this NSErrorPointer type?

pointers swift ampersand

Difference between %d and %p printf format string directives in c language?

c pointers type-conversion

Understanding a C macro with pointers

c pointers macros

Why string pointer position is different?

Can't use keyword 'fixed' for a variable in C#

c# pointers fixed unsafe

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