Some things to help with programming

DeletedUser5

Guest
So I'm going to try and gather together a load of things that will help people who are just starting to program, and people that want help with programming.

Please feel free to contribute more things that will assist with this.

  • http://pastebin.com/ - A place to dump your code, so that people can see it online. Nice syntax formatting. Very useful site.
 

DeletedUser

Guest
www.dreamincode.net
- Has many well put together guides and tutorials for many programming language.

There are also many different code snippets for many languages that can be useful.
 
Last edited by a moderator:

DeletedUser

Guest
If anyone is learning a .NET Framework language the forums over at

http://social.msdn.microsoft.com/Forums/

are very useful. The people there are always quick to reply and very knowledgeable. You could learn a lot from looking at questions other people posted too.
 

DeletedUser

Guest
http://stackoverflow.com

Stackoverflow is a great site if you're having a problem with your code. It isn't language specific, and as with the MSDN forums you can learn a lot by randomly browsing through the site. I highly recommend it.
 
Top