Search code examples
Dynamic C - char pointers, strcpy, strcat...


cstrcpystrcatchar-pointer

Read More
What does a pointer to a character point to in C?...


cpointerscharchar-pointer

Read More
Assignment of the values to the pointers inside while-loop (using <dirent.h>)...


c++pointersdirent.hchar-pointer

Read More
How to see contents of char * since printf won't work?...


chashreturnchar-pointer

Read More
"Heap Corruption Detected" when passing pointer to function then calling free() on the poi...


c++mallocfreechar-pointer

Read More
char *str; str="HELLO"; How does that work without allocating any memory for the string?...


c++cpointersmemory-managementchar-pointer

Read More
Overload operator[] for Char assignment - C++...


c++operator-overloadingchar-pointer

Read More
JNI. How to get jstring from jobject and convert it to char*...


javacjava-native-interfacechar-pointer

Read More
c function is not working...


csegmentation-faultchar-pointer

Read More
Writing data with ofstream crash C++...


c++ofstreamchar-pointer

Read More
C: array of char pointers not working as expected dynamically...


carraysreallocchar-pointer

Read More
Buffer overflows when using sprintf assigning to char array with char pointer as one of the inputs...


c++printfarrayschar-pointer

Read More
store value in char array pointed by char pointer...


c++arrayspointerscharchar-pointer

Read More
Why do I get a seg fault when I use ++ but not when I use '1 +'?...


c++segmentation-faultoperatorschar-pointer

Read More
char pointers, char arrays, and strings in the context of a function call...


c++stringarrayschar-pointer

Read More
Fill char*[] from strtok...


carraysstrtokchar-pointer

Read More
Empty char* successfully converting into valid unsigned int64 game ID?? HOW?...


c++stringstreamuint64char-pointer

Read More
C++ error on char pointer...


c++char-pointer

Read More
Why am I getting this access violation?...


c++access-violationchar-pointer

Read More
Not getting right Output of Character Array...


c++arrayschar-pointer

Read More
C++ error: cannot convert ‘char (*)[63]’ to ‘char*’ in initialization...


c++cpointerscharchar-pointer

Read More
((char) 257) prints 1 in C?...


cchar-pointer

Read More
int8_t* and char*...


c++char-pointer

Read More
C# get string/characters value from c++ function which return char pointer...


c#c++marshallingchar-pointer

Read More
How to find the number of elements in char** array?...


cpointerschar-pointer

Read More
BackNext