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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:15:56+00:00 2026-06-17T21:15:56+00:00

Basic question, the code is very large, but my issue is, at it’s core,

  • 0

Basic question, the code is very large, but my issue is, at it’s core, basic :

I have a double value known as variable, and if I check it with cout << variable, it will give me, for example, 982.

The very next line of code is int intvariable = variable.

Then, when I check it with cout << intvariable, I’m given 981.

The funny thing is, this doesn’t always happen. With 985 it might stay at 985, but then at 984 and 983, it will return 983 and 982. I can’t seem to figure this out at ALL. I’ve tried converting it to a float and then to an int, or to another double and then an int.

I need it as an int so I can use the modulus operator with it.

I should point out, previously in the code the double is less than 1 (i.e, 0.987), and is then multiplied by the number of decimal places to make it a real, positive integer (though, it’s stored as a double still at that point). Maybe that has something to do with the random rounding?

  • 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-17T21:15:57+00:00Added an answer on June 17, 2026 at 9:15 pm

    Casting a floating point value to an int will truncate (return the floor of) the value, possibly leading to your problems because floating point numbers are inherently imprecise. Try rounding the number instead, i.e. intvariable = (int)(0.5 + variable). You might also be interested in the fmod function, which computes the remainder of floating point division (see http://www.cplusplus.com/reference/cmath/).

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

Sidebar

Related Questions

Very basic question, but I have an error in my code that can only
I have a very basic question. I want to retrieve a zip code automatically
Very basic question, but just reading through source code and trying to tell what
I have a very basic question. Lets take the following code snippet: #include<iostream> int
I'm a newbie and I have a very basic question about PHP arrays Code:
I realize that this is probably a very basic question, but I have spent
I think that it is a very basic question, but I have spent hours
Basic question here - I have many lines of code that look something like:
I have a basic PHP question, take the code below for example, let's say
I have a very basic question on returning a reference to an element of

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.