Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hallo everybody. I want to use GMP in C Sharp. How can I do this? I got a link http://cs.nyu.edu/exact/core/gmp, but cannot understand how to use it. Please help. I am using Visual C sharp 2008 Express Edition.
Posted
Updated 25-Jan-10 21:52pm
v2

or you can use this link its a wrapper to what you want.

add reference to the dll and read the example on the web page.
 
Share this answer
 
v3
GMP is a C++ library, and the page you linked to confirms that. You will find it exceptionally difficult to link to it from C#, when chances are you can already perform most of the functions you need.
 
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