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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T05:40:22+00:00 2026-06-07T05:40:22+00:00

I already know that, when I put the definition of a member function into

  • 0

I already know that, when I put the definition of a member function into a header and mark the function as inline, the code in the function gets inlined into any place where the function is called out of a .cpp file, so when it comes to a compiled binary, I know where the function’s code is located — within the compiled code of any .cpp file that depends on it. But what happens if I don’t mark a function in a header with inline and the function’s body is large enough to make the compiler choose not to inline it? In the context of a static/dynamic library the function’s class belongs to, where does the function’s code is compiled to? Or is it not compiled at all and the final destination for the function’s code is a compiled .cpp of a client of the library? If it’s the latter case, does the function’s code still gets inlined even if I didn’t mark it with inline (because its code was too “heavy”)? And finally, is MSVC compiler’s behavior in this case differs from the GCC’s one?

And sure, I realize that putting member functions I want to be inlined into .h file (or .inl file) and “heavy” function into .cpp file would make things crystal clear, but I would really like to avoid breaking a class’ implementation across files, hence is the interest.

  • 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-07T05:40:23+00:00Added an answer on June 7, 2026 at 5:40 am

    When you mark a function inline you’re not forcing the compiler to inline it at every place it’s called, you’re just telling it that that the definition is inline and it should expect duplicate copies in different compilation units. The actual code will be compiled at least once for every compilation unit where you include the header and call the function.

    If you don’t declare it inline, the linker should complain about multiple definitions of the function, even if those definitions are identical.

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

Sidebar

Related Questions

Extension of Euclid's Algorithm We already know that, for any two whole numbers a
I already know that most implementations use a single thread, but is there anything
I am new to iOS and Objective-C, I already know that in a class,
I know that this question had already been asked a couple of times before,
I know that this has already been asked here but the answer (using a
I know that there are currently questions on SO already pertaining to saving jQuery
I know that my question will be very similar to other ones already asked
Should we be testing values that we already know the answer to? If a
First of all: I do know that there are already many questions and answers
I have a table that i want to highlight during onmouseover/onmouseout. I already know

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.