C++ libraries

Questions about programming languages and debugging
Post Reply
User avatar
ayu
Staff
Staff
Posts: 8109
Joined: 27 Aug 2005, 16:00
18
Contact:

C++ libraries

Post by ayu »

I just discovered that i am missing a hell lot of libraries :/

Does anyone know where i can download packs with libraries? :/ i found sites where i can download them one by one....but since i need so many i thought that maybe there was a pack available =p
"The best place to hide a tree, is in a forest"

User avatar
LaBlueGirl
Suckopithicus chickasaurus
Suckopithicus chickasaurus
Posts: 513
Joined: 22 Mar 2006, 17:00
18
Location: Brussel
Contact:

Post by LaBlueGirl »

Well, I'm not exactly sure if this'll help, but it's something I guess...


http://gcc.gnu.org/libstdc++/

http://www.boost.org/

http://josuttis.com/libbook/examples.html

http://www.msoe.edu/eecs/ce/courseinfo/stl/index.htm

(I Googled using two sets of terms: ' c++ library downloads' and 'standard c++ library downloads', but without the single quotes. You can modify this search by adding keywords for what you're looking for...)
"Hey, Crash!
Ever tried walking with no legs?

It's real slow!"
~Crunch, Crash Bandicoot TTR

pseudo_opcode
cyber messiah
cyber messiah
Posts: 1201
Joined: 30 Apr 2006, 16:00
17
Location: 127.0.0.1

Re: C++ libraries

Post by pseudo_opcode »

neo130 wrote:I just discovered that i am missing a hell lot of libraries :/
lol i had the same feeling when i was trying to install xine on my freshly installed gentoo. I searched, downloaded, compiled hundreds of libraries one by one and i had "missing dependencies" in my nightmares

Post Reply