Pearson Education Home Higher Education HomeInstructor SupportStudent SupportAbout UsCareers
Bookshop
Texts & Technology
  PrintPrint this page
 

Primer Plus

  This list represents all books in this series, sorted alphabetically by title.

 
0672322226
 
  C Primer Plus
Prata
© 2002 | Sams Publishing | Paper;970 pages | Estimated Availability: 01 Oct 2001
ISBN-10: 0672322226 | ISBN-13: 9780672322228
Our Price: £28.99
This title is not for sale to the US or Canada.
Not available for purchase at this time.

For C Programming courses.

C Primer Plus, 4th Edition has complete C programming coverage with task-oriented examples to teach students the fundamentals of C programming. Fully revised and updated, it covers C99—the new standard for C. This new standard necessitates coverage of several topics, such as: extended integer types, compound literals, expanded character support, designated initializers, Boolean support, expanded computational support, variable-length arrays, and inline function. It contains hundreds of sample programs, challenging examples, hints, and quizzes. All of these resources are used to teach students to create practical and real-world applications.



 
 
0672321521
 
  C# Primer Plus
Michelsen
© 2002 | Sams Publishing | Paper;992 pages | Estimated Availability: 14 Dec 2001
ISBN-10: 0672321521 | ISBN-13: 9780672321528
Our Price: £32.99
This title is not for sale to the US or Canada.
Not available for purchase at this time.

C# Primer Plus is a tutorial based introduction to the C# language and important parts of the .Net Framework. Throughout the book the reader will be exposed to proven principles enabling him to write clean, high-quality programs. Object-oriented programming and principles are a cornerstone of the book. C# Primer Plus aims to make OOP clear and applicable without being too technical through a gentle introduction and bountiful examples. The book uniquely utilizes the concreteness of the C# language to explain the fuzzy concepts of OOP. It will allow the reader to experiment with OOP and confirm her newly acquired knowledge. OOP will on the other hand help explain why C# is designed the way it is. To avoid superfluous distractions only the most relevant parts of the .Net library classes will be discussed.



 
 
0672322234
 
  C++ Primer Plus
Prata
© 2002 | Sams Publishing | Paper;1128 pages | Estimated Availability: 26 Nov 2001
ISBN-10: 0672322234 | ISBN-13: 9780672322235
Our Price: £36.50
This title is not for sale to the US or Canada.
Not available for purchase at this time.

For courses in C++ programming.

C++ Primer Plus, 4th Edition is a complete source for students on C++ programming. It covers the Standard Template Library, which is essential to be competitive in the C++ market. This fully revised edition provides updates with the latest and most useful language enhancements, as well as hints to streamline object-oriented programming with C++. It makes learning and using important object-oriented programming concepts understandable.



 
 
0672322102
 
  IP Routing Primer Plus
Osterloh
© 2002 | Sams Publishing | Paper;490 pages | Estimated Availability: 07 Jan 2002
ISBN-10: 0672322102 | ISBN-13: 9780672322105
Our Price: £28.99
This title is not for sale to the US or Canada.
Not available for purchase at this time.

IP Routing Primer Plus takes the reader on a methodical journey through the OSI model and shows the relationship of the different IP protocol suite. It gives the readers a "big picture view" design to equip them to use the protocols, or to prepare for a certification exam. Topics covered include a review of the OSI model as well as IP Addressing, IP Operation, IP Routing, RIP, IGRP and EIGRP, and OSPF. In addition the appendices offer valuable reference materials concerning RFC's, ports, VLANs, and Subnetting.



 
 
0672324156
 
  Java 2 Primer Plus
Haines & Potts
© 2002 | Sams Publishing | Paper;840 pages | Ordered on demand
ISBN-10: 0672324156 | ISBN-13: 9780672324154
Our Price: £32.99
This title is not for sale to the US or Canada.
Add this item to my shopping basket

Appropriate for all introductory-to-intermediate level courses in programming with Java; for all courses preparing students for the Java Programmer Certification exam; and for all introductory courses in computer programming that utilize Java.

In Java 2 Primer Plus, respected Java 2 programmer, architect, and instructor Steven Haines helps students master the entire Java language, from basic concepts and syntax through advanced topics such as RMI, JDBC, and network socket programming. Drawing on his extensive classroom teaching experience, Haines balances theory with practicality, presenting the language in ways that are exceptionally clear to both new computer science students and more experienced students who are working with Java for the first time. Once students have mastered the core skills of Java development, Haines offers a detailed and practical introduction to Web development with Java servlets, JSPs, component-based JSP pages, custom tag libraries, and XML. The book concludes with an expert overview of architecting robust, scalable Java-based Web applications.



 
 
0672322080
 
  TCP/IP Primer Plus
Osterloh
© 2002 | Sams Publishing | Paper;528 pages | Ordered on demand
ISBN-10: 0672322080 | ISBN-13: 9780672322082
Our Price: £32.99
This title is not for sale to the US or Canada.
Add this item to my shopping basket

TCP/IP Primer Plus offers its readers an in-depth examination of one of the core networking technologies in a widely accepted format. It covers BGP in sufficient depth to equip the reader with knowledge they can translate into improved network management, and shows clearly how the standard OSI model is linked to the TCP/IP suite.



 
 
1571691650
 
  UNIX Primer Plus
Wilson, Pierce & Wessler
© 1999 | Que Publishing | Paper;368 pages | Estimated Availability: 05 Jan 2000
ISBN-10: 1571691650 | ISBN-13: 9781571691651
Our Price: £21.99
This title is not for sale to the US or Canada.
Not available for purchase at this time.

UNIX Primer Plus begins by placing Unix in a technical and historical context. The book then quickly walks you through the basics of the Unix operating system: logging in, passwords, and initial prompts. After the basics, you are taught about various Unix Editors, files and directories, and Mail. Panel drawings throughout the book help you understand concepts better, and exercises at the end of each chapter reinforce what you have learned in the chapter. Topics include email, files and directories, the vi. screen editor, the ex line editor, the emacs editor, information processing, and advanced editing techniques.



 
 
0672324857
 
  Visual Basic .NET Primer Plus
Purdum
© 2003 | Sams Publishing | Paper;672 pages | Estimated Availability: 23 Apr 2003
ISBN-10: 0672324857 | ISBN-13: 9780672324857
Our Price: £35.99
This title is not for sale to the US or Canada.
Not available for purchase at this time.

Appropriate for all introductory-to-intermediate level courses in programming with Visual Basic .NET; and for all introductory courses in computer programming or object-oriented programming utilizing Visual Basic .NET.

Visual Basic is the most popular introductory programming language at most colleges and universities—and with Microsoft's new Visual Basic .NET, it can also be used to introduce fundamental object-oriented programming concepts. From start to finish, Visual Basic .NET Primer Plus is designed to teach solid object-oriented programming skills to students with no programming experience. Students are led through a careful sequence of topics designed to build a solid foundation of knowledge and skills for all forms of object-oriented VB.NET development, including Web and database programming. The authors draw on extensive experience teaching student programmers and working in real-world development projects. Unlike many VB.NET introductory books, they carefully explain what is happening “behind the scenes,” so students gain a deep understanding of objects, VB.NET, and the entire .NET platform.



 
 
0672324229
 
  XML Primer Plus
Chase
© 2003 | Sams Publishing | Paper;1024 pages | Estimated Availability: 08 Jan 2003
ISBN-10: 0672324229 | ISBN-13: 9780672324222
Our Price: £32.99
This title is not for sale to the US or Canada.
Not available for purchase at this time.

PLEASE PROVIDE



 
Pearson Education Home