Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in char

how to check if a character is equal to double quote in java

java char double-quotes

is it possible to check if a char matches a list of possibilities?

java if-statement char

String to const char* in Arduino?

c++ c string char arduino

C++: Get index of char element in array

c++ arrays char

Why 255 is the limit

copy char* to char*

c++ char

Converting a string to a char array

arrays vb.net string char

Is there an easy way to change a char in a string in C#?

c# string char

Memory allocation for char array

c arrays char

Please explain what this code is doing (someChar - 48)

c encoding char ascii

Constexpr cast to const char[]

c++ templates char constexpr

Passing char * vs char ** as parameters to a function in C

c char parameter-passing

Signedness of char and Unicode in C++0x

c++ unicode utf-8 char c++11

Convert hexadecimal unicode character into its visual representation

c# unicode char hex

Conversion from char* to signed char*

c++ char signed

How does MySQL varchar know how many bytes indicate the length?

How to use TCharHelper?

delphi char delphi-xe5

Is it possible to convert bitset<8> to char in c++?

c++ char bitset

What is a char* declaration in arduino?

char arduino

Is there any function to get an unlimited input string from standard input

c input char scanf gets