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

  • Home
  • SEARCH
  • 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 9151409
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:47:41+00:00 2026-06-17T11:47:41+00:00

I am looking for an idea about a condition that stop when an integer

  • 0

I am looking for an idea about a condition that stop when an integer reach to the max number of its digit..

i.e

the max number of 2 digits number is 99

the max number of 5 digits number is 99999

I got this one

while(x != ([10^number of digits] -1))
{
    x++;
}
cout << x;

but actually i am dealing with string, which may i have a huge numbers, and this code start to get very long execution time after 9 digits.

So can any one give me a good idea about that, Thanks.

  • 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-17T11:47:42+00:00Added an answer on June 17, 2026 at 11:47 am

    How about:

    done = false;
    while(!done)
    {
        x++;
        done = true;
        for (i=0 ; i<number_of_digits; i++)
           if x[i] != '9'
              done = false;
    }
    cout << x;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for an idea, concept or proven datastructure that would be very
I am looking for a fast idea/algorithm letting me to find squares (as mark
I'm just looking a big picture idea here; I can google specifics once provided
I am getting the following stacktrace and have no idea what I am looking
I'm looking for a library that will allow me to programatically modify Excel files
So, I've got a design question: I have several processes running that are updating
Recently I got a task that is to draw circles on my own website
I am looking for some advice on an idea which i am unsure if
I am looking for simple way to connect information about requirement/release and source code.
I'm looking into the idea of creating a new logger to hold log statements

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.