News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

gsl library use in code::block in Windows

Started by canonlee, December 13, 2010, 04:45:29 AM

Previous topic - Next topic

canonlee

gsl is a third library for C and C++ programmers, and I downloaded .exe file from http://www.gnu.org/software/gsl/. But I don't known how to setup it in code::block, and I can't find the solution in web. Can everyone show me the detail that use it? thx~

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.