Bruce Eckel has kindly
Written by the inventor of
Reviews for various C/C++ and
Nicely balanced treatment of
provided his book
the language, Bjarne
other category books, Order
CGI programming in both C,
"Thinking in C++,
Stroustrup, The C++
and purchase books online
which has distinct
Second Edition" free of
Programming Language is the
from MYCPLUS Community
performance advantages, and
charge to on-line readers.
definitive, classic text on
website.
Perl, currently the most
The text first sets the
the language that has become
popular language for CGI. An
stage for using C++ with a
central to software
essential technical
tour of what object-oriented
development over the past
programming reference for
programming is all about, as
ten years. Based on the ISO
Web sites. In concise, clear
well as the software design
final draft standard, this
language, this book explains
life cycle. The author then
third edition is a complete
how to write CGI programs to
delves into every aspect of
rewrite presenting C++ and
implement dynamic documents
C++, from basic keywords and
its standard library as an
that provide interactivity
programming principles to
integrated whole. The book
and multimedia features for
more advanced topics, like
covers the complete C++
Web sites using UNIX-based
function and operator
language including its C
HTTP servers.
overloading, virtual
subset and modern features
inheritance, exception
such as abstract classes,
handling, namespaces, and
templates, exceptions,
templates. C++ is a complex
namespaces, run-time type
language, and the author
identification, and the
covers a lot of ground using
Standard Template Library
today's Standard C++, but
that have revolutionized C++
without getting bogged down
development. The book
in excessive detail.
focuses on how to use the
language as a tool for
real-world design and
programming. It teaches the
basic concepts a programmer
needs to master
object-oriented programming,
generic programming, and C++.
Date: May, 03 2005 Date: Jun, 25 2006 Date: Jun, 12 2005 Date: Jan, 16 2000 |
ppC++(acronym for "ppC++
preprocessed C++"), is
an HTML-preprocessed C/C++
language which is adapted
especially for active web
pages programming. This
preprocessor lets you write
server-side programs in C++
inside your HTML code and
brings new additional
features which make web
programming very easy.
Date: Nov, 16 2003 |