Author: Marc J. Rochkind
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 356
Book Description
Advanced C Programming for Displays
Author: Marc J. Rochkind
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 356
Book Description
Publisher:
ISBN:
Category : Computers
Languages : en
Pages : 356
Book Description
Expert C Programming
Author: Peter Van der Linden
Publisher: Prentice Hall Professional
ISBN: 0131774298
Category : Computers
Languages : en
Pages : 379
Book Description
Software -- Programming Languages.
Publisher: Prentice Hall Professional
ISBN: 0131774298
Category : Computers
Languages : en
Pages : 379
Book Description
Software -- Programming Languages.
Advanced Graphics in C
Author: Nelson Johnson
Publisher: Osborne Publishing
ISBN:
Category : Computers
Languages : en
Pages : 692
Book Description
Graphics programming. Graphics software design. GRAPHIQ: a prototypical application. Graphics algorithms. Transformations. Edit mode. Text mode. Printing and plotting. Menu design. Locators. Parallel and serial interfacing. Maintenance modes. Graphics documentation. Using the compiler. Linking the toolkit. GRAPHIQ source code listing. GRAPHIQ command syntax. Optimizing using assembler. Making commands accessible. Television graphics.
Publisher: Osborne Publishing
ISBN:
Category : Computers
Languages : en
Pages : 692
Book Description
Graphics programming. Graphics software design. GRAPHIQ: a prototypical application. Graphics algorithms. Transformations. Edit mode. Text mode. Printing and plotting. Menu design. Locators. Parallel and serial interfacing. Maintenance modes. Graphics documentation. Using the compiler. Linking the toolkit. GRAPHIQ source code listing. GRAPHIQ command syntax. Optimizing using assembler. Making commands accessible. Television graphics.
Advanced C Programming on the IBM PC
Author: Mayer Herbert
Publisher:
ISBN: 9780830686940
Category :
Languages : en
Pages :
Book Description
Publisher:
ISBN: 9780830686940
Category :
Languages : en
Pages :
Book Description
Advanced C# Programming
Author: Paul Kimmel
Publisher: McGraw Hill Professional
ISBN: 0072228288
Category : Computers
Languages : en
Pages : 578
Book Description
This advanced resource is ideal for experienced programmers seeking practical solutions to real problems. Discover valuable coding techniques and best practices while learning to master Microsoft’s newest cross-platform programming language. This definitive guide will show you how to expertly apply and integrate C# into your business applications. Create user controls, special effects text, dynamic user interfaces, custom attributes--plus, you’ll also find reliable security and authentication methods.
Publisher: McGraw Hill Professional
ISBN: 0072228288
Category : Computers
Languages : en
Pages : 578
Book Description
This advanced resource is ideal for experienced programmers seeking practical solutions to real problems. Discover valuable coding techniques and best practices while learning to master Microsoft’s newest cross-platform programming language. This definitive guide will show you how to expertly apply and integrate C# into your business applications. Create user controls, special effects text, dynamic user interfaces, custom attributes--plus, you’ll also find reliable security and authentication methods.
Programming in C++, 2/e
Author: Ashok Kamthane
Publisher: Pearson Education India
ISBN: 9332520283
Category : C++ (Computer program language)
Languages : en
Pages : 904
Book Description
The revised and updated version of the student-friendly, practical and example-driven book, Programming in C++, continues to give its readers a solid background and a learning platform to the fundamentals of C++. This comprehensive book, enriched with illustrations and a number of solved programs, will help the students to master this subject.
Publisher: Pearson Education India
ISBN: 9332520283
Category : C++ (Computer program language)
Languages : en
Pages : 904
Book Description
The revised and updated version of the student-friendly, practical and example-driven book, Programming in C++, continues to give its readers a solid background and a learning platform to the fundamentals of C++. This comprehensive book, enriched with illustrations and a number of solved programs, will help the students to master this subject.
Practical C++ Programming
Author: Steve Oualline
Publisher: "O'Reilly Media, Inc."
ISBN: 144936716X
Category : Computers
Languages : en
Pages : 576
Book Description
C++ is a powerful, highly flexible, and adaptable programming language that allows software engineers to organize and process information quickly and effectively. But this high-level language is relatively difficult to master, even if you already know the C programming language.The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are learning C++. Reflecting the latest changes to the C++ standard, this 2nd edition takes a useful down-to-earth approach, placing a strong emphasis on how to design clean, elegant code.In short, to-the-point chapters, all aspects of programming are covered including style, software engineering, programming design, object-oriented design, and debugging. It also covers common mistakes and how to find (and avoid) them. End of chapter exercises help you ensure you've mastered the material.Practical C++ Programming thoroughly covers: C++ Syntax Coding standards and style Creation and use of object classes Templates Debugging and optimization Use of the C++ preprocessor File input/output Steve Oualline's clear, easy-going writing style and hands-on approach to learning make Practical C++ Programming a nearly painless way to master this complex but powerful programming language.
Publisher: "O'Reilly Media, Inc."
ISBN: 144936716X
Category : Computers
Languages : en
Pages : 576
Book Description
C++ is a powerful, highly flexible, and adaptable programming language that allows software engineers to organize and process information quickly and effectively. But this high-level language is relatively difficult to master, even if you already know the C programming language.The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are learning C++. Reflecting the latest changes to the C++ standard, this 2nd edition takes a useful down-to-earth approach, placing a strong emphasis on how to design clean, elegant code.In short, to-the-point chapters, all aspects of programming are covered including style, software engineering, programming design, object-oriented design, and debugging. It also covers common mistakes and how to find (and avoid) them. End of chapter exercises help you ensure you've mastered the material.Practical C++ Programming thoroughly covers: C++ Syntax Coding standards and style Creation and use of object classes Templates Debugging and optimization Use of the C++ preprocessor File input/output Steve Oualline's clear, easy-going writing style and hands-on approach to learning make Practical C++ Programming a nearly painless way to master this complex but powerful programming language.
Advanced C
Author: Peter D. Hipson
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 824
Book Description
Here's the next step for programmers who want to improve their C programming skills. -- Complete coverage of disk files including sequential access, text, binary, and random access -- Efficient tips and techniques for debugging C programs
Publisher: Prentice Hall
ISBN:
Category : Computers
Languages : en
Pages : 824
Book Description
Here's the next step for programmers who want to improve their C programming skills. -- Complete coverage of disk files including sequential access, text, binary, and random access -- Efficient tips and techniques for debugging C programs
C Programming
Author: Mike McGrath
Publisher: In Easy Steps
ISBN: 9781840783230
Category : C (Computer program language)
Languages : en
Pages : 0
Book Description
"C Programming in easy steps" instructs the reader how to program in C both on Unix-based platforms, such as Linux, and on Windows platforms. Linux users should already have the GNU C compiler on their system but the book explains how to download and install the GNU C compiler for Windows users. It contains separate chapters on each major feature of the C language, with examples, and a reference section describing the standard C header class functions. For the most part, the examples are complete, real programs, rather than isolated fragments. All examples have been tested directly from the text, which is in machine-readable form. Besides showing how to make effective use of the language, the book illustrates good style and sound program design.
Publisher: In Easy Steps
ISBN: 9781840783230
Category : C (Computer program language)
Languages : en
Pages : 0
Book Description
"C Programming in easy steps" instructs the reader how to program in C both on Unix-based platforms, such as Linux, and on Windows platforms. Linux users should already have the GNU C compiler on their system but the book explains how to download and install the GNU C compiler for Windows users. It contains separate chapters on each major feature of the C language, with examples, and a reference section describing the standard C header class functions. For the most part, the examples are complete, real programs, rather than isolated fragments. All examples have been tested directly from the text, which is in machine-readable form. Besides showing how to make effective use of the language, the book illustrates good style and sound program design.
Graphics Programming in C
Author: Roger T. Stevens
Publisher:
ISBN: 9780133671605
Category : C (Computer program language)
Languages : en
Pages : 639
Book Description
Publisher:
ISBN: 9780133671605
Category : C (Computer program language)
Languages : en
Pages : 639
Book Description