Programming resources: Difference between revisions

From FlightGear wiki
Jump to navigation Jump to search
Line 22: Line 22:
== Pointer Basics ==
== Pointer Basics ==
* [http://cslibrary.stanford.edu/104/ Binky Pointer Fun Video]
* [http://cslibrary.stanford.edu/104/ Binky Pointer Fun Video]
* [http://www.slideshare.net/emartinez.romero/first-look-at-pointers First Look at Pointers]
* [http://www.slideshare.net/emartinez.romero/general-talk-on-pointers-1317108 General Talk on Pointers]
* [http://www.slideshare.net/emartinez.romero/more-pointers-and-arrays Pointers and Arrays]
* [http://www.augustcouncil.com/~tgibson/tutorial/ptr.html Pointers in C and C++]
* [http://www.augustcouncil.com/~tgibson/tutorial/ptr.html Pointers in C and C++]
* [http://pweb.netcom.com/~tjensen/ptr/pointers.htm A TUTORIAL ON POINTERS AND ARRAYS IN C]
* [http://pweb.netcom.com/~tjensen/ptr/pointers.htm A TUTORIAL ON POINTERS AND ARRAYS IN C]
* [http://andesengineering.com/OSG_ProducerArticles/RefPointers/RefPointers.html Using osg::ref_ptr]
* [http://andesengineering.com/OSG_ProducerArticles/RefPointers/RefPointers.html Using osg::ref_ptr]


== Optimization ==
== Optimization ==

Revision as of 23:25, 17 May 2009

Please note that as of 04/2009, the "aviation standards & information" section has been moved to a new page Aviation Standards & Information. This also applies to the "Free GIS data" section which can now be found at Scenery Development Resources.

Source Code Management

Software Engineering

Scripting

Pointer Basics

Optimization

Programming - Background knowledge

C++ Courses

C++ eBooks

C++ References

C++/STL

Graphics Programming

Game Programming related

Programming General

General OpenGL Resources

OpenGL Shaders

Tutorials

Manuals

References

Free Software

3D Maths

OSG/OpenSceneGraph related

Communities

(Forums, Newsgroups, Mailing Lists & Chat rooms)

Networking

Unix Sockets

Windows Sockets

Protocol Design


Multiplayer Design & Programming

Basics

Design & General

State Prediction

Compression / Effiency

Security

Libraries


See also