Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in char

NASM Assembly convert input to integer?

assembly x86 char nasm atoi

How to make next step of a string. C#

c# string char ascii

C++ new & delete and string & functions

Initializing a char pointer in C. Why considered dangerous? [duplicate]

c pointers initialization char

Convert integer to be used in strcat

c casting char strcat

Any compiler which takes 'char' as 'unsigned' ?

How to avoid deprecated conversion from string constant to 'char*' in C++

c++ c arrays char

How to convert char list to string in OCaml?

list char ocaml

string.Empty.StartsWith(((char)10781).ToString()) always returns true?

c# .net string unicode char

How to assign a character using ASCII data?

c# char ascii

char '0x8' what character is this?

How to convert a float to a 4 byte char in C?

c char type-conversion

Java - Why can't I use charAt() to see if a char equals another?

java string char equals

How to check if a int var contains a specific number

c numbers char int

Using bitwise operators in C++ to change 4 chars to int

c++ char int bit-manipulation

What is the difference between 15 and 015? [duplicate]

c++ char output

can't modify char* - Memory access violation

c++ arrays pointers char

size of char type in C [duplicate]

c char sizeof

switch case on char*

Pros/cons to using char for small integers in C

c performance char int