|
Bruce Eckel has kindly
Nicely balanced treatment of
Written by the inventor of
Reviews for various C/C++ and
provided his book
CGI programming in both C,
the language, Bjarne
other category books, Order
"Thinking in C++,
which has distinct
Stroustrup, The C++
and purchase books online
Second Edition" free of
performance advantages, and
Programming Language is the
from MYCPLUS Community
charge to on-line readers.
Perl, currently the most
definitive, classic text on
website.
The text first sets the
popular language for CGI. An
the language that has become
stage for using C++ with a
essential technical
central to software
tour of what object-oriented
programming reference for
development over the past
programming is all about, as
Web sites. In concise, clear
ten years. Based on the ISO
well as the software design
language, this book explains
final draft standard, this
life cycle. The author then
how to write CGI programs to
third edition is a complete
delves into every aspect of
implement dynamic documents
rewrite presenting C++ and
C++, from basic keywords and
that provide interactivity
its standard library as an
programming principles to
and multimedia features for
integrated whole. The book
more advanced topics, like
Web sites using UNIX-based
covers the complete C++
function and operator
HTTP servers.
language including its C
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: Jan, 16 2000 Date: Jun, 25 2006 Date: Jun, 12 2005 |
|
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 |