Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in char

Does C have a string type? [closed]

c string char printf strcpy

Reasons to use (or not) stdint

c char stdint

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

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

ruby char ascii

Difference between char and char[1]

c++ arrays char static-array

Insert line break in postgresql when updating text field

postgresql char sql-update

Determine if char is a num or letter

c char alphanumeric

Deprecated conversion from string literal to '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