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.

From Pascal to C

From Pascal to C
Author: Douglas L. Brown
Publisher: Brooks/Cole
Total Pages: 153
Release: 1985-01-01
Genre: C# (Computer program language)
ISBN: 9780534046026

Pascal

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

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.

Effective C

Effective C
Author: Robert C. Seacord
Publisher: No Starch Press
Total Pages: 273
Release: 2020-08-11
Genre: Computers
ISBN: 1718501056

A detailed introduction to the C programming language for experienced programmers. The world runs on code written in the C programming language, yet most schools begin the curriculum with Python or Java. Effective C bridges this gap and brings C into the modern era--covering the modern C17 Standard as well as potential C2x features. With the aid of this instant classic, you'll soon be writing professional, portable, and secure C programs to power robust systems and solve real-world problems. Robert C. Seacord introduces C and the C Standard Library while addressing best practices, common errors, and open debates in the C community. Developed together with other C Standards committee experts, Effective C will teach you how to debug, test, and analyze C programs. You'll benefit from Seacord's concise explanations of C language constructs and behaviors, and from his 40 years of coding experience. You'll learn: How to identify and handle undefined behavior in a C program The range and representations of integers and floating-point values How dynamic memory allocation works and how to use nonstandard functions How to use character encodings and types How to perform I/O with terminals and filesystems using C Standard streams and POSIX file descriptors How to understand the C compiler's translation phases and the role of the preprocessor How to test, debug, and analyze C programs Effective C will teach you how to write professional, secure, and portable C code that will stand the test of time and help strengthen the foundation of the computing world.

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++.

Mastering Object-Oriented Design in C++

Mastering Object-Oriented Design in C++
Author: Cay S. Horstmann
Publisher: Wiley
Total Pages: 466
Release: 1995-02-07
Genre: Computers
ISBN: 9780471594840

Offers a discussion of all the advanced and object-oriented features of C++. Hands-on examples show how features are used in real programming situations. Contains a coding style guide that shows users how to program more effectively and enables them to gain experience with professional style guides. Chapter two provides a crash course which is accessible to programmers in any procedural language.

Pascal, an Introduction to Methodical Programming

Pascal, an Introduction to Methodical Programming
Author: William Findlay
Publisher: Computer Science Press, Incorporated
Total Pages: 428
Release: 1981
Genre: Computer programming
ISBN:

This book is meant for a first course in computer programming. It uses Pascal as a vehicle for learning programming principles and a methodical approach to procedural computer programming. Data structures are introduced as well.

Pascal at Work and Play

Pascal at Work and Play
Author: Richard Forsyth
Publisher: Springer
Total Pages: 331
Release: 2013-11-11
Genre: Computers
ISBN: 1489930612

This is both a first and a second level course in Pascal. It starts at an elementary level and works up to a point where problems of realistic complexity can be tackled. It is aimed at two audiences: on the one hand the computer professional who has a good knowledge of Cobol or Fortran but needs convincing that Pascal is worth learning, and on the other hand the amateur computer enthusiast who may have a smattering of Basic or may be an absolute beginner. Its approach is based on two principles that are not always widely recognized. The first is that computing is no longer a specialist subject. In the early days of computing a priesthood arose whose function was to minister to those awesome, and awesomely expensive, machines. Just as in the ancient world, when illiteracy was rife, the scribes formed a priestly caste with special status, so the programmers of yesteryear were regarded with reverence. But times are changing: mass computer literacy is on its way. We find already that when a computer enters a classroom it is not long before the pupils are explaining the finer points of its use to their teacher - for children seem to have greater programming aptitude than adults. This book, it is hoped, is part of that process of education by which the computer is brought down to earth; and therefore it attempts to divest computing of the mystique (and deliberate mystification) that still tends to surround the subject.