News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

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.