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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T01:06:20+00:00 2026-06-05T01:06:20+00:00

So, offsetof(struct, field) returns the relative offset of field inside a plain structure. But

  • 0

So, offsetof(struct, field) returns the relative offset of field inside a plain structure. But is there a way to get the relative offset of a field inside of a nested structure.

e.g.

struct my_struct {
   int a;
   struct {
      int b;
      int c;
   } anonymous_struct;
}

Is there any way to get the offset of b and c relative to my_struct (at runtime).

  • 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-05T01:06:22+00:00Added an answer on June 5, 2026 at 1:06 am

    Yes, you can still use offsetof.

    E.g.

    size_t boff = offsetof(struct my_struct, anonymous_struct.b);
    

    The requirements of offsetof are that the type and member-designator must be such that given statictypet;, &(t.member-designator) evaluates to an address constant. The member-designator doesn’t have to be a simple identifier.

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

Sidebar

Related Questions

There is this macro offsetof in C/C++ which allows you to get the address
Is there a way to measure the offset of the window in jQuery, in
Is there a way to append a string in a specific offset position on
I found a method of computing the offset of struct. as follow: #define offsetOf(type
I am trying to get offset of sys_call_table on Linux x86_64. First of all
Mysql: i need to get the offset of a item in a query. I
Is there a better method to establish the positional offset of an object's data
Am I safe to assume that the offset of a data member ( offsetof(mystruct,
I'm trying to work with the offsetof macro in the following way: typedef unsigned
I have C++ structure as struct myStruct { int a; int b; int c;

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.