Search code examples
Segmentation fault when trying to access properly allocated array...


cmallocc-strings

Read More
Replacing a pair of characters in a string with another...


c++for-loopif-statementreplacec-strings

Read More
How do strings and char arrays work in C?...


carraysstringc-strings

Read More
Compare two strings as in strcmp error error: invalid type argument of unary ‘*’ (have ‘int’)...


cpointerscomparisonc-strings

Read More
How can ı remove character from string in c...


cstringc-strings

Read More
Segmentation Fault in Visual Studio Code while debug C Program...


cvisual-studio-codeinitializationscanfc-strings

Read More
Convert String^ in c# to CString in c++/CLI...


c#.netstringmfcc-strings

Read More
ID:danglingTemporaryLifetime Using pointer to temporary.: C: conditionally change value of const cha...


c++stringcharc-strings

Read More
Using the value _T("") and CString variables...


c++visual-c++mfcc-strings

Read More
I'm getting unknown characters in output in C...


creversec-stringsfgetsfunction-definition

Read More
What is the data type of text[i]?...


csplitc-stringsfunction-definition

Read More
Strange characters in String C...


cmemorycharc-stringsmemset

Read More
C char array lose pointer after assingment loop...


arraysccharmallocc-strings

Read More
character array is not working as expected (concatenation of two arrays)...


cstructscopeconcatenationc-strings

Read More
Input of multiple char arrays isn't working...


cscanfnewlinec-stringsconversion-specifier

Read More
How to read in multiple floats on one line and then add them to an array?...


cfloating-pointextractc-stringsfgets

Read More
Error in assignment to expression with array type...


arrayscvariable-assignmentc-stringsstring-literals

Read More
What is the difference between memcmp, strcmp and strncmp in C?...


cstringc-strings

Read More
Does comparing two pointers do more than to just check their adresses?...


cperformancepointersc-stringsmemmove

Read More
Cannot terminate cstring properly...


c++c-strings

Read More
In C, given char *ptr and defined till ptr+n, when I tried statements similar to (ptr+i) = (ptr+j); ...


cpointersreversec-stringsfunction-definition

Read More
Read text file, break each line into separate arrays and sort in C...


carrayssortingc-strings

Read More
Having some trouble with string.h library in C...


cc-strings

Read More
C26492 Don't use `const_cast` to cast away const or volatile (type.3)...


visual-c++c-stringscode-analysis

Read More
Shouldn't a character pointer array, print a pointer? Why does it print the string it is pointed...


arrayscpointersprintfc-strings

Read More
How to count how many word in string?...


cloopsif-statementc-stringsstrstr

Read More
Why do addresses in array of char type pointers wsklan[0] and wsklan[0][0] differ?...


cpointersc-strings

Read More
i need help because of these constant nulls in C...


cprintfscanfc-strings

Read More
strtok()function which does not modify the original string, and should create a new string for the t...


cconstantsc-stringsstrtokfunction-definition

Read More
Can't sort array in alphabetical order...


arrayscsortingc-stringsbubble-sort

Read More
BackNext