any good source code websites?

Jan 23, 2012 at 11:40am
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 Jan 23, 2012 at 11:42am
Jan 23, 2012 at 1:17pm
One day, this site might become one!

http://www.cplusplus.com/forum/lounge/59547/
Jan 23, 2012 at 1:34pm
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.
Jan 23, 2012 at 1:39pm
Haha yea our source code section just got started about a week ago :D

But yea, sourceforge.com is good
Last edited on Jan 23, 2012 at 1:41pm
Jan 23, 2012 at 1:47pm
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/
Jan 23, 2012 at 7:41pm
thanks for the help
Jan 23, 2012 at 10:23pm
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 Jan 23, 2012 at 10:27pm
Jan 24, 2012 at 12:57am
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.