Search code examples
How to convert hex string to CString in Swift?...


cswifthashc-stringsargon2-ffi

Read More
Why do I need to initialize dynamically allocated array at allocation time with ()?...


c++initializationheap-memorydynamic-memory-allocationc-strings

Read More
strtok weird behavior on tokenization...


cstringtokenizec-stringsstrtok

Read More
Same values with different pointers in a linked list?...


cfor-looplinked-listdynamic-memory-allocationc-strings

Read More
is there a reason why my isSubstring algorithm from GeeksforGeeks isn't working...


calgorithmfor-loopsubstringc-strings

Read More
using 0 instead of '\0' in C program...


cwhile-loopcharprintfc-strings

Read More
Getting incompatible integer to pointer conversion error in program. Unsure how/why exactly this is ...


ccharc-stringsfunction-definitionstrchr

Read More
How to use memset while handling strings in C++?...


c++initializationc-stringsstring-literalsmemset

Read More
linux kernel image strings extraction...


linux-kernelbinaryexecutablec-strings

Read More
Why does my C program give error : warning: implicit declaration of function ‘palindrome’ [-Wimplici...


ccompiler-errorsc-stringspalindromefunction-declaration

Read More
C code not Behaving as Expected - C Strings - Removing Commas...


cc-strings

Read More
casting error arising upon appending a string to another one...


ccharc-stringsstring-literals

Read More
Error in very similar functions while manipulating strings in C...


cc-strings

Read More
partial C String initialisation...


cc-preprocessorc-stringsstring-concatenationstring-literals

Read More
Using fwrite with char*...


cpointerscharc-stringsfwrite

Read More
How to find text between two strings in c...


ccharsubstringc-stringsstrstr

Read More
Remove Adjacent Duplicates in String if the occurrence happens for k times--- heap buffer overflow e...


cduplicatescharc-stringsfunction-definition

Read More
How do I combine two arrays of 8 bits each (binary number strings into one single string with 16 bit...


c++arraysarduinoc-stringsshift-register

Read More
gcc C17 return from incompatible pointer type...


arrayscimplicit-conversionc-stringsfunction-declaration

Read More
Can't call library function in user defined function...


cuser-defined-functionsc-stringsstring-comparison

Read More
Defining a C function that takes a 2D array with variables for dimension sizes...


cmultidimensional-arrayc-stringsfunction-declarationvariable-length-array

Read More
C program to concatenate two pointer strings with functions...


cpointersfunction-pointersc-stringsstring-concatenation

Read More
Interpreting App Verifier output: Heap corruption or misinterpreting stack address as heap address?...


winapimfcheap-memoryc-stringsstack-memory

Read More
How can I tell if CString allocates memory on the heap or stack?...


c++mfcheap-memoryc-stringsstack-memory

Read More
Char array gets cleared after function gets() on C++...


c++charc-stringschararray

Read More
Is this using CString with heap or stack? How do I use it with heap memory?...


c++memory-managementheap-memoryc-stringsstack-memory

Read More
How can I do an `if` check if the typed word is equal to some word in a string list in C?...


cif-statementc-stringsstring-comparison

Read More
Advice/help/better solution for checking whether a given string can be a valid IP address or not...


cfunctionc-strings

Read More
pallindrome program not working please check attached the code and the output...


cc-stringspalindromefunction-definition

Read More
strcpy() unusual behaviour in C...


cc-stringsstrcpy

Read More
BackNext