Introducing C to PASCAL Programmers

Introducing C to PASCAL Programmers
Author: Namir Clement Shammas
Publisher:
Total Pages: 372
Release: 1988-10-19
Genre: Computers
ISBN:

Covers everything Pascal programmers need to know to learn C. The Pascal source code allows the reader to understand in greater depth the task of the equivalent C listing. Also contains chapter-end summaries to reinforce important points and concepts.

C++ for Pascal Programmers

C++ for Pascal Programmers
Author: Ira Pohl
Publisher: Addison Wesley Longman
Total Pages: 500
Release: 1995
Genre: Computers
ISBN:

For Pascal programmers who want to develop programs in C++, this work lays a foundation for C++ by demonstrating basic C concepts and translating Pascal elements into C. This edition follows the ANSI C++ standard and includes new chapters on templates and exception handling.

Pascal

Pascal
Author:
Publisher:
Total Pages: 170
Release: 1974
Genre: Pascal (Computer program language)
ISBN:

PASCAL for Programmers

PASCAL for Programmers
Author: S. Eisenbach
Publisher: Springer Science & Business Media
Total Pages: 212
Release: 2012-12-06
Genre: Computers
ISBN: 3642679110

The material for this book first appeared in the magazine Personal Computer World, as a series of articles which ran from September 1979 to June 1980. It was designed to appeal to a new (in 1979) sort of reader the microcomputer enthusiast, both amateur and professional about whom two assumptions were made. The first was that the reader was someone who had already learned to program (probably in BASIC) and who wanted to create programs in as systematic and proficient a fashion as possible. The second was that the reader would not be adverse to an occasional glimpse of how the underlying machine played its part in executing these programs. As a result of these, no attempt was made to teach the "problem-solving" aspects of programming (although the Top-Down philosophy for program design formed a key feature) and no apology was made for the repeated references to the way in which a Pascal compiler "viewed" some particular code fragment. In preparing this material for publication as a single volume, there has been little deviation from this policy. Nevertheless, it should be remarked that the first five chapters contain all the material one would need to cover in an initial course in programming (up to the level of most BASIC's) while the second half of the book tackles some of the more sophisticated techniques available to the Pascal programmer.

C for BASIC Programmers

C for BASIC Programmers
Author: T. D. Brown
Publisher: Silicon Press
Total Pages: 232
Release: 1987
Genre: BASIC (Computer program language)
ISBN: 9780961533618

Migrating from Pascal to C++

Migrating from Pascal to C++
Author: Susan N. Merritt
Publisher: Springer Science & Business Media
Total Pages: 573
Release: 2012-12-06
Genre: Computers
ISBN: 1461219027

Many students and programmers familiar with Pascal are now looking to upgrade their skills to a well-structured object-oriented programming language such as C++. This textbook provides such an "upgrade path" by presenting a course on C++ in the spirit of structured programming. Both authors teach this material to a wide variety of students and include numerous programming exercises to test a reader's understanding and to increase their confidence in programming in C++.

Software Development for Engineers

Software Development for Engineers
Author: William Buchanan
Publisher: Elsevier
Total Pages: 689
Release: 1997-09-26
Genre: Computers
ISBN: 0080541372

Specialisation in software has become a thing of the past. With the move towards graphical user interface programming, engineers must have a sound knowledge of several programming languages and for the first time most of the main technical languages are introduced in a single volume.All the example programs included relate to real life applications to provide a long needed reference that students will find invaluable throughout their studies, and a definitive guide for professional developers requiring an insight into other languages. Using C++ and Pascal to provide a basic grounding in software development the author then goes on to introduce more advanced concepts such as object-orientated design through the development of C++. Sections on Visual Basic and 80X86 Assembly Language follow before Java, Windows, NT and DOS are introduced, finishing with an overview of the UNIX system.

Pascal Made Simple

Pascal Made Simple
Author: P. K. McBride
Publisher: Mac Bride
Total Pages: 258
Release: 1997
Genre: Computers
ISBN: 0750632429

Concentrating on Turbo PASCAL, this book is one of a series which aims to provide programmers with just enough information to get them started on each particular subject.