Search code examples
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
Store a number of one digit in a vector of char using sprintf...


cvectorchar

Read More
Reversing char array in C programming...


carrayscharreverse

Read More
Program crashes when trying to set a character of a char array...


c++char

Read More
How to compare two strings in C with the number of characters compared being the number of character...


cstringchar

Read More
Why is it possible to assign a const char* to a char*?...


c++stringcharliterals

Read More
Cast Int as Char * and Back in C...


ccharint32

Read More
Both null and empty char are equal in java...


javadatabasenullchar

Read More
Return character from ASCII code in Windows Batch...


windowsbatch-filecmdcharascii

Read More
convert unicode to char...


c++unicodecharlocalec++builder

Read More
Why does the validation for lowercase letters always fail?...


c++charlowercase

Read More
BackNext