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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T15:37:26+00:00 2026-06-15T15:37:26+00:00

I define below data type: typedef int MyInt; Then I hope to define a

  • 0

I define below data type:

typedef int MyInt;

Then I hope to define a new data type based on size of MyInt, something like below code, but I can’t find a solution for it.

#if sizeof(MyInt) == 2
    typedef long MyLong;
#else
    typedef short MyLong;
#endif

Could anybody help?

  • 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-15T15:37:26+00:00Added an answer on June 15, 2026 at 3:37 pm

    It’s not the preprocessor’s job to evaluate sizeof, that’s done by the compiler which is a later stage in the process. Evaluating sizeof needs deep C knowledge that the preprocessor simply doesn’t have.

    You could (in theory) consider the preprocessor as a separate step, that does text only transforms, in effect converting “foo.c” to “foo-preprocessed.c”. The latter file won’t have any #include or #ifs left, they’re all evaluated and replaced by the preprocessor. The actual compiler never sees them.

    You should consider using <stdint.h> and the known-precision types (uint16_t and friends).

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

Sidebar

Related Questions

Below is the combo code: Ext.define('Grade', { extend: 'Ext.data.Model', fields: [ { name: 'id',
I see a code as below: #include stdio.h #define VECTOR_SIZE 4 typedef float v4sf
I m using zend. I want to define the below code outside the controller
I will post my code below as a quick note I define both of
In the below code, when we define the parameters CommandName=Insert is it actually the
In object type macro it is possible below, #define str this is a string
How can I get the code below to output node names that I define?
If I define a Combobox within a DataGridTemplateColumn as below then there will be
I am currently exporting data from php to excel using the code as below:
I have a type defined like this: struct DynTab_s { int object_count; //other fields

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.