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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T19:11:22+00:00 2026-05-10T19:11:22+00:00

On the MSVC++ compiler, one can use the __int8 , __int16 , __int32 and

  • 0

On the MSVC++ compiler, one can use the __int8, __int16, __int32 and similar types for integers with specific sizes. This is extremely useful for applications which need to work with low-level data structures like custom file formats, hardware control data structures and the like.

Is there a similar equivalent I can use on the GCC compiler?

  • 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. 2026-05-10T19:11:22+00:00Added an answer on May 10, 2026 at 7:11 pm

    ISO standard C, starting with the C99 standard, adds the standard header <stdint.h> that defines these:

    uint8_t  - unsigned 8 bit int8_t   - signed 8 bit uint16_t - unsigned 16 bit int16_t  - signed 16 bit uint32_t - unsigned 32 bit int32_t  - signed 32 bit uint64_t - unsigned 64 bit int64_t  - signed 64 bit 

    I use these types all the time.

    These types are defined only if the implementation supports predefined types with the appropriate sizes and characteristics (which most do).

    <stdint.h> also defines types with names of the form (u)int_leastN_t (types that have at least the specified width) and (u)int_fastN_t (the ‘fastest’ types that have at least the specified width); these types are mandatory.

    If you’re using an old implementation that doesn’t support <stdint.h>, you can roll your own; one implementation is Doug Gwyn’s ‘q8’.

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

Sidebar

Ask A Question

Stats

  • Questions 67k
  • Answers 68k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer How to search all columns of all tables in a… May 11, 2026 at 12:03 pm
  • added an answer The biggest difference I find is the asynchronous model you… May 11, 2026 at 12:03 pm
  • added an answer Here's an oddball one that bit a large physics experiment… May 11, 2026 at 12:03 pm

Related Questions

On the MSVC++ compiler, one can use the __int8 , __int16 , __int32 and
On the UNIX bash shell (specifically Mac OS X Leopard) what would be the
On the other end of the spectrum, I would be happy if I could
On the advice of a more experienced developer, I have always coded my web
On the client machine I need to be able to somehow detect which sites
On the .Net WebBrowser control the only way I can see to load a
On the web side we are working on getting source control. Now, I want
On the page http://msdn.microsoft.com/en-us/library/bb202066.aspx If references something called POLL Driver V2 however this is
On the SVN server, there is a file called config.conf . I have a
On the PHP website, the only real checking they suggest is using is_uploaded_file() or

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.