I have only used Xcode 3 for self-contained programs. This time though I have to use a Big Number library. I've downloaded gmp and tried to link it with Xcode 3. To be honest I mostly have no clue what I'm doing. Can you guys explain thoroughly how to link a Big Number library like gmp so I can use it to calculate huge numbers?
Edit: I am working in C++ and I need to be able to do any mathematical operation, like addition, square root, exponent and so forth