Search code examples
Why doesn't a pointer to an element in a c-string return just the element?...


c++stringpointersc-strings

Read More
Function to populate string array doesn't include the 0th element after called from main...


cc-strings

Read More
Second string not getting scanned...


cstringscanfc-strings

Read More
Visual studio Run-Time Check Failure #2 - Stack around the variable 'temp' was corrupted...


c++arraysruntime-errorc-stringsstrcpy

Read More
Size of char array is bigger than number of elements passed to initialize it...


carraysinitializationc-stringsinitializer-list

Read More
constexpr function returning string literal...


c++stringc++11constexprc-strings

Read More
C: Check if array includes consecutive elements that are equal...


carraystype-conversionc-stringsvoid-pointers

Read More
Strlen not working when I put it into a function...


c++c-strings

Read More
strange value when print linked list values in c...


cpointerslinked-listtokenc-strings

Read More
fwrite in C giving different values in output files...


cfwritec-strings

Read More
Converting NSData that contains UTF-8 and null bytes to string...


objective-cstringnsdatac-strings

Read More
What is the return value of &"suchString"?...


cstringpointersmemory-addressc-strings

Read More
Make a string Palindrome in C...


cpalindromec-strings

Read More
strncpy() fails on second call for same source...


cstringwindowsc-strings

Read More
Initializing a char array with an explicit size and initialized to bigger than the size...


cstringinitializationc-strings

Read More
Why printing the array of strings does print first characters only?...


c++c-strings

Read More
Checking for specific chars...


functionloopsbooleancase-sensitivec-strings

Read More
Why/when to include terminating '\0' character for C Strings?...


cstringc-stringsnull-terminated

Read More
Passing variable length array of c strings as function argument...


cexc-bad-accessc-strings

Read More
Is there a simpler way to loop for error checking and quitting? (C-strings/Character Arrays)...


c++arraysloopsc-stringscode-cleanup

Read More
This breakpoint will not be currently be hit: Dll debugging...


c++debuggingdllc-strings

Read More
When doing `char first_word[MAX_LENGTH + 1] = "test";`, is first_word a pointer or a strin...


cpointersc-strings

Read More
String not properly being emptied and assigned when dealing with strcpy(string, "")...


cstringfunctionc-strings

Read More
C++ A self-defined class String assigning it to a C-style String...


c++c++11copy-constructorc-stringsassignment-operator

Read More
Extract sub string from a string based on a condition...


cparsingc-strings

Read More
Why do I get a compiler warning for converting a string literal to a char*, is it bad?...


c++c-stringsstring-literals

Read More
Different input types for fscanf...


cstringscanfc-strings

Read More
Returning a C string in a constexpr function: why no warning from the compiler?...


c++c++14constexprc-stringsstring-literals

Read More
join() or implode() in C...


cc-strings

Read More
How to use strcat() function?...


cstringpointersc-stringsstrcat

Read More
BackNext