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

  • Home
  • SEARCH
  • 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 8956987
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T14:53:16+00:00 2026-06-15T14:53:16+00:00

I am coming from Java to C++ and I need something similar to byte[]

  • 0

I am coming from Java to C++ and I need something similar to byte[] from Java. I can use std::vector<> for easy array like manipulation but I need answer what is practiced in C++ to use for byte manipulation uint8 or char ? ( I have lot off packing bigger integers in arrays with & 0xff and >> number so it need to be quick)

  • 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-15T14:53:17+00:00Added an answer on June 15, 2026 at 2:53 pm

    Assuming that uint8 is an 8 bit unsigned integer type, the main difference on a “normal” C++ implementation is that char is not necessarily unsigned.

    On “not normal” C++ implementations, there could be more significant differences — char might not be 8 bits. But then, what would you define uint8 to be on such an implementation anyway?

    Whether the sign difference matters or not depends how you’re using it, but as a rule of thumb it’s best to use unsigned types with bitwise operators. That said, they both get promoted to int in bitwise & anyway (again on a “normal” C++ implementation) and it really doesn’t matter for &, it doesn’t cause surprises in practice. But using << on a negative signed value results in undefined behavior, so avoid that.

    So, use an unsigned type. If the most convenient way for you to write that is uint8, and you know that your code deals in octets and will only run on systems where char is an octet, then you may as well use it.

    If you want to use a standard type, use unsigned char. Or uint8_t in order to deliberately prevent your code compiling on “not normal” implementations where char is not an octet.

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

Sidebar

Related Questions

I'm starting with Python coming from java. I was wondering if there exists something
I'm coming from the C++ world and I can't find what is the Java
Coming from Java I really like the flexibility afforded by the rich collection of
Coming from Java , I'm used to the package structure (com.domain.appname.tier) Now I've started
I am coming from Java to Ruby and this -7 mod 3 = 2
Background: I'm coming from Java background so not too familiar with Javascript. We are
new to Laravel (coming from Java spring), while using Route::get('/', function() { return Hello
I'm coming from Java/C++ to Ada and am having trouble figuring out the small
I'm coming from Java, where I'd submit Runnable s to an ExecutorService backed by
I am coming from Java and try to learn Javascript right now. Doing that

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.