Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in char

Return char[]/string from a function [duplicate]

c arrays string char return

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

Understanding the difference between null and '\u000' in Java

java null char

Is a string literal in С++ created in static memory?

c++ string char

How to get the ASCII value in JavaScript for the characters [duplicate]

javascript char ascii

Preferred conversion from char (not char*) to std::string

C char* to int conversion

c char int

In C - check if a char exists in a char array

c arrays string 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