Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8835689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T09:18:58+00:00 2026-06-14T09:18:58+00:00

OK, this is a strange issue that I’ve been having that I’ve never seen

  • 0

OK, this is a strange issue that I’ve been having that I’ve never seen before:

#include <iostream>
int main()
{
  char testchar = 255;
  std::cout << (unsigned int)testchar << std::endl;
}

Output:

4294967295

What in the heck? It seems that because the char is “full,” when it generates the new unsigned int type the result is “full” as well. This is not the result I remember or that I expect. I would expect the unsigned int to have a value of 0x000000FF. Can anybody explain to me exactly what’s going on here?

System: Ubuntu 12.04 64-bit

g++ version: 4.6.3

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T09:18:59+00:00Added an answer on June 14, 2026 at 9:18 am

    Your char is apparently signed. That means the 255 is overflowing the char. Since you’re apparently on a 2’s complement machine, the bit-pattern of the 255 is being stored in the char (i.e., all bits are set). When interpreted as a signed 8-bit number, that’s -1.

    Then that value is sign-extended out to a 32-bit int, giving 32 1 bits (but the same value, -1). Finally, that value is converted to unsigned int. According to the rules that’s done by reduction modulo 232-1, which gives the largest possible 32-bit number (4294967295).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having a strange issue that I've never encountered before. I have a partial
This is a strange issue - one that I've never noticed before. A verification
I'm having a strange issue that I haven't encountered before. I'm working on the
I am having a strange issue that I have never encountered in the past
I have this strange issue that my git push origin master and cap deploy
Disclaimer : this is a strange issue that only happens in a Kindle Fire
I'm having a strange issue that I can't seem to figure out. I tried
I have a strange issue that is occurring before my code appears to reach
I am having a strange issue. The titles that I specify in toolbar or
I'm running into this strange issue. Basically I have a loop that loops forever,

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.