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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:39:10+00:00 2026-05-15T19:39:10+00:00

Possible Duplicate: Why is ++i considered an l-value, but i++ is not? In C++

  • 0

Possible Duplicate:
Why is ++i considered an l-value, but i++ is not?

In C++ (and also in C), if I write:

++x--
++(x--)

i get the error: lvalue required as increment operand

However (++x)-- compiles. I am confused.

  • 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-15T19:39:11+00:00Added an answer on May 15, 2026 at 7:39 pm

    Post- and pre-increment operators only work on lvalues.

    When you call ++i the value of i is incremented and then i is returned. In C++ the return value is the variable and is an lvalue.

    When you call i++ (or i--) the return value is the value of i before it was incremented. This is a copy of the old value and doesn’t correspond to the variable i so it cannot be used as an lvalue.

    Anyway don’t do this, even if it compiles.

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

Sidebar

Related Questions

Possible Duplicate: Are iframes considered 'bad practice'? Some say that iFrame is evil. But
Possible Duplicate: Are iframes considered 'bad practice'? While working with web developers, I always
Possible Duplicate: non-copyable objects and value initialization: g++ vs msvc Value-initializing an automatic object?
Possible Duplicate: Will code in a Finally statement fire if I return a value
Possible Duplicate: GOTO still considered harmful? I have read articles that advise on refraining
Possible Duplicate: When is a language considered a scripting language? I am really confused
Possible Duplicate: How do I create unique constraint that also allows nulls in sql
Possible Duplicate: What is considered fast performance for a single server request? I'm building
Possible Duplicate: What is the binary representation of a boolean value in c# According
Possible Duplicate: GOTO still considered harmful? Recently I've been reading The C Programming Language

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.