Search code examples
Is accessing members through offsetof well defined?...


clanguage-lawyerundefined-behaviorchar-pointeroffsetof

Read More
Use of pointers on strings...


cc-stringschar-pointer

Read More
Cannot directly convert number to hex null-terminated string, has to convert to std::string then use...


c++stringhexstdstringchar-pointer

Read More
initializing char pointers...


cpointerschar-pointer

Read More
Pointer of ^Pchar to array of PChar...


delphidelphi-10.2-tokyochar-pointer

Read More
copy array of ansichar to array of char delphi 10.2...


delphiunicodechar-pointer

Read More
Can a string literal be concatenated with a char*?...


cstring-literalschar-pointer

Read More
How to read a sentence of char pointer with scanf()?...


cstringpointersscanfchar-pointer

Read More
How to pass entire collection(char**) of command line arguments as read-only in c++?...


c++pass-by-referencechar-pointerpass-by-pointer

Read More
Can I Initialize a char[] with a Ternary?...


c++arraysternarychar-pointervariable-initialization

Read More
I am at a loss for why this is code is giving me a read acess violation. dereferencing pointer and s...


cpointersdereferencechar-pointer

Read More
Generic swap function using pointer to char in C...


cpointerscharvoid-pointerschar-pointer

Read More
Constant character pointer using unique_ptr...


c++unique-ptrc-stringschar-pointerconst-char

Read More
Get ASCII value from yytext...


c++pointerscompiler-constructionflex-lexerchar-pointer

Read More
Why does program return a seg fault when I input a pointer to a string literal but not when i input ...


cpointerschar-pointer

Read More
Incompatibility between char* and unsigned char*?...


c++castingchar-pointer

Read More
C++ tolower/toupper char pointer...


c++touppertolowerchar-pointer

Read More
Adding an int into middle of char* (In C)...


cchar-pointer

Read More
Concate two char pointers...


cpointerschar-pointer

Read More
Char pointer puzzle...


cpointerscharchar-pointer

Read More
C - Copy char array that contains '\0' to another char array, eliminating '\0'...


cnullchar-pointer

Read More
Which is more efficient way for storing strings, an array or a pointer in C/C++?...


c++cpointersc-stringschar-pointer

Read More
char *ptr ---> New to C...


char-pointer

Read More
Looping char* gives me Access violation writing location 0x00CFB310...


cchar-pointer

Read More
Passing multiple string to a function from c++ code to c code throw an error...


c++stringstructchar-pointer

Read More
Generate Unique Values...


calgorithmloopschar-pointernon-repetitive

Read More
Unexpected output of printf for a string in C...


cpointerschar-pointer

Read More
working with char pointer and integer pointer...


cpointerscharchar-pointer

Read More
strtok doesn't work with non-const char argument...


cstrtokchar-pointer

Read More
SIGSEGV on modifying char * element...


cpointersmallocchar-pointer

Read More
BackNext