any good source code websites?

I was wondering if there is any good webistes that provide the full source code for projects. I learning about linked list, stacks, queues, hash tables etc and i find it very hard to find simple and good examples.

I found this website to be very helpful about code for games:
http://www.gamefromscratch.com/
they show everything step by step so i was hoping maybe there were other website like this?

I noticed this webiste now has a source code section but there is not much in it.
Last edited on
One day, this site might become one!

http://www.cplusplus.com/forum/lounge/59547/
I doubt we'll ever do this "projects" thing, though. Knocking together "project files" for every version of every damned IDE out there is a miserable job.
Haha yea our source code section just got started about a week ago :D

But yea, sourceforge.com is good
Last edited on
Well, finding source code for projects is not that hard:

>250,000 projects: http://sourceforge.net/
>20,000 projects: http://launchpad.net/
possibly 1,000,000+ projects: http://github.com/
thanks for the help
And there's code.google.com

And, in the Windows world, there's also:
CodeProject.com
CodeGuru.com
CodePlex.com

(CodeGuru.com and CodeProject.com are artilce based. Both have some pretty good stuff. But also some less inspiring articles...)

Knocking together "project files" for every version of every damned IDE out there is a miserable job.

You could get around that by first writing a really cool, cplusplus.com dream IDE so everyone would use that! (The first project???)
Last edited on
Haha yes, cause an IDE is just a walk in the park to make
A few people could easily make that :D
Topic archived. No new replies allowed.