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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T06:02:05+00:00 2026-05-18T06:02:05+00:00

I apologize if this has been asked before. My search results did not turn

  • 0

I apologize if this has been asked before. My search results did not turn up a similar question.

This is a conceptual question. According to MSDN and others as well:

A constant member function cannot modify any data members or call any member functions that aren’t constant

Why then are we allowed to access static member variables from a const method?

  • 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-18T06:02:05+00:00Added an answer on May 18, 2026 at 6:02 am

    The C++ standard says this about const member functions:

    If the member function is declared const, the type of this is const X*, […]

    In a const member function, the object for which the function is called is accessed through a const access path; therefore, a const member function shall not modify the object and its non-static data members.

    So you see that only non-static data members are part of the ‘constness’ of the member function.

    However, I think that more importantly it indicates that a good way to understand what’s going on with const member functions is that it makes the implicit this pointer a pointer to const.

    Since static members don’t need to be accessed via the this pointer (implicitly or explicitly), access to them isn’t const qualified.

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

Sidebar

Related Questions

I apologize if this has been asked before. I searched but did not find
I apologize if this question has been asked before. I am relatively new to
I apologize if this question has been asked before, but my case is a
Apologies if this has been asked before, but I could not find a question
First off, I apologize if this question has been asked before. I've done a
First off - apologies if this or a similar question has been asked before.
I am sure this question has been asked before, so I apologize in advance,
I apologize if this has been asked and answered before but I was not
Apologies if this question has been asked before, I couldn't find anything similar. I
I'm sure this question has been asked before, my apologies for not finding it

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.