StackOverflow Questions for Tag: unsigned-char

Renjith G
Renjith G

Reputation: 4898

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

Score: 7

Views: 2355

Answers: 3

Read More
CoderInNetwork
CoderInNetwork

Reputation: 3093

uint8_t can't be printed with cout

Score: 229

Views: 169825

Answers: 10

Read More
Khawar Ali
Khawar Ali

Reputation: 3506

Why "cout" works weird for "unsigned char"?

Score: -2

Views: 3923

Answers: 1

Read More
programk5er
programk5er

Reputation: 23

char * vs unsigned char *

Score: 2

Views: 90

Answers: 1

Read More
Varo
Varo

Reputation: 851

Subtraction operation on unsigned char

Score: 0

Views: 5076

Answers: 2

Read More
Scollier
Scollier

Reputation: 631

Select specific pixels of an image

Score: 0

Views: 47

Answers: 1

Read More
Nick
Nick

Reputation: 2871

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

Score: 66

Views: 60966

Answers: 3

Read More
NOURDDINE BENYAHYA
NOURDDINE BENYAHYA

Reputation: 35

Differences in Casting: char vs. unsigned char

Score: 0

Views: 109

Answers: 2

Read More
Nathan Fellman
Nathan Fellman

Reputation: 127578

how do I print an unsigned char as hex in c++ using ostream?

Score: 89

Views: 185838

Answers: 17

Read More
Joao Pereira
Joao Pereira

Reputation: 15

Why do I need to Bitwise AND with 1 the shift righted char in binary to get the correct binary value?

Score: 0

Views: 125

Answers: 2

Read More
samoncode
samoncode

Reputation: 476

Convert QString into unsigned char array

Score: 4

Views: 32096

Answers: 3

Read More
JoshuvaBernard
JoshuvaBernard

Reputation: 11

why is the output of this question is 266 -1 10 in turbo c compiler?

Score: 0

Views: 62

Answers: 1

Read More
Hitesh Menghani
Hitesh Menghani

Reputation: 987

cout not printing unsigned char

Score: 27

Views: 98136

Answers: 6

Read More
niil87
niil87

Reputation: 57

Printf performing implicit casting

Score: 3

Views: 731

Answers: 3

Read More
JosF
JosF

Reputation: 153

Unexpected behaviour on underflow of unsigned char

Score: 5

Views: 125

Answers: 1

Read More
Piyush Malaviya
Piyush Malaviya

Reputation: 31

nlohmann Json not working with std::array<unsinged char, SIZE>

Score: 0

Views: 751

Answers: 1

Read More
Komiljon Aliyev
Komiljon Aliyev

Reputation: 150

C++ unsigned char *{varName}; -> C#

Score: 0

Views: 330

Answers: 1

Read More
louis.luo
louis.luo

Reputation: 2971

How to print unsigned char[] as HEX in C++?

Score: 15

Views: 55615

Answers: 3

Read More
KKS
KKS

Reputation: 1389

C++ make unsigned char * buffer from string

Score: 0

Views: 613

Answers: 1

Read More
noname delete
noname delete

Reputation: 1

Usage of int instead of char

Score: 0

Views: 147

Answers: 1

Read More
PreviousPage 1Next