Search code examples
How to shift chars in a character array without a temp?...

c++arraysstringcharc-strings

Read More
Replace one character with multiple characters...

cstringcharc-strings

Read More
How do I convert a long string into a smaller abbreviation consisting of the first character, last c...

cloopscharc-stringsabbreviation

Read More
How to convert uppercase/lowercase turkish letters to each other?...

ccharuppercaselowercaseturkish

Read More
garbage being inserted at the end of char array after filling different char array...

c++arraysstringchar

Read More
Why is conversion from string literal to 'char*' valid in C but invalid in C++...

c++cstringc++11char

Read More
How to read char from the console...

c#consolecharconsole.readline

Read More
assigning more than one character in char...

cchar

Read More
What does this Delphi syntax do? "someAnsiChar := ^H;"...

delphicharcontrol-characters

Read More
Determining whether either of a pair of strings ends the other string...

javaregexstringif-statementchar

Read More
Determine if char is a num or letter...

ccharalphanumeric

Read More
How can I count the length of char in a char array without using any loop?...

arrayscharsizeofstring-length

Read More
Why is the size of a character sizeof('a') different in C and C++?...

c++ctypescharsizeof

Read More
Ruby - How to select some characters from string...

rubystringfunctioncharsubstr

Read More
Java: difference of chars...

javaeclipsedata-structuresintegerchar

Read More
What is the correct way to compare char ignoring case?...

c#.netstringcomparisonchar

Read More
Why is char[] preferred over String for passwords?...

javastringsecuritypasswordschar

Read More
Insert line break in postgresql when updating text field...

postgresqlcharsql-update

Read More
Why can't I static_cast between char * and unsigned char *?...

c++charreinterpret-caststatic-castunsigned-char

Read More
Problem finding limits for each numeric data type...

c++typescharnumeric-limits

Read More
Please have a look at the code, clang is giving the error " incompatible pointer to integer con...

cif-statementcharc-stringstolower

Read More
how the null value '\0' assign in the exacted \n index?...

ccharnewlinec-stringsfgets

Read More
GTK function call messes up completely unrelated char* value...

ccharc-strings

Read More
How to copy * char to static array of strings, printf producing strange output,...

carrayschar

Read More
How to convert a single char to a null-terminated const char*...

c++stringcharconstants

Read More
How to convert a std::string to const char* or char*...

c++stringcharstdstring

Read More
The use of different character types in C++...

c++char

Read More
Counting the correct number of line breaks in a text file...

javastringfilecharbufferedreader

Read More
What's different between char and char [1]?...

arrayscstructcharstring-literals

Read More
strcat concat a char onto a string?...

cstringcharconcatenationstrcat

Read More
BackNext