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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T03:04:15+00:00 2026-05-22T03:04:15+00:00

Ok, I have this scenario. A class called a which includes windows.h. #ifndef a.h

  • 0

Ok, I have this scenario.

A class called a which includes windows.h.

#ifndef a.h
#define a.h

#include <windows.h>

class a
{
};
#endif

A class called b which includes windows.h.

#ifndef b.h
#define b.h

#include <windows.h>

class b
{
};
#endif

A main class as such.

  #include "a.h"
  #include "b.h"

  MAIN STUFF

The point I’d like to clarify is the following.

Because I am importing both a and b into main, I am concerned that windows.h is being included twice. Is this so? If so, how to fix?

  • 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-22T03:04:16+00:00Added an answer on May 22, 2026 at 3:04 am

    #windows.h should be (read: is) clever enough that this is not a problem.

    • They use “header guards” to guarantee safety of multiple inclusion within a TU, the same way you did in your files a.h and b.h (though you should really pick better names for those guards… oh how easily they can conflict at present!).

    • To guarantee safety of multiple inclusion across TUs (not your scenario at the moment), they restrict themselves to only allowing declarations, not definitions, in header files. The rest will go in the library binaries that are part of your operating system. (And, in fact, aside from template/inline function definitions, you should always stray from defining things in headers).

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

Sidebar

Related Questions

I have a similar scenario as this one: public class TestLinq2Xml { private XElement
we have this scenario: A server which contains needed data and client component which
The scenario is this We have two applications A and B, both which are
I have a class called GraphEdge which I would like to be uniquely defined
Here's the scenario: I have a repeater inside an UpdatePanel called updPanel. Inside this
I have this scenario where I need data integrity in the physical database. For
I have this typical scenario. I have a smartclient application built on .net 2.0
This is a question for a WSS/SharePoint guru. Consider this scenario: I have an
Scenario: I have a document I created using LaTeX (my resume in this case),
Much related to this question , we have a scenario on my team where

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.