⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.html

📁 Since the field of object oriented programming is probably new to you, you will find that there is a
💻 HTML
字号:
<HTML>
<HEAD>
   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
   <META NAME="Author" CONTENT="Gordon Dodrill">
   <META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
   <TITLE>C++ Language Tutorial</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<CENTER><B><FONT SIZE=+3>C++</FONT> <FONT SIZE=+3>L</FONT><FONT SIZE=+2>ANGUAGE</FONT>
<FONT SIZE=+3>T</FONT><FONT SIZE=+2>UTORIAL</FONT></B></CENTER>


<P>This tutorial teaches the C++ programming language but assumes that
the student has already attained a reasonable proficiency in C programming.
It is composed of 12 chapters which should be studied in order since topics
are introduced in a logical order and build upon topics introduced in previous
chapters. It is to the students benefit to download the source code for
the example programs, then compile and execute each program as it is studied.
The diligent student will modify the example program in some way, then
recompile and execute it to see if he understands the material studied
for that program. This will provide the student with valuable experience
using his compiler.

<P>The recommended method of study is to print the text for one or two
chapters, download the example programs, and study the material by loading
the example programs in the compiler's editor for viewing. Following successful
completion of each chapter, additional chapters can be downloaded.

<P>Version 2.61 - September 22, 1996 (Files restructured on March 15, 1997)

<P>This tutorial is distributed as shareware which means that you do not
have to pay to use it. However, the author spent a good deal of time and
financial resources to develop this tutorial and requests that you share
in the financial burden in a very small way, but only if you felt the tutorial
was valuable to you as an aid in learning to program in C++. If you wish
to remit a small payment to the author, full instructions for doing so
will be given by clicking the link below. If you do not wish to remit any
payment, please feel free to use the tutorial anyway. In either case, I
hope you find programming in C++ to be rewarding and profitable. I personally
think it is an excellent extension to C programming and is well worth the
effort needed to master it.
<DL>
<DT>
<A HREF="intro.htm">Introduction</A> - What is C++ and why study it?</DT>

<DT>
<A HREF="chap01.htm">Chapter 1</A> - Simple Things</DT>

<DT>
<A HREF="chap02.htm">Chapter 2</A> - Compound Types</DT>

<DT>
<A HREF="chap03.htm">Chapter 3</A> - Pointers</DT>

<DT>
<A HREF="chap04.htm">Chapter 4</A> - Functions</DT>

<DT>
<A HREF="chap05.htm">Chapter 5</A> - Encapsulation</DT>

<DT>
<A HREF="chap06.htm">Chapter 6</A> - More Encapsulation</DT>

<DT>
<A HREF="chap07.htm">Chapter 7</A> - Inheritance</DT>

<DT>
<A HREF="chap08.htm">Chapter 8</A> - More Inheritance</DT>

<DT>
<A HREF="chap09.htm">Chapter 9</A> - Multiple Inheritance</DT>

<DT>
<A HREF="chap10.htm">Chapter 10</A> - Virtual Functions</DT>

<DT>
<A HREF="chap11.htm">Chapter 11</A> - More Virtual Functions</DT>

<BR><A HREF="chap12.htm">Chapter 12</A> - Flyaway Adventure Game</DL>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -