List Question
20 TechQA 2023-12-11T04:39:27.053000Create a readonly pointer argument of any type in C
217 views
Asked by Abdulmalek Almkainzi
Return an immutable vector of unique_ptr
112 views
Asked by jozxyqk
Warning about assignment of pointer to const pointer
139 views
Asked by yyd
Invalid conversion from ‘const char*’ to ‘char*’ with ```rindex``` function
90 views
Asked by Object Unknown
function returning const pointer
353 views
Asked by AudioBubble
Is it necessarily bad to use const_cast when working with legacy libraries?
157 views
Asked by Alexey104
Using iterator to retrieve const values pointed to in containers
240 views
Asked by Meph
Constant Integer pointer passed to the function expecting a integer pointer modifies the value of constant integer?
86 views
Asked by Ashish Jog
const pointer to struct containing a mutex
226 views
Asked by Hobber
casting int * const to long int * const warning
437 views
Asked by code_fodder
Modifying a const pointer in C
284 views
Asked by b1000
Why Can't Make a Reference To Pointer for Constant Assign a String Literal
653 views
Asked by AudioBubble
Prefered way to pass a const reference/pointer to a class for storing, not to copy the referred object
78 views
Asked by Unimportant
How to find by a const pointer key in a map with non-const pointer keys
2k views
Asked by bedrorom
How to reclaim struct correctly?
172 views
Asked by Some Name
static const pointer to global volatile
213 views
Asked by alx - recommends codidact
const void (* to function)
1.5k views
Asked by Snackoverflow
Is it a good idea to use a const pointer to FILE type?
1k views
Asked by saxbophone