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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T10:54:03+00:00 2026-06-12T10:54:03+00:00

In this question I asked why //foo.h namespace foo{ int bar; } gave me

  • 0

In this question I asked why

//foo.h
namespace foo{
    int bar;
}

gave me a linker error when I include foo.h in multiple files. Turns out I need extern int bar; to prevent the error. Why do I need extern? I don’t want to type extern before every variable in every namespace that I want access to in multiple translation units. Why doesn’t int bar; do what I expected it to? Why does the C++ Standards Committee insist on making me type extern everywhere?

  • 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-12T10:54:04+00:00Added an answer on June 12, 2026 at 10:54 am

    Extern says that the storage declaration for the variable will be made elsewhere. The linker then goes and looks for the symbol in another file at link time. Without extern you are telling the compiler, allocate some space for a global. If you do this in more than one file the linker will see multiple instances of the same symbol.

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

Sidebar

Related Questions

I recently asked this question regarding pulling beans out of an applicationContext. The answer
I asked this question the other day and found out I should use .delegate()
I have been asked this question by a colleague that should we always include
I've seen this question asked often, but none of the proposed solutions seem to
This is an extension for this question asked an hour ago. We cannot modify
I've seen this question asked already - but none of the answers really gelled
I've seen this question asked a few times on stackoverflow, with no resoundingly wonderful
I've seen this question asked on here, but it seems to be different than
This question was asked quite some time ago, and while it covers possible solutions
This question was asked to me in an interview. Suppose char *p=malloc(n) assigns more

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.