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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T08:10:33+00:00 2026-06-07T08:10:33+00:00

In the below code there is a conversion operator for converting class A object

  • 0

In the below code there is a conversion operator for converting class A object into const class B object.

My question is when the const B object is been created, why its value change as
b.v=20 gives no error.

Probably, i am missing some thing.

Thanx in advance

class B
{
public:
    int v;
    B() : v(10) {}
};

class A
{
public:
    operator B() const {}
};


void g(B b)
{
    b.v=20;
}

int main()
{
    A a;
    g(a);
    return 0;
}
  • 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-07T08:10:34+00:00Added an answer on June 7, 2026 at 8:10 am

    const after member function signature has nothing to do with return type; it only means that the function (or value returned by it) will not change state of the original object, i.e. will not change members other than those marked as mutable.

    Additionally, your function g() takes parameter by value, so it’s copied anyway.

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

Sidebar

Related Questions

In the Code Below there are Two Classes. One Object of type two is
I have below code to insert a style into DOM (there is a use
I have code like this: class Base { public: void operator = (const Base&
The below code works when there are a few element in the To list
For the below code, there ia a form in the location /home/form.php .How can
Normally I use the below code, but is there a better way? lastOfMonth =
In the below code instead of specifying the tab name.. Is there anyway we
The code below is resulting in an error on a site in which there
in the code below at first if statements block (there will be more than
In my code below, is there any way I can use the results in

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.