CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Location
    NJ, USA
    Posts
    25

    Multiplication of large numbers..



    I have got a unique problem while handling large number multiplications.

    I am using Currency datatype for all my multiplications. for example if the first number is 12345678.1234 and the second number is 123345678.1234 and the third number is 1234567.123 .Multiping these 3 nos gives me a error.

    since Iam involving in the development for an Indonasian Package where the currency handling is more.


    Please give me some soln at the earliest.


    Praveen B



  2. #2
    Join Date
    Apr 1999
    Location
    NJ, USA
    Posts
    25

    Multiplication of large numbers..



    I have got a unique problem while handling large number multiplications.

    I am using Currency datatype for all my multiplications. for example if the first number is 12345678.1234 and the second number is 123345678.1234 and the third number is 1234567.123 .Multiping these 3 nos gives me a error.

    since Iam involving in the development for an Indonasian Package where the currency handling is more.


    Please give me some soln at the earliest.


    Praveen B



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured