Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
c++ x 6

4 Posted Topics

Member Avatar for VernonDozier

compilers check snytaxs only. It's like grammar check, thier may not be a problem with what code you wrote...but is it logical for the program? checking it as to be done form the programar, or else the computer does what is written and not what it should do.

Member Avatar for fierykido
0
1K
Member Avatar for kllera

how can I get the remaining weight, without using the int modulus? The problem is solving how many widgets are on the pallet, and inputs are the total weight and the pallet. In the program, ONEWIDGET is the weight of a widget. since the input can put any random number, …

Member Avatar for Radical Edward
0
190
Member Avatar for kllera

I'm dividing integers and making it a temporary double so i can get it in a decimal. To have it with a fraction i just divide the numbers and cout the answer with the mod answer "/" num2. I want to display both the fraction and in decimal, so.. for …

Member Avatar for Duoas
0
136
Member Avatar for C-+

what if you have to have the two input values as intigers, not allowed to classify them as floating or double? i can change the result classification thu. ..we have to divid two intigers (int) but still get an accurate answer. ex: 10/3, is 3 with int but there should …

Member Avatar for n1337
0
140

The End.