Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
getting problems in implimentation of 64 bit number multiplication using shared memory need help ??


What I have tried:

i tried to implement using java.nio package but getting problems in implementing using memorymappedBuffer
Posted
Updated 22-Aug-17 10:11am

It is impossible to help you because your question makes no sense.
Quote:
64 bit multiplication using shared memory

Multiplication and shared memory are totally unrelated.

You need to give better explanation.
 
Share this answer
 
Shared memory does not have any relationship with 64bit multiplication.

In java Long is 64 bit. I don't see the issue of implementing anyway.

Memory can be shared in couple of ways. Read the following stackoverflow[^] for better understanding.

And if you have exclusive problem sharing a 64 bit memory then you may need to take special look on your data type
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900