(轉貼) 一些C++資源整理 (C/C++)

轉貼自http://www.cppblog.com/CornerZhang/archive/2007/03/23/20100.html

C++ Library:
 Boost
 Loki
 DevIL -- Open Source
 Generic Image Library -- from Adobe
 OggVorbis
 Open Input System
 OpenAL
 STLport
 PixelToaster -- 一个用DirectX9 Graphic实现的帧缓冲器
 OpenSteer
 LZMA -- 7-zip的compressed library
 Bison(yacc)
 Flex(lex)
 Graphviz -- 来自Bell Lab的“图”库
 pcre
 Bullet
 FEAR -- http://sourceforge.net/projects/fear
 ACE -- 本人还未使用过

C++ Compiler:
 VC7.1
 MingW
 Intel C++ Compiler 9.1 -- 非商业版

C++ Framework and Tool:
 QT (version 4.01)
 lint
 CodeInspect
 winDbg
 ImageMagick

Script Language:
 Python 2.5
 Ruby 1.8.3

Editor or tool of Code Review:
 SciTE -- prase library and editor application
 Source Insight 3.5
 WinMerge -- 源代码比较工具

About Game Dev:
 PopCap Framework
 HGE 1.5.3
 KGE 1.3
 wow model view
 Unreal Engine 2 Game Level Editor
 TextureMaker
 AngelCode
 Allegro
 Ogre 1.4.0
 MildShape3D 1.7.5
 Google SketchUp 5.0

About Document Tool:
 doxygen

UML Tool:
 Enterprise Architect 6.5(30day trial) -- 用来设计/分析面向对象的系统非常有用, 程序比起巨大的rose小很多

Source Control:
 Control Version Source -- 本人使用的是cvsnt, url: http://www.cvsnt.org/
 Subversion -- Office Site Url: http://trac.edgewall.org/, in China Url: www.subversion.org.cn

Etc:
  subversion host: http://code.google.com/
  cvs & subversion host: http://www.subversion.com
  CG Reference & Tutorial: http://www.fundza.com/
  Real Time Rendering: http://www.realtimerendering.com/
  Computer Science Book: http://www.freetechbooks.com/
  Amit's Web: http://www-cs-students.stanford.edu/~amitp/
  微软的一位开发DirectX系统的老将: http://www.xmission.com/~legalize/book/download/index.html
  Pixelate: http://pixwiki.bafsoft.com/wiki/index.php/Main_Page
  Game Engine Database: http://www.devmaster.net
  cpper: http://www.cpper.com/
  Joel on Software: http://www.joelonsoftware.com/

另外附上B.S.老人家的名言 -- 知识分为两部分,一部分在脑子里,一部分在纸上.

你可能感兴趣的:(c/c++)