Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in char

What does an array index minus a character mean in C?

c arrays char

C++ Need some advices with Pig Latin string

C++ User inputs a char, the variable stays 0

c++ input char cin

JNI Pass Char* 2D array to JAVA Code

How to return length of string in xargs (special characters)

linux string bash char xargs

SAS is converting a character variable to numeric without being asked to

char sas

Recursive shape filling program in C

c arrays char fill

Why a segmentation fault for changing a non-const char*?

c++ pointers char constants

Read only one char from cin

c++ char cin

char pointers: invalid conversion from 'char*' to 'char'?

c pointers char

Comparison of char array and char pointer

c arrays char

C++ Best way to create a new string from index of char array?

c++ arrays string indexing char

How to check if scientific notation double or not C++

How do I convert a char [] to an int?

java arrays char

size in bytes of a char number and int number

c char int text-files

String losing data when assigning to TStringList

Creates an array that stores character by character in c

arrays c char scanf

what is the value of a multi-character character constant variable

c++ char

Is there a way to read a character from an array and then lookup it's value in a predefined enum in c?

arrays c variables enums char

Handling a char as a byte in Java, different results

java unicode binary char byte