Monday, November 3, 2008

C++ Material Website

open-std: C++/POSIX standard
Glen McCluskey & Associates LLC: provides some C++ test suites and performance tips.
Tenouk: Some C++ related tutorials
Curbralan: Have good C++/OOP resources such as papers, tutorials, reports etc.

Sunday, November 2, 2008

Bignames

iBjarne Stroustrup: C++'s father
Stan Lippman's Blog: autho of "C++ Primer"
Scott Meyers: The author of Effective C++
Herb Sutter: The author of Exceptional C++
John K. Ousterhout: Invertor of Tcl language.
John Graham-Cumming: Create open source POPFile email filtering program.
Andrei Alexandrescu: author of "C++ Coding Standards" & "Modern C++ Design"
Nicolai M.Josuttis: author of "The C++ Standard Library"
Douglas C. Schmidt: CS professor, have some good material about C++/OOP

Geeky Programmers

Maciej Sobczak: from Switzerland who are master on C++ and Tcl programming.
Brad Appleton's Home Page : a software development specialist.
David A. Wheel
Programmer's Corner@tmh: some c++ and perl resources
The Cantrip Corpus: in the ISO/ANSI C++ Standard committee
Pete Isensee: lots of C++ related papers and presentations

C/C++ Library

Library(computing)-wiki; Program Library Howto;

C Library:
C standard library-wiki
GNU C Library-wiki;
C POSIX Library-wiki

The GNU Readline Library:
GNU readline - Wiki
The GNU Readline Library HomePage

C++ Library:
C++ standard library-wiki
C++ standard template library-wiki
C++ Technical Report 1-wiki
C++ TR1 Information from Scott Meyer
C++ Ox+ - wiki
Dinkum C++ Library
Loki-wiki

GNU C/C++ Library:
GNU Libtool

GNU C Library(glibc): The GNU C library is used as the C library in the GNU system and most systems with the Linux kernel. In general the GNU C library supports the ISO C and POSIX standards.
GNU standard C library ; GNU C Library Manual

GNU standard C++ library
User's Guide to the GNU C++ Library - From Utah University Document Tree

GNU Common C++

STL: STLport ; SGI STL;
Microsoft: MSDN C++ standard library reference;
Boost: Boost; Boost.Python; Boost Trac;
StdExt: StdExt Chinese Version;

Perl

Websites:
perldoc: Perl Programming Documentation
Modules:
CPAN

Books:
  1. Learning Perl 5th Edition [Done]
  2. Intermediate Perl [Ongoing]
Perl Google Summer of Code: