Search code examples
Char pointer member being replaced with "\320" unintentionally when building a struct poin...


cpointersstructlinked-listchar-pointer

Read More
What does (char*) 0 mean?...


cpointersnullchar-pointer

Read More
void* vs. char* pointer arithmetic...


cpointersvoid-pointerspointer-arithmeticchar-pointer

Read More
how literals in c are stored when defining with both character array declaration and character point...


arrayscpointersstaticchar-pointer

Read More
Issue opening a double pointer char element for reading it as text file...


cpointersstatic-fileschar-pointer

Read More
Understanding the dereference, address-of, and array subscript operators in C...


cpointersc-stringsargvchar-pointer

Read More
How do I modify a char** in another function...


cdouble-pointerchar-pointer

Read More
Is String Literal in C really not modifiable?...


cpointerscharchar-pointer

Read More
C: String Variable Loses Value After Returning From Void Function...


cvariable-assignmentvoidabstract-data-typechar-pointer

Read More
Frist few bytes of a char* are corrupted after creating it with malloc()...


cstringmallocchar-pointercorrupt-data

Read More
How does memory allocation work with char pointers(string literals, arrays)?...


cpointerschar-pointer

Read More
Is it safe to compare const char* with == in C/C++?...


c++cchar-pointer

Read More
In plain C, could we implement generic functions using pointers to char instead of pointers to void?...


cpointersgenericsvoid-pointerschar-pointer

Read More
Storing a string in char pointer (using scanf)...


cscanfchar-pointer

Read More
When I write my own strchr function, there is a part in the return step that I don't understand...


creturnvoid-pointerschar-pointer

Read More
Value of const char* returns empty after construction...


c++castingchar-pointer

Read More
C++ memcpy/strcpy of char pointer to class member char pointer...


c++arrayspointersstrcpychar-pointer

Read More
Why can compiler only implicitly convert char * to std::string in some cases...


c++implicit-conversionstdstringchar-pointerobject-construction

Read More
How to convert uint64_t to const char * in C++?...


c++char-pointer

Read More
How is a char pointer an entire string?...


cstringpointerscharchar-pointer

Read More
Pointer address and address of variables to which pointer points...


c++pointerschar-pointer

Read More
How to import an exported char* from C++ dll in C# project...


c#c++marshallingc-stringschar-pointer

Read More
C - Last element of char* array...


arrayscpointerschar-pointer

Read More
finding error in some cases of this char pointer?...


ccharacterc-stringschar-pointer

Read More
i want to transmit data by byte unit and i think it's metter about endianness...


c++bitendiannessmemory-addresschar-pointer

Read More
Convert into const(char)* from float in D...


stringdchar-pointer

Read More
Strange outputs from appended char* in C++...


c++dynamic-arrayschar-pointer

Read More
Why do char arrays get lost when returning from a function in C++?...


c++arrayscallstackchar-pointer

Read More
Is accessing members through offsetof well defined?...


clanguage-lawyerundefined-behaviorchar-pointeroffsetof

Read More
Use of pointers on strings...


cc-stringschar-pointer

Read More
BackNext