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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:09:09+00:00 2026-06-17T13:09:09+00:00

I did below: if( ‘0’ <= infix.at(i)<= ‘9’){ // some logic } Compiler gave

  • 0

I did below:

if( '0' <= infix.at(i)<= '9'){
// some logic
}

Compiler gave me warning unsafe use of type ‘bool’ in operation. I changed it to following:

if( '0' <= infix.at(i)&& infix.at(i) <= '9') 

now it works. Is the first one not allowed in C++??

  • 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-17T13:09:10+00:00Added an answer on June 17, 2026 at 1:09 pm

    The first version would be evaluated like this:

    if( ( '0' <= infix.at(i) ) <= '9' )
    

    which is why you get a warning about bool – you wind up with true/false <= '9' which doesn’t make sense.

    Some languages allow you to chain comparison operators, but C++ is not one of them.

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

Sidebar

Related Questions

I did the below it worked, <div class=container_12> <div class=grid_6>Some Text</div> <div class=grid_6>Some Text</div>
I did ajax call and got response in callback function like below: var v=;
Did some searches here & on the 'net and haven't found a good answer
Did some googling and couldn't find a clear answer on this. My assumption is
Update : Unfortunately the help offered below did not solve my problem of sharing
EDIT: The reason why my Doctrine queries (see below) did not work/produced those errors
EDIT: jldupont 's suggestion ( see below ) did the trick Window -> Preferences
I did like below in xml <TableRow> <TextView android:id=@+id/address1 android:layout_width=fill_parent android:layout_height=wrap_content android:gravity=left android:maxLines=4 android:singleLine=false
Hi I am trying to design alert dialog as below I did the basic
I did a test like below ↓ 1) Create a customer enum (copy from

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.