Wrox Programmer Forums
|
BOOK: Professional Java Tools for Extreme Programming
This is the forum to discuss the Wrox book Professional Java Tools for Extreme Programming: Ant, XDoclet, JUnit, Cactus,and Maven by Richard Hightower, Warner Onstine, Paul Visan, Damon Payne, Joseph D. Gradecki, Kate Rhodes, Robert Watkins, Erik Meade; ISBN: 9780764556173
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Java Tools for Extreme Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 20th, 2004, 04:02 AM
Registered User
 
Join Date: Oct 2004
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to new_bie
Default big integer

i've been working on a problem and i cant seem to find a solution
     product = 1;
   for (int x = 1000000; x >=1; x --)
     {
        product = product * x;
     }
how can i declare a variable product capable of holding a 1000000! value? int doesn't seem to solve the problem.

newbie





Similar Threads
Thread Thread Starter Forum Replies Last Post
How big is too big? chroniclemaster1 XML 5 September 17th, 2012 01:07 AM
How can I upload the big file shan168 VS.NET 2002/2003 1 April 1st, 2005 09:48 AM
Big Query hortoristic SQL Server 2000 3 May 25th, 2004 04:01 PM
Big models question darrinps BOOK: Expert One-on-One J2EE Design and Development 0 June 4th, 2003 02:10 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.