Previous section   Next section

Imperfect C++ Practical Solutions for Real-Life Programming
By Matthew Wilson
Table of Contents
Appendix A.  Compilers and Libraries


A.3. Other Resources

All of the following resources are useful for C++ programmers and/or have proved useful to me during the research and writing of this book.

A.3.1 Journals

BYTE (http://www.byte.com/)

C/C++ Users Journal (http://www.cuj.com/)

CVu (http://www.accu.org/)

Dr. Dobb's Journal (http://www.ddj.com/)

Overload (http://www.accu.org/)

The C++ Source (http://www.artima.com/cppsource/)

Windows Developer Network (http://www.windevnet.com/)

A.3.2 Other Languages

D (http://www.digitalmars.com/d)

Java (http://java.sun.com/)

.NET (http://microsoft.com/net/)

Perl (http://cpan.org/; http://perl.org/)

Python (http://python.org/)

Ruby (http://ruby-lang.org/)

A.3.3 Newsgroups

comp.lang.c++.moderated

comp.std.c++


      Previous section   Next section