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 9124519
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T06:35:24+00:00 2026-06-17T06:35:24+00:00

I am confused about QByteArray data. Can someone please explain the below scenario for

  • 0

I am confused about QByteArray data. Can someone please explain the below scenario for me.
enter image description here

Here data type for each array index is char. I understand some of those values. Like 74 'J'
I understand the first one is ASCII and second one is the corresponding character. But what is the meaning of -1 '\\377'

Also what does the below gui means?? I sent the QByteArray of above to a function which takes the QByteArray as unsigned char* source. The below gui is showing the value of that source.
enter image description here

The main confusing part is the first line’s value 0x87089e8 "\377\330\377\340"

  • 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-17T06:35:25+00:00Added an answer on June 17, 2026 at 6:35 am

    char in C/C++ is a signed 1-byte integer. This GUI is simply expressing that value as a signed decimal number, and the equivalent ASCII character.

    You’re asking about the byte value -1, which can be interpretted in the following ways:

    Binary     11111111
    Octal      0377
    Hex        0xFF
    Decimal    -1    (Signed)
               255   (Unsigned)
    
    ASCII      \377
               \xFF
    

    Note that there isn’t a standard printable ASCII character for 255, which is why they show it like they do.

    Another Example:

    Binary     01001010
    Octal      0112
    Hex        0x4A
    Decimal    74    (Signed)
               74   (Unsigned)
    ASCII      'J'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Totally confused about the data types required here. I have this Linq statement: var
been confused about this for over two hours, so maybe someone can point me
I'm confused about Content and Remove items in a List. Can someone teachme some
I'm a little confused about the rules regarding restricted pointers. Maybe someone out there
I'm confused about how IO#select works in Ruby. I'm told here that it should
I've been confused about core data entities. Since you never allocate them do you
Really confused about what's going on here. I have a class defined as follows:
I'm a bit confused about this mass assignment issue. Here's my question Say I
I am confused about binding and the purpose of _bind.All in backbone.js. Below is
I am still rather confused about how intellisense can find out definitions for my

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.