Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in pointers

Is there a way to declare a pointer in a header file and instantiate it in a .cpp?

c++ pointers

Scanf fails with bus error

c pointers scanf bus-error

unique_ptr - invalid pointer and segfault

Casting GetProcAddress returned pointer in C++

c++ pointers getprocaddress

Pointer arithmetic for structures gives strange result

c pointers

Pointer To A Nested Structure

c pointers gcc struct

Is there a way of safely pointing to a temporary value declared inside of a function?

c++ pointers

Why last two print statements do not print anything after typecasting pointer 'ptr'?

c++ pointers

convert char* to int* C++

c++ pointers

How to get pointer to interface in GO

pointers go casting temporary

Delphi pointer syntax

delphi pointers

Is this an issue with pointers?

c++ pointers

Passing array of pointers to (char) to a function and assigning a string to each

assigning a char buffer to an array of pointers

c pointers

Overloading the left shift operator for strings in C++

c++ pointers bit bit-shift

Const qualifiers and ampersand

Can I be sure a vector contains objects and not pointers to objects?

Is load() called implicitly when using a method from an std::atomic?

c++ pointers c++14 atomic c++17

C++ - Why does a static string give slightly different addresses when referred to by different functions?

Pass a hex address to a Pointer Variable

c pointers