- This topic has 1 reply, 2 voices, and was last updated 3 years, 10 months ago by .
Viewing 1 reply thread
Viewing 1 reply thread
- The forum ‘Programming Books and Reviews’ is closed to new topics and replies.
Home › Forums › Programming Books and Reviews › A Beginners C++
Author(s) : Neil Gray
Publication date : 2002
A Beginners C++ is primarily intended for introductory Computer Science courses that use C++ as an implementation language. However, the book should be equally suited to an individual who wants to learn how to program their own personal computer.
This book assumes that you are a computer literate. You are required to have experience with word processing packages, and possibly other packages like spreadsheets and data bases. Although most schools do provide a limited introduction to programming (usually in Pascal or possibly a dialect of Basic), this book does not rely on such past experience.
It is expected that you will use one of the modern Integrated Development Environments (IDE) on a personal computer. Examples of such environments include the Borland environment for Intel PCs and the Symantec environment for Macintosh/PowerPC machines.
Thanks.