Search code examples
What is a smart pointer and when should I use one?...

c++pointersc++11smart-pointersc++-faq

Read More
What is int** returnColumnSizes in leetcode problem 46 (language: c)...

cpointersmallocpermutation

Read More
Range references instead values...

pointersreferencego

Read More
Simple Cache Implementation in C...

c++objective-ccpointerscaching

Read More
In Delphi/Free Pascal: is ^ an operator or does it simply denote a pointer type?...

pointersdelphifreepascaldereference

Read More
Understanding Opaque Pointers...

cpointersopaque-pointers

Read More
What is a pointer to class data member "::*" and what is its use?...

c++classpointersc++-faq

Read More
What is the correct solution to work with bitmaps in terms of pointer arithmetic and conversion?...

c++pointersundefined-behavior

Read More
Comparing counters and pointers in string loops in C...

cloopsfor-looppointerscounter

Read More
What exactly is meant by "de-referencing a NULL pointer"?...

cpointers

Read More
Using a string in system() (maybe system_() )...

c++stringpointerstext-editorconst-char

Read More
Usefulness of void pointer in C and C++...

c++cpointerstemplatesvoid

Read More
How can I cast a char to an unsigned int?...

cpointerscasting

Read More
Transfer the ownership of a already-defined std::unique_ptr to the member of a class object...

c++classpointersconstructor

Read More
Reversing a string in C...

cstringpointers

Read More
Getting a buffer from a pointer...

.netpointersintptr

Read More
How can I restrict array parameters in C (without making them pointers)?...

arrayscpointersparameter-passingrestrict

Read More
esp32 c++ pointer to object is lost?...

c++pointersarduino-esp32software-serial

Read More
how to assign array of struct to class variable without memcpy...

c++arrayspointers

Read More
error C2064: term does not evaluate to a function taking 0 arguments...

c++pointersdictionary

Read More
Delete a node in a linked list using only 1 local pointer...

cpointersstructlinked-list

Read More
Member of a structure gets assigned a new address after freeing the structure...

cpointersstm32lwip

Read More
Is there a way to determine if the representation of a pointer is 'linear' in C?...

cpointersportability

Read More
What happens with the Frame Pointer in the Stack, if the Stack Pointer enters a second, nested funct...

pointersassemblyx86stack

Read More
What does a pointer to an array represent?...

c++arrayspointersmemory

Read More
Defined a Set function to copy a variable-sized 2D square matrix but getting garbage...

c++arrayspointersmatrixmultidimensional-array

Read More
gsl::not_null<T*> vs. std::reference_wrapper<T> vs. T&...

c++pointerscpp-core-guidelinesguideline-support-library

Read More
C++11: Does a move operation change the address?...

c++pointersc++11move-semanticsmemory-address

Read More
Assign a value by ref to a class member by ref...

c#pointersrefunsafebyref

Read More
Confusion with == EOF vs feof...

cfilepointersfgetcfeof

Read More
BackNext