- ホーム
- > 洋書
- > 英文書
- > Computer / Languages
Full Description
Here is the first complete source to the language fundamentals and advanced concepts common to all the Turbo languages: C, BASIC, PASCAL, and PROLOG. It provides programming examples illustrating techniques in each language, so the reader can compare the results. Topics range from declarations of constants and variables, to the essential language statements. The book also covers important programming issues more clearly than documentation, including writing procedural algorithms in a declarative language, I/O and file handling, memory management, and techniques for combining languages. A handy reference card summarizing key language features is included.
Contents
Basic components; basic data types; user-defined types; simple declarations; status of variables; expressions and assignments; program statements; user-defined routines; user-defined libraries and modules; compiler language features; advanced topics.