Re: long integer multiplication
- From: "Wade Ward" <invalid@xxxxxxxxxxx>
- Date: Sun, 29 Apr 2007 03:27:53 -0400
"Joe Estock" <jestock@xxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:sfWdnam_JKLP3qnbnZ2dnUVZ_s7inZ2d@xxxxxxxxxxxxxxxx
helPlease wrote:long long x;
hello !! Can anybody provide me an algorithm or C code for long
integer multiplication.It's urgent.
Please do your own homework or at least attempt to do your own homework
and if you get stuck then post your code. Attempting to solve the problem
yourself and asking for help when you are stuck at least shows that you
are dedicated to learning and not just looking for a free handout. Since
you have declared that this is urgent I suggest you start writing code
immediately.
int y = 0;
y = y *(int)x;
I think that might be legal.
--
WW
.
- Follow-Ups:
- Re: long integer multiplication
- From: Richard Heathfield
- Re: long integer multiplication
- References:
- long integer multiplication
- From: helPlease
- Re: long integer multiplication
- From: Joe Estock
- long integer multiplication
- Prev by Date: Re: break statement in a for loop
- Next by Date: Re: long integer multiplication
- Previous by thread: Re: long integer multiplication
- Next by thread: Re: long integer multiplication
- Index(es):
Relevant Pages
|