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

Related Questions

I know MSVC can do this via a pragma message -> http://support.microsoft.com/kb/155196 Does gcc
i did this in msvc 2005. typedef void (*cleanup_t)(); void func(cleanup_t clean) { cleanup_t();
I am reviewing the flags we have for our MSVC projects, and I can't
I'm trying to create a c++ library for use on windows/MSVC. My problem is
The following source file will not compile with the MSVC compiler (v15.00.30729.01): /* stest.c
When building Boost binary libraries with bjam , one may specify which compiler to
Is there a way to make the msvc compiler as strict as gcc? MSVC
How do you get Pro*c to work within MSVC 6? In otherwords compile a
In MSVC, DebugBreak() or __debugbreak cause a debugger to break. On x86 it is
I'm tyring to convert a MSVC project from VS 2005 to VS 2008. It

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.