C/C++. Programming languages. |
Definition of C AND C++ |
1. Definition of C:The C programming language is
a standardized programming language developed in the early 1970s by Ken
Thompson and Dennis Ritchie for use on the UNIX operating system. It has
since spread to many other operating systems, and is one of the most
widely used programming languages. C is prized for its efficiency, and
is the most popular programming language for writing system software,
though it is also used for writing applications. It is also commonly
used in computer science education, despite not being designed for
novices.
2. Definition of C++: A high-level programming language developed
by Bjarne Stroustrup at Bell Labs. C++ adds object-oriented features to
its predecessor, C. C++ is one of the most popular programming language
for graphical applications, such as those that run in Windows and
Macintosh environments.
|
|
Manual |
Description |
Online
|
Format / File |
Ads / Size |
|
The GNU
C programming tutorial |
"This book is a tutorial for the computer programming language C.
The tutorial introduces basic ideas in a logical order and progresses
steadily.
The many examples range from tiny programs that illustrate the use of
one simple feature, to complete applications that fill several pages.
Along the way, there are also brief discussions of the philosophy behind
C. " |
|
|
|
C programming tutorial |
|
|
|
C programming notes |
|
|
|
C++ tutorial for C users |
Brief tutorial in 33 lessons. All in a single html page. |
|
|
C++ anotations |
20 chapters.
"This document is intended for knowledgeable users of C (or any other
language using a C-like grammar, like Perl or Java) who would like to
know more about or make the transition to C++. This document is the main
textbook for Frank's C++ programming courses, which are yearly organized
at the University of Groningen. The C++ Annotations do not cover all
aspects of C++, though. Rather, it serves as an addition to other
documents, covering the language's C-based foundation. " |
|
|
C
and C++ style guides |
This page offers access to many style guides for code written in C and
C++, as well as some discussion about the value and utility of such
style guides. This collection includes two style guides that are based
on work done at Bell Labs Indian Hill (the site in Naperville, Illinois
where the 5ESS digital switch is developed). The list includes HTML,
PDF, postscript, and original versions whenever possible. If you have a
working formatter (either LaTeX or troff), the original versions are
almost certainly the best, and the PDF or postscript versions are
probably preferrable to the HTML version. But hey, this is the web, I
put up the HTML versions to make browsing easy |
|
|
Recommended C style and coding standards |
"The scope of this work is C coding style.
The scope of this work is C coding style.
Good style should encourage consistent layout, improve portability, and
reduce errors. " |
|
|
|
|
|
|
|
|
Home |
|
|
|
|
|
|
|
|
|
|
|
Manuals.astalaweb.net © 2005
Gabriel Chova Blasco -
All rights reserved
|
|
|