Author Topic: gsl library use in code::block in Windows  (Read 4046 times)

canonlee

  • Guest
gsl library use in code::block in Windows
« on: December 13, 2010, 04:45:29 am »
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~

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
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.