Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Why can't I set a value of a pointer int *x to, say, 10?

c pointers

How come even though arrays decay to POINTERS, its fine to keep the parameter of the function as an ARRAY?

c++ c arrays pointers

Swapping two structs from an array of structs (bubblesort)

Passing char pointer to cin and cin.get()

c++ pointers cin cout

Passing double pointer as function argument

c pointers

Calling the override function in a vector (C++) [duplicate]

c++ pointers vector

Display contents of allocated memory byte by byte? [closed]

c pointers casting

C: Passing pointers to const arrays [duplicate]

pointer to baseAddress through CONTEXT.Ebx+8

c winapi pointers

C array of pointers and malloc

c pointers malloc

Bash - Pointer to Value in Associate Array?

Why is printf(inputString) a security hole?

c++ c pointers printf

C++, strings, and pointers

c++ string pointers

C++ calling functions

Concatenating uint8_t to a char*

c pointers char uint8t

memory location of pointer variable itself?

c++ pointers

Compiler error: invalid conversion from 'int' to 'int*' [-fpermissive]|

c++ arrays pointers

A weird issue about converting a reference type to another by using operator reinterpret_cast

Meaning of the syntax `const char (&x)[]`

c++ pointers reference