Teach Yourself C++ in 21 Days by SAMS
Publishing. 02.X.1999.
Teach
Yourself C++ in 21 Days.
This book is designed to help you teach yourself how to program with
C++. In just 21 days, you'll learn about such fundamentals as
managing I/O, loops and arrays, object-oriented programming,
templates, and creating C++ applications--all in well-structured and
easy-to-follow lessons. Lessons provide sample listings--complete
with sample output and an analysis of the code--to illustrate the
topics of the day. Syntax examples are clearly marked for handy reference.
To help you become more proficient, each lesson ends with a set of
common questions and answers, exercises, and a quiz. You can check
your progress by examining the quiz and exercise answers provided in
the book's appendix. |
Thinking in Java 2nd Edition, Release 3 by Bruce
Eckel. 17.XI.1999.
PDF
version. HTML
version. Word97
version.
This is the Thinking
in C++ approach applied to the Java language, except that the
book doesn't expect you to know C or C++. In fact, even if you've
only programmed in macro languages you should be able to tackle Java
with this book.
The primary emphasis is on the understanding of the language
fundamentals, which are introduced a step at a time using small,
simple examples. You're taught one feature at a time, and only when
you understand the programming language are the abstract window
toolkit and applets introduced. |
Intel Hex Opcodes And Mnemonics by N/A.
04.XII.1999.
Intel
Hex Opcodes And Mnemonics (67K).
WinHelp .hlp file covers 8086/80186/80286/80386/80486 Instruction
Set, Flags, Conditional Jump Table, Intel 8086 Family Architecture,
etc... Very useful. |
Intel Pentium Instruction Set Reference by mindweaver@technologist.com.
07.III.2000.
Intel
Pentium Instruction Set Reference (162K).
This is a complete reference of all Intel Pentium instructions, with
the exception of MMX and FPU instructions. This document has been
painstakingly rendered into a nice searchable Windows help file for
you to enjoy. Various source documents have been used to produce
this. The official Intel Pentium Instruction Set Reference Manual for
the mnenonics, opcodes, descriptions and flags; and Quantasm's
instruction set reference for the opcode timing, size, and pairing data. |
The complete Pentium
instructions set table by SV 1999. 04.XII.1999.
The
complete Pentium instructions set table (11K).
A litle popup program shows the complete Pentium instruction set
table, based on docs by Sang Cho. |
The Art of Assembly Language Programming by Randall
Hyde. 09.XII.1999.
Online
version. PDF
version.
IMHO the best online (and free) x86 assembler book. |
Learn MS Assembler in a day by Stephen
K. Cunningham. 19.IV.2000.
Online
version.
This book is for anyone who wants to learn the basics of programming
a PC in its native tongue, which is the 80X86 Assembly language. It
discusses practical working code for dealing with specifics of the PC
DOS software environment using the Microsoft Macro Assembler 6.0.
This book can be very useful as a starting guide to use with your
macro assembler manual, a DOS programmers manual, and a PC
technical reference manual. |
|