Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: Nalum on May 14, 2007, 09:48:05 pm

Title: C Programming Libraries
Post by: Nalum on May 14, 2007, 09:48:05 pm
Hey All,
I've recently moved from windows to Linux Ubuntu and would like to get back into programming C.
I was told that Code::Blocks was great for C programming. I've downloaded and installed C::B but I don't know what libraries are available with the default install. Is there a list of them or do you know where I can get any for use on Windows and Linux?

Thanks for your help.

Nalum
Title: Re: C Programming Libraries
Post by: TDragon on May 14, 2007, 10:08:23 pm
I've downloaded and installed C::B but I don't know what libraries are available with the default install. Is there a list of them or do you know where I can get any for use on Windows and Linux?
Code::Blocks itself doesn't come with any additional development libraries. However, Ubuntu has an enormous repository of packages that are easily installed from the Synaptic package manager. Which libraries you'd be interested in depends on what kind of development you'll be doing.
Title: Re: C Programming Libraries
Post by: Nalum on May 15, 2007, 08:53:24 pm
Hey TDragon,
Thanks for the reply I will check out the repository.
Title: Re: C Programming Libraries
Post by: Auria on May 16, 2007, 01:04:50 am
Hey TDragon,
Thanks for the reply I will check out the repository.

there are tons and tons of them, you can't randomly browse the repositories. The best is usually to google for a lib that does whatever you want and when you found it you can install in the repos... really depends on your needs once again