|
-
March 5th, 2012, 01:24 PM
#1
Site with massive repository of C++ code?
Does anyone know of a site that has a huge repository of C++ code that you can use for free? I'm talking about a site that would have literally thousands of C++ algorithms, code snippets, etc. (it could also have other programming languages: PHP, Java, etc). I'm not looking for a bunch of different sites that have some code and if you add them all together, it makes a huge repository, I'm looking for *one* site that would have this all. Thanks.
-
March 5th, 2012, 01:28 PM
#2
Re: Site with massive repository of C++ code?
-
March 5th, 2012, 01:33 PM
#3
Re: Site with massive repository of C++ code?
I'm somewhat familiar with boost, but I was looking for something even bigger. Though, maybe I have just not looked at boost enough. I hear the boost libraries have a bad rep, is that true?
-
March 5th, 2012, 01:35 PM
#4
Re: Site with massive repository of C++ code?
 Originally Posted by sysop1911
I'm somewhat familiar with boost, but I was looking for something even bigger. Though, maybe I have just not looked at boost enough. I hear the boost libraries have a bad rep, is that true?
The only thing that's bad about them is trying to read the code. Using the libraries is fairly easy if you follow the docs, and they are highly useful.
Some people get scared when they see too many templates. There's no reason to, though.
-
March 5th, 2012, 03:08 PM
#5
Re: Site with massive repository of C++ code?
 Originally Posted by sysop1911
Does anyone know of a site that has a huge repository of C++ code that you can use for free? I'm talking about a site that would have literally thousands of C++ algorithms, code snippets, etc. (it could also have other programming languages: PHP, Java, etc). I'm not looking for a bunch of different sites that have some code and if you add them all together, it makes a huge repository, I'm looking for *one* site that would have this all. Thanks.
http://sourceforge.net/
Vlad - MS MVP [2007 - 2012] - www.FeinSoftware.com
Convenience and productivity tools for Microsoft Visual Studio:
FeinWindows - replacement windows manager for Visual Studio, and more...
-
March 5th, 2012, 03:18 PM
#6
Re: Site with massive repository of C++ code?
-
March 5th, 2012, 03:42 PM
#7
Re: Site with massive repository of C++ code?
-
March 5th, 2012, 05:54 PM
#8
Re: Site with massive repository of C++ code?
 Originally Posted by VladimirF
Does this actually have code or just finished programs?
 Originally Posted by Skizmo
;-) Not enough here. Not as complete as I'm looking for
 Originally Posted by ninja9578
Looks like mostly Android stuff.
-
March 5th, 2012, 08:53 PM
#9
Re: Site with massive repository of C++ code?
Why not just search for and use what you can find when you need it? I find that the best part about large library repositories as used for certain other languages is that it makes installing a library a breeze because there is usually some installation mechanism that goes with it; yet, that does not mean that you cannot install C++ libraries from separate repositories yourself.
-
March 7th, 2012, 10:01 AM
#10
Re: Site with massive repository of C++ code?
 Originally Posted by laserlight
Why not just search for and use what you can find when you need it? I find that the best part about large library repositories as used for certain other languages is that it makes installing a library a breeze because there is usually some installation mechanism that goes with it; yet, that does not mean that you cannot install C++ libraries from separate repositories yourself.
Because I want a one-stop-shop for the code.
-
March 7th, 2012, 12:00 PM
#11
Re: Site with massive repository of C++ code?
Boost is probably the best you're going to get in terms of a collection of generic libraries with wide applicability. In a specific subject area, there may be other collections which are useful (such as CGAL for computational geometry).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|