Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in char

Should a buffer of bytes be signed or unsigned char buffer?

c++ c char buffer

Difference between "char" and "String" in Java

java string char

How to check if a String contains any letter from a to z? [duplicate]

c# windows string char

What is the correct way to compare char ignoring case?

c# .net string comparison char

How do I convert a single char to a string?

c# string casting char

Is it possible to convert char[] to char* in C?

c char

Why does the string Remove() method allow a char as a parameter?

c# string char

C job interview - casting and comparing

c casting char int

How to get the real and total length of char * (char array)?

c++ c arrays pointers char

How to reverse String.fromCharCode?

javascript char reverse

What is this char? 65279 ''

c# char

Efficiently repeat a character/string n times in Scala

SQL query for a carriage return in a string and ultimately removing carriage return

How can I convert a char to int in Java? [duplicate]

java char type-conversion int

In Java how does one turn a String into a char or a char into a String?

java string char

Is char guaranteed to be exactly 8-bit long? [duplicate]

c types char

What is the first character in the sort order used by Windows Explorer?

Isn't the size of character in Java 2 bytes?

java string char

How to convert a single char into an int [duplicate]

c++ char

How can I check if char* variable points to empty string?

c pointers char