Programming Sites: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (added link(s))
Line 12: Line 12:
* [http://www.codebeach.com Code Beach]
* [http://www.codebeach.com Code Beach]
* [http://forums.devshed.com/ Dev Shed Forums]
* [http://forums.devshed.com/ Dev Shed Forums]
* [http://www.codecogs.com/ CodeCogs] - open source Numerical library in C/C++
* [http://stackoverflow.com/ Stack Overflow] - a collaboratively edited question and answer site for programmers
* [http://www.dreamincode.net/ dreamincode]
* [http://www.daniweb.com daniweb] - IT Discussion Community - Software Programming with sample code and tutorials
* [http://objectmix.com/ objectmix] - Application Development Forum
* [http://www.programmingtalk.com/ programmingtalk.com] - a programming, coding, and design oriented community
* [http://www.codingforums.com/ codingforums]
* [http://dir.yahoo.com/Computers_and_Internet/Programming_and_Development/ Yahoo! Directory: Computer Programming and Development]
* [http://dir.yahoo.com/Computers_and_Internet/Programming_and_Development/ Yahoo! Directory: Computer Programming and Development]


Line 19: Line 24:
* [http://developer.nvidia.com/page/home.html NVIDIA Developer Zone] - OpenGL, DirectX, PhysX, and CUDA resourses
* [http://developer.nvidia.com/page/home.html NVIDIA Developer Zone] - OpenGL, DirectX, PhysX, and CUDA resourses
* [http://developer.amd.com/pages/default.aspx AMD Developer Central] - Resources for GPU programming and development
* [http://developer.amd.com/pages/default.aspx AMD Developer Central] - Resources for GPU programming and development
* [http://developer.intel.com/design/index.htm Intel Developer Center]
* [http://blogs.msdn.com/coding4fun/archive/2006/11/06/997852.aspx Rocket Commander Tutorials] - 10-Part Howto make 3D Games Tutorial.
* [http://blogs.msdn.com/coding4fun/archive/2006/11/06/997852.aspx Rocket Commander Tutorials] - 10-Part Howto make 3D Games Tutorial.
* [http://msdn.microsoft.com/en-us/library/bb147298(VS.85).aspx Directx C++] - Documentation for Unmanaged Directx.
* [http://msdn.microsoft.com/en-us/library/bb147298(VS.85).aspx Directx C++] - Documentation for Unmanaged Directx.
Line 40: Line 46:
===C++===
===C++===
* [http://mindview.net/Books/TICPP/ThinkingInCPP2e.html Thinking in C++ (2nd Edition)]
* [http://mindview.net/Books/TICPP/ThinkingInCPP2e.html Thinking in C++ (2nd Edition)]
* [http://www.codecogs.com/ CodeCogs] - open source Numerical library in C/C++
* [http://www.cpp4u.com C++ for you]
* [http://www.cpp4u.com C++ for you]
* [http://www.codersource.net/codersource_cppprogramming.html CoderSource.net: C++ Programming Tutorials]
* [http://www.codersource.net/codersource_cppprogramming.html CoderSource.net: C++ Programming Tutorials]

Revision as of 14:02, 26 October 2008

This is a list of sites relating to programming, covering both general and HL2 specific topics.

General

Game Programming

Half-Life specific

Sample Source Code

C++

See Also