New posts in char

Assigning char array a value in C

Can the char type be categorized as an integer?

Getting an ASCII character code in Ruby using `?` (question mark) fails

Max Char in TextBox C#?

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

can't modify char* - Memory access violation

How do I map a char property using the Entity Framework 4.1 "code only" fluent API?

What is the proper way of implementing a good "itoa()" function?

Hex to char array in C

Difference between char and char[1]

Insert line break in postgresql when updating text field

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

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

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

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

Convert char array to a int number in C

How do I convert a single char to a string?

C job interview - casting and comparing

How to reverse String.fromCharCode?

Efficiently repeat a character/string n times in Scala