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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:27:58+00:00 2026-05-15T21:27:58+00:00

To make a struct’s members private to the outside I know that I can

  • 0

To make a struct’s members “private” to the outside I know that I can do this.

In the .h file

typedef struct Obj Obj;

In the .c file you then

struct Obj {
int a;
int b;
}

This will keep the knowledge of the existense of a and b from beeing known. But all the “member” functions in the .c file will now about them and can opperate on then.
But what I wonder about now is that if you can make PART of the struct “private”. Say that I want to keep those a and b variables “private” but then I want to have some function pointers that I want to remain public. Is this possible?
I know that if I try to declare these in the struct in the .h file I would get a duplicate declaration error on the struct.

  • 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-05-15T21:27:58+00:00Added an answer on May 15, 2026 at 9:27 pm

    Could this (not tested or even compiled) work for you?

    in the file “everybody_includes_me.h”:

    typedef public_struct {
      func1_ptr;
      func2_ptr;
    } PUBLIC_STRUCT;

    extern PUBLIC_STRUCT func_pointers;

    and in the file "totally_public.c":

    PUBLIC_STRUCT func_pointers;

    then in the file "all_private.c":

    struct Obj {
      PUBLIC_STRUCT *func_pointers;
      int a;
      int b;
    }
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can a struct contain other structs? I would like to make a struct that
Can you make a struct that behaves like one of the built-in classes where
I tried to make a program that writes struct elements to binary file and
This works fine: #include <iostream> #include <map> using namespace std; struct Bar { int
I'm trying to make a struct that generates a random matrix and am getting
In Scheme, I can use define-struct to make a binary search tree, but how
I have a file context.ml where a map is defined module CtxMap = Map.make(struct
I know that there're few differences between struct and class in C++. I also
When I make my own struct, say: struct myStruct{ int data1; int data2; string
I have a struct sockaddr and need to make a struct addrinfo (specifically 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.