71 results on '"Paul Deitel"'
Search Results
2. C++ How to Program, Global Edition
- Author
-
Paul Deitel, Harvey Deitel & Associates, Paul Deitel, and Harvey Deitel & Associates
- Subjects
- Java (Computer program language)
- Abstract
For introductory to intermediate-level courses in C++ programming. An objects-natural, live-code approach C++ How to Program is a code-intensive, modular introduction to C++ programming. The Deitel live-code approach presents concepts using full, working programs rather than code snippets. Students can run programs as they read and see how their learning applies to real-world scenarios. Case studies introduce applications and systems programming. The 11th Edition presents new features of C++ 20 and more hands-on applications. Hundreds of new self-checks let students test their code and understanding of concepts. New case studies and exercises focus on security, data science, ethics and more. more...
- Published
- 2024
Catalog
3. C++ How to Program : An Objects-Natural Approach
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Subjects
- Object-oriented programming (Computer science), C++ (Computer program language)
- Abstract
C++ How to Program: An Objects-Natural Approach is a code-intensive, modular introduction to C++ programming. The Deitel live-code approach presents concepts using full working programs rather than code snippets so that you can immediately start to run programs as you read. Interesting, entertaining and challenging examples, exercises and projects help you see how what you're learning applies to real-world scenarios. The 11th Edition presents new features of C++ 20 and even more hands-on application opportunities. Hundreds of new self-checks let you test your code and understanding of key concepts. New case studies and exercises focus on security, data science, ethics and more. more...
- Published
- 2024
4. C++20 for Programmers : An Objects-Natural Approach
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Subjects
- C++ (Computer program language)
- Abstract
The professional programmer's Deitel® guide to C++20 Written for programmers with a background in another high-level language, in this book, you'll learn Modern C++ development hands on using C++20 and its'Big Four'features--Ranges, Concepts, Modules and Coroutines. (For more details, see the Preface, and the table of contents diagram inside the front cover.) In the context of 200+, hands-on, real-world code examples, you'll quickly master Modern C++ coding idioms using popular compilers--Visual C++®, GNU® g++, Apple® Xcode® and LLVM®/Clang. After the C++ fundamentals quick start, you'll move on to C++ standard library containers array and vector; functional-style programming with C++20 Ranges and Views; strings, files and regular expressions; object-oriented programming with classes, inheritance, runtime polymorphism and static polymorphism; operator overloading, copy/move semantics, RAII and smart pointers; exceptions and a look forward to C++23 Contracts; standard library containers, iterators and algorithms; templates, C++20 Concepts and metaprogramming; C++20 Modules and large-scale development; and concurrency, parallelism, the C++17 and C++20 parallel standard library algorithms and C++20 Coroutines. Features Rich coverage of C++20's'Big Four': Ranges, Concepts, Modules and Coroutines Objects-Natural Approach: Use standard libraries and open-source libraries to build significant applications with minimal code Hundreds of real-world, live-code examples Modern C++: C++20, 17, 14, 11 and a look to C++23 Compilers: Visual C++®, GNU® g++, Apple Xcode® Clang, LLVM®/Clang Docker: GNU® GCC, LLVM®/Clang Fundamentals: Control statements, functions, strings, references, pointers, files, exceptions Object-oriented programming: Classes, objects, inheritance, runtime and static polymorphism, operator overloading, copy/move semantics, RAII, smart pointers Functional-style programming: C++20 Ranges and Views, lambda expressions Generic programming: Templates, C++20 Concepts and metaprogramming C++20 Modules: Large-Scale Development Concurrent programming: Concurrency, multithreading, parallel algorithms, C++20 Coroutines, coroutines support libraries, C++23 executors Future: A look forward to Contracts, range-based parallel algorithms, standard library coroutine support and more'C++20 for Programmers builds up an intuition for modern C++ that every programmer should have in the current software engineering ecosystem. The unique and brilliant ordering in which the Deitels present the material jibes much more naturally with the demands of modern, production-grade programming environments. I strongly recommend this book for anyone who needs to get up to speed on C++, particularly in professional programming environments where the idioms and patterns of modern C++ can be indecipherable without the carefully crafted guidance that this book provides.'--Dr. Daisy Hollman, ISO C++ Standards Committee Member'This is a fine book that covers a surprising amount of the very large language that is C++20. An in-depth treatment of C++ for a reader familiar with how things work in other programming languages.'--Arthur O'Dwyer, C++ trainer, Chair of CppCon's Back to Basics track, author of several accepted C++17/20/23 proposals and the book Mastering the C++17 STL'Forget about callback functions, bare pointers and proprietary multithreading libraries--C++20 is about standard concurrency features, generic lambda expressions, metaprogramming, tighter type-safety and the long-awaited concepts, which are all demonstra more...
- Published
- 2022
5. Intro to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and The Cloud, Global Edition
- Author
-
Paul Deitel and Paul Deitel
- Subjects
- Python (Computer program language)
- Abstract
For introductory-level Python programming and/or data-science courses. A ground-breaking, flexible approach to computer science and data science The Deitels'Introduction to Python for Computer Science and Data Science: Learning to Program with AI, Big Data and the Cloud offers a unique approach to teaching introductory Python programming, appropriate for both computer-science and data-science audiences. Providing the most current coverage of topics and applications, the book is paired with extensive traditional supplements as well as Jupyter Notebooks supplements. Real-world datasets and artificial-intelligence technologies allow students to work on projects making a difference in business, industry, government and academia. Hundreds of examples, exercises, projects (EEPs) and implementation case studies give students an engaging, challenging and entertaining introduction to Python programming and hands-on data science. The book's modular architecture enables instructors to conveniently adapt the text to a wide range of computer-science and data-science courses offered to audiences drawn from many majors. Computer-science instructors can integrate as much or as little data-science and artificial-intelligence topics as they'd like, and data-science instructors can integrate as much or as little Python as they'd like. The book aligns with the latest ACM/IEEE CS-and-related computing curriculum initiatives and with the Data Science Undergraduate Curriculum Proposal sponsored by the National Science Foundation. more...
- Published
- 2022
6. C How to Program: With Case Studies in Applications and Systems Programming, Global Edition
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Subjects
- C (Computer program language)
- Abstract
This print textbook is available for students to rent for their classes. The Pearson print rental program provides students with affordable access to learning materials, so they come to class ready to succeed. For courses in computer programming. A user-friendly, code-intensive introduction to C programming with case studies introducing applications and system programming C How to Program is a comprehensive introduction to programming in C. Like other texts of the Deitels'How to Program series, the book's modular presentation serves as a detailed beginner source of information for college students looking to embark on a career in coding, or instructors and software-development professionals seeking to learn how to program with C. The signature Deitel live-code approach presents concepts in the context of 142 full-working programs rather than incomplete snips of code. This gives students a chance to run each program as they study it and see how their learning applies to real-world programming scenarios Current standards, contemporary practice, and hands-on learning opportunities are integrated throughout the 9th Edition. Over 340 new integrated Self-Check exercises with answers allow students to test their understanding of important concepts — and check their code — as they read. New and enhanced case studies and exercises use real-world data and focus on the latest ACM/IEEE computing curricula recommendations, highlighting security, data science, ethics, privacy, and performance concepts. This title is also available digitally as a standalone Pearson eText, or via MyLab, which includes the Pearson eText MyLab® empowers you to reach every student. This flexible digital platform combines unrivaled content, online assessments, and customizable features so you can personalize learning and improve results, one student at a time. With MyLab Programming, students work through hundreds of short, auto-graded coding exercises and receive immediate and helpful feedback based on their work. Learn more about MyLab Programming. Pearson eText is an easy-to-use digital textbook available within MyLab that lets students read, highlight, take notes, and review key vocabulary all in one place. If you're not using MyLab, students can purchase Pearson eText on their own or you can assign it as a course to schedule readings, view student usage analytics, and share your own notes with students. Learn more about Pearson eText. more...
- Published
- 2022
7. C# 6 for Programmers
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Subjects
- C# (Computer program language), Object-oriented programming (Computer science)
- Abstract
This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. The professional programmer's Deitel® guide to C# 6 and object-oriented development for Windows® Written for programmers with a background in high-level language programming, C# 6 for Programmers applies the Deitel signature live-code approach to teaching programming and explores Microsoft's C# 6 and.NET in depth. Concepts are presented in the context of 170+ fully coded and tested apps, complete with syntax shading, code highlighting, code walkthroughs, program outputs and hundreds of savvy software-development tips. Start with an introduction to C# using an early classes and objects approach, then rapidly move on to more advanced topics, including LINQ, asynchronous programming with async and await and more. You'll enjoy the treatment of object-oriented programming and an object-oriented design/UML® ATM case study, including a complete C# implementation. When you've mastered the book, you'll be ready to start building industrial-strength, object-oriented C# apps. Paul Deitel and Harvey Deitel are the founders of Deitel & Associates, Inc., the internationally recognized programming languages authoring and corporate training organization. Millions of people worldwide have used Deitel textbooks, professional books, LiveLessons™ video products, e-books, resource centers and REVEL™ interactive multimedia courses with integrated labs and assessment to master major programming languages and platforms, including C#, C++, C, Java™, Android™ app development, iOS app development, Swift™, Visual Basic®, Python™ and Internet and web programming. Features: •Use with Windows® 7, 8 or 10. •Integrated coverage of new C# 6 functionality: string interpolation, expression-bodied methods and properties, auto-implemented property initializers, getter-only properties, nameof, null-conditional operator, exception filters and more. •Entertaining and challenging code examples. •Deep treatment of classes, objects, inheritance, polymorphism and interfaces. •Generics, LINQ and generic collections; PLINQ (Parallel LINQ) for multicore performance. •Asynchronous programming with async and await; functional programming with lambdas, delegates and immutability. •Files; relational database with LINQ to Entities. •Object-oriented design ATM case study with full code implementation. •Emphasis on performance and software engineering principles more...
- Published
- 2017
8. C How to Program
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Abstract
C How to Program is a user-friendly, code-intensive introduction to C programming with case studies introducing applications and system programming. Like other texts of the Deitels'How to Program series, the book's modular presentation serves as a detailed beginner source of information for college students looking to embark on a career in coding, or instructors and software-development professionals seeking to learn how to program with C. The signature Deitel live-code approach presents concepts in the context of 142 full-working programs rather than incomplete snips of code. This gives you a chance to run each program as you study it and see how your learning applies to real-world programming scenarios. Current standards, contemporary practice, and hands-on learning opportunities are integrated throughout the 9th Edition. Over 340 new integrated Self-Check exercises with answers allow you to test your understanding of important concepts, and check your code, as you read. New and enhanced case studies and exercises use real-world data and focus on the latest ACM/IEEE computing curricula recommendations, highlighting security, data science, ethics, privacy, and performance concepts. more...
- Published
- 2021
9. Intro to Python for Computer Science and Data Science : Learning to Program with AI, Big Data and The Cloud
- Author
-
Paul Deitel, Harvey M. Deitel, Paul Deitel, and Harvey M. Deitel
- Subjects
- Python (Computer program language)
- Abstract
Introduction to Python for Computer Science and Data Science takes a unique, modular approach to teaching and learning introductory Python programming that is relevant for both computer science and data science audiences. The Deitels cover the most current topics and applications to prepare you for your career. Jupyter Notebooks supplements provide opportunities to test your programming skills. Fully implemented case studies in artificial intelligence technologies and big data let you apply your knowledge to interesting projects in the business, industry, government and academia sectors. Hundreds of hands-on examples, exercises and projects offer a challenging and entertaining introduction to Python and data science. more...
- Published
- 2020
10. Java How To Program, Late Objects, Global Edition
- Author
-
Paul Deitel, Harvey M. Deitel, Paul Deitel, and Harvey M. Deitel
- Subjects
- Java (Computer program language)
- Abstract
The Deitels'groundbreaking How to Program series offers unparalleled breadth and depth of programming fundamentals, object-oriented programming concepts and intermediate-level topics for further study. Java How to Program, Late Objects, 11th Edition, presents leading-edge computing technologies using the Deitel signature live-code approach, which demonstrates concepts in hundreds of complete working programs. The 11th Edition presents updated coverage of Java SE 8 and new Java SE 9 capabilities, including JShell, the Java Module System, and other key Java 9 topics. The full text downloaded to your computer With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. Upon purchase, you will receive via email the code and instructions on how to access this product. Time limit The eBooks products do not have an expiry date. You will continue to access your digital ebook products whilst you have your Bookshelf installed. more...
- Published
- 2019
11. Python for Programmers
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Abstract
The professional programmer's Deitel® guide to Python® with introductory artificial intelligence case studies Written for programmers with a background in another high-level language, Python for Programmers uses hands-on instruction to teach today's most compelling, leading-edge computing technologies and programming in Python–one of the world's most popular and fastest-growing languages. Please read the Table of Contents diagram inside the front cover and the Preface for more details. In the context of 500+, real-world examples ranging from individual snippets to 40 large scripts and full implementation case studies, you'll use the interactive IPython interpreter with code in Jupyter Notebooks to quickly master the latest Python coding idioms. After covering Python Chapters 1-5 and a few key parts of Chapters 6-7, you'll be able to handle significant portions of the hands-on introductory AI case studies in Chapters 11-16, which are loaded with cool, powerful, contemporary examples. These include natural language processing, data mining Twitter® for sentiment analysis, cognitive computing with IBM® Watson™, supervised machine learning with classification and regression, unsupervised machine learning with clustering, computer vision through deep learning and convolutional neural networks, deep learning with recurrent neural networks, big data with Hadoop®, Spark™ and NoSQL databases, the Internet of Things and more. You'll also work directly or indirectly with cloud-based services, including Twitter, Google Translate™, IBM Watson, Microsoft® Azure®, OpenMapQuest, PubNub and more. Features 500+ hands-on, real-world, live-code examples from snippets to case studies IPython + code in Jupyter® Notebooks Library-focused: Uses Python Standard Library and data science libraries to accomplish significant tasks with minimal code Rich Python coverage: Control statements, functions, strings, files, JSON serialization, CSV, exceptions Procedural, functional-style and object-oriented programming Collections: Lists, tuples, dictionaries, sets, NumPy arrays, pandas Series & DataFrames Static, dynamic and interactive visualizations Data experiences with real-world datasets and data sources Intro to Data Science sections: AI, basic stats, simulation, animation, random variables, data wrangling, regression AI, big data and cloud data science case studies: NLP, data mining Twitter®, IBM® Watson™, machine learning, deep learning, computer vision, Hadoop®, Spark™, NoSQL, IoT Open-source libraries: NumPy, pandas, Matplotlib, Seaborn, Folium, SciPy, NLTK, TextBlob, spaCy, Textatistic, Tweepy, scikit-learn®, Keras and more Accompanying code examples are available here: http://ptgmedia.pearsoncmg.com/imprint_downloads/informit/bookreg/9780135224335/9780135224335_examples.zip. Register your product for convenient access to downloads, updates, and/or corrections as they become available. See inside book for more information. more...
- Published
- 2019
12. Java How to Program, Early Objects, Global Edition
- Author
-
Paul Deitel and Paul Deitel
- Subjects
- Object-oriented programming (Computer science), Java (Computer program language)
- Abstract
The full text downloaded to your computer With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. Upon purchase, you'll gain instant access to this eBook. Time limit The eBooks products do not have an expiry date. You will continue to access your digital ebook products whilst you have your Bookshelf installed. The Deitels'groundbreaking How to Program series offers unparalleled breadth and depth of programming fundamentals, object-oriented programming concepts and intermediate-level topics for further study. Java How to Program, Early Objects, 11th Edition, presents leading-edge computing technologies using the Deitel signature live-code approach, which demonstrates concepts in hundreds of complete working programs. The 11th Edition presents updated coverage of Java SE 8 and new Java SE 9 capabilities, including JShell, the Java Module System, and other key Java 9 topics. more...
- Published
- 2018
13. Visual C# How to Program, Global Edition
- Author
-
Harvey Deitel, Paul Deitel, Harvey Deitel, and Paul Deitel
- Subjects
- C (Computer program language)
- Abstract
The full text downloaded to your computer With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. Upon purchase, you will receive via email the code and instructions on how to access this product. Time limit The eBooks products do not have an expiry date. You will continue to access your digital ebook products whilst you have your Bookshelf installed. For all basic-to-intermediate level courses in Visual C# programming. An informative, engaging, challenging and entertaining introduction to Visual C# Created by world-renowned programming instructors Paul and Harvey Deitel, Visual C# How to Program, 6th Edition introduces students to the world of desktop, mobile and web app development with Microsoft's® Visual C#® programming language. Students will use the.NET platform and the Visual Studio® Integrated Development Environment to write, test, and debug applications and run them on a wide variety of Windows® devices. At the heart of the book is the Deitel signature live-code approach—rather than using code snippets, the authors present concepts in the context of complete working programs followed by sample executions. Students begin by getting comfortable with the Visual Studio Community edition IDE and basic C# syntax. Next, they build their skills one step at a time, mastering control structures, classes, objects, methods, variables, arrays, and the core techniques of object-oriented programming. With this strong foundation in place, the authors introduce more sophisticated techniques, including searching, sorting, data structures, generics, and collections. Additional practice is provided through a broad range of example programs and exercises selected from computer science, business, education, social issues, personal utilities, sports, mathematics, puzzles, simulation, game playing, graphics, multimedia and many other areas. more...
- Published
- 2018
14. Java How To Program, Early Objects
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Subjects
- Java (Computer program language), Object-oriented programming (Computer science)
- Abstract
For courses in Java programming Unparalleled breadth and depth of object-oriented programming concepts The Deitels'groundbreaking How to Program series offers unparalleled breadth and depth of programming fundamentals, object-oriented programming concepts and intermediate-level topics for further study. Java How to Program, Early Objects, 11th Edition, presents leading-edge computing technologies using the Deitel signature live-code approach, which demonstrates concepts in hundreds of complete working programs. The 11th Edition presents updated coverage of Java SE 8 and new Java SE 9 capabilities, including JShell, the Java Module System, and other key Java 9 topics. [Java How to Program, Late Objects, 11th Edition also is available.] more...
- Published
- 2017
15. C++ How to Program, Global Edition
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Subjects
- C++ (Computer program language)
- Abstract
For courses in C++ Programming The best-selling C++ How to Program is accessible to readers with little or no programming experience, yet comprehensive enough for the professional programmer. The Deitels'signature live-code approach presents the concepts in the context of full working programs followed by sample executions. The early objects approach gets readers thinking about objects immediately–allowing them to more thoroughly master the concepts. Emphasis is placed on achieving program clarity and building well-engineered software. Interesting, entertaining, and challenging exercises encourage students to make a difference and use computers and the Internet to work on problems. To keep readers up-to-date with leading-edge computing technologies, the Tenth Edition conforms to the C++11 standard and the new C++14 standard. The full text downloaded to your computer. With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends Print 5 pages at a time Compatible for PCs and MACs No expiry (offline access will remain whilst the Bookshelf software is installed. eBooks are downloaded to your computer and accessible either offline through the VitalSource Bookshelf (available as a free download), available online and also via the iPad/Android app. When the eBook is purchased, you will receive an email with your access code. Simply go to http://bookshelf.vitalsource.com/ to download the FREE Bookshelf software. After installation, enter your access code for your eBook. Time limit The VitalSource products do not have an expiry date. You will continue to access your VitalSource products whilst you have your VitalSource Bookshelf installed. more...
- Published
- 2017
16. Java How To Program, Late Objects
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Subjects
- Java (Computer program language)
- Abstract
This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. For courses in Java programming Unparalleled breadth and depth of object-oriented programming concepts The Deitels'groundbreaking How to Program series offers unparalleled breadth and depth of programming fundamentals, object-oriented programming concepts and intermediate-level topics for further study. Java How to Program, Late Objects, 11th Edition, presents leading-edge computing technologies using the Deitel signature live-code approach, which demonstrates concepts in hundreds of complete working programs. The 11th Edition presents updated coverage of Java SE 8 and new Java SE 9 capabilities, including JShell, the Java Module System, and other key Java 9 topics. [Java How to Program, Early Objects, 11th Edition also is available.] more...
- Published
- 2017
17. Java 9 for Programmers
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Subjects
- Java (Computer program language), Object-oriented programming (Computer science)
- Abstract
The professional programmer's Deitel® guide to Java® 9 and the powerful Java platform Written for programmers with a background in another high-level language, this book applies the Deitel signature live-code approach to teaching programming and explores the Java® 9 language and APIs in depth. The book presents concepts in fully tested programs, complete with code walkthroughs, syntax shading, code highlighting and program outputs. It features hundreds of complete Java 9 programs with thousands of lines of proven code, and hundreds of software-development tips that will help you build robust applications. Start with an introduction to Java using an early classes and objects approach, then rapidly move on to more advanced topics, including JavaFX GUI, graphics, animation and video, exception handling, lambdas, streams, functional interfaces, object serialization, concurrency, generics, generic collections, database with JDBC™ and JPA, and compelling new Java 9 features, such as the Java Platform Module System, interactive Java with JShell (for discovery, experimentation and rapid prototyping) and more. You'll enjoy the Deitels'classic treatment of object-oriented programming and the object-oriented design ATM case study, including a complete Java implementation. When you're finished, you'll have everything you need to build industrial-strength, object-oriented Java 9 applications. New Java® 9 Features Java® 9's Platform Module System Interactive Java via JShell—Java 9's REPL Collection Factory Methods, Matcher Methods, Stream Methods, JavaFX Updates, Using Modules in JShell, Completable Future Updates, Security Enhancements, Private Interface Methods and many other language and API updates. Core Java Features Classes, Objects, Encapsulation, Inheritance, Polymorphism, Interfaces Composition vs. Inheritance, “Programming to an Interface not an Implementation” Lambdas, Sequential and Parallel Streams, Functional Interfaces with Default and Static Methods, Immutability JavaFX GUI, 2D and 3D Graphics, Animation, Video, CSS, Scene Builder Files, I/O Streams, XML Serialization Concurrency for Optimal Multi-Core Performance, JavaFX Concurrency APIs Generics and Generic Collections Recursion, Database (JDBC™ and JPA) Keep in Touch Contact the authors at: deitel@deitel.com Join the Deitel social media communities LinkedIn® at bit.ly/DeitelLinkedIn Facebook® at facebook.com/DeitelFan Twitter® at twitter.com/deitel YouTube™ at youtube.com/DeitelTV Subscribe to the Deitel ® Buzz e-mail newsletter at www.deitel.com/newsletter/subscribe.html For source code and updates, visit: www.deitel.com/books/Java9FP more...
- Published
- 2017
18. Android How to Program
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Abstract
This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. For courses in Android Programming. Thinking like a developer — from the start. Created by world-renowned programming instructors Paul and Harvey Deitel, Android How to Program, Third Edition introduces the dynamic world of Android smartphone and tablet app development with the Android Software Development Kit (SDK), the Java™ programming language, and the rapidly evolving Android Studio Integrated Development Environment (IDE). Updated to Android 6 and Google's preferred Android Studio IDE, the Third Edition presents cutting-edge mobile computing technologies. The Deitels'App-driven Approach helps readers master Android app development through eight complete, working Android apps. Each chapter features new concepts through a single app. The authors begin with an introduction to the app, followed by an app test-drive showing sample executions and a technologies overview. Next, they present detailed steps to build the app. Finally, they provide a detailed code walkthrough of the app's source code, discussing the programming concepts and Android APIs used in the app. The book also has an extensive introduction to programming using the Java language, making it appropriate for Java courses that want to add an app-programming flavor. more...
- Published
- 2016
19. C How to Program, Global Edition
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Subjects
- C++ (Computer program language)
- Abstract
For courses in computer programming C How to Program is a comprehensive introduction to programming in C. Like other texts of the Deitels'How to Program series, the book serves as a detailed beginner source of information for college students looking to embark on a career in coding, or instructors and software-development professionals seeking to learn how to program with C. The Eighth Edition continues the tradition of the signature Deitel “Live Code” approach--presenting concepts in the context of full-working programs rather than incomplete snips of code. This gives students a chance to run each program as they study it and see how their learning applies to real world programming scenarios. MyProgrammingLab® not included. Students, if MyProgrammingLab is a recommended/mandatory component of the course, please ask your instructor for the correct ISBN and course ID. MyProgrammingLab should only be purchased when required by an instructor. Instructors, contact your Pearson representative for more information. MyProgrammingLab is an online homework, tutorial, and assessment program designed to work with this text to engage students and improve results. Within its structured environment, students practice what they learn, test their understanding, and pursue a personalized study plan that helps them better absorb course material and understand difficult concepts. more...
- Published
- 2016
20. C How to Program
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Abstract
This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. For courses in computer programming C How to Program is a comprehensive introduction to programming in C. Like other texts of the Deitels'How to Program series, the book serves as a detailed beginner source of information for college students looking to embark on a career in coding, or instructors and software-development professionals seeking to learn how to program with C. The Eighth Edition continues the tradition of the signature Deitel “Live Code” approach--presenting concepts in the context of full-working programs rather than incomplete snips of code. This gives readers a chance to run each program as they study it and see how their learning applies to real world programming scenarios. more...
- Published
- 2015
21. Visual C# 2012 How to Program, International Edition
- Author
-
Harvey Deitel, Paul Deitel, Harvey Deitel, and Paul Deitel
- Abstract
Appropriate for all basic-to-intermediate level courses in Visual C# 2012 programming. Created by world-renowned programming instructors Paul and Harvey Deitel, Visual C# 2012 How to Program, Fifth Edition introduces all facets of the C# 2012 language hands-on, through hundreds of working programs. This book has been thoroughly updated to reflect the major innovations Microsoft has incorporated in Visual C# 2012; all discussions and sample code have been carefully audited against the newest Visual C# language specification.Students begin by getting comfortable with the C# Express 2012 IDE and basic Visual C# syntax. Next, they build their skills one step at a time, mastering control structures, classes, objects, methods, variables, arrays, and the core techniques of object-oriented programming. With this strong foundation in place, the Deitels introduce more sophisticated techniques, including searching, sorting, data structures, generics, and collections. Throughout, the authors show students how to make the most of Microsoft's Visual Studio tools. A series of appendices provide essential programming reference material. more...
- Published
- 2015
22. Android: How to Program, Global Edition
- Author
-
Harvey Deitel, Paul Deitel, Harvey Deitel, and Paul Deitel
- Subjects
- Application software--Development, Java (Computer program language), Web site development
- Abstract
Android How to Program, Global Edition provides a clear and entertaining App-driven introduction to Android 4.3 development for both introductory- and intermediate-level programming courses. The Deitels teach Android programming through ten complete, working Android Apps. Each chapter presents new concepts through a single App. The authors first discuss what the App does, show screen shots, test drive the App, and present an overview of the technologies and architecture used to build it. Next, the authors walk through building the App, presenting complete code and providing a detailed'Live Code'walkthrough. As part of the code walkthrough, they discuss essential programming concepts, and demonstrate the functionality of relevant Android 4.3 APIs. Readers will gain hands-on experience with a wide spectrum of essential Android APIs. The book also has an extensive introduction to programming using the Java language, making this book appropriate for Java courses that want to add an App-programming flavour. This program will provide a better teaching and learning experience—for you and your students. Add an App Component to your Java Course: An extensive, optional introduction to programming using the Java language makes this book appropriate for Java courses. Motivate Students with an App-driven, Live Code Approach to Android 4.3 Development: Concepts are presented in the context of 10 complete working Android Apps, complete with syntax coloring, code walkthroughs and sample outputs. The full text downloaded to your computer With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. Upon purchase, you will receive via email the code and instructions on how to access this product. Time limit The eBooks products do not have an expiry date. You will continue to access your digital ebook products whilst you have your Bookshelf installed. more...
- Published
- 2015
23. Visual Basic 2012 How to Program : International Edition
- Author
-
Paul Deitel, Harvey M. Deitel, Abbey Deitel, Paul Deitel, Harvey M. Deitel, and Abbey Deitel
- Subjects
- BASIC (Computer program language)
- Abstract
Appropriate for all basic-to-intermediate level courses in Visual Basic 2012 programming. Created by world-renowned programming instructors Paul and Harvey Deitel, Visual Basic 2012 How to Program introduces all facets of the Visual Basic 2012 language through a hands-on approach with hundreds of working programs. This book reflects the major innovations Microsoft has incorporated in Visual Basic 2012; all discussions and sample code have been carefully audited against the newest Visual Basic language specification. The 6th Edition is updated to Visual Studio 2012 and includes new chapters on Windows 8 UI app development, Windows 8 graphics/multimedia, Windows Phone 8 app development and Windows Azure. Students begin by getting comfortable with the free Visual Basic Express 2012 IDE and basic VB syntax. Next, they build their skills one step at a time, mastering control structures, classes, objects, methods, variables, arrays, and the core techniques of object-oriented programming. With this strong foundation in place, the Deitels introduce more sophisticated techniques, including inheritance, polymorphism, exception handling, strings, GUI's, data structures, generics, and collections. Throughout, the authors show developers how to make the most of Microsoft's Visual Studio tools. A series of appendices provide essential programming reference material on various topics. The full text downloaded to your computer With eBooks you can: search for key concepts, words and phrases make highlights and notes as you study share your notes with friends eBooks are downloaded to your computer and accessible either offline through the Bookshelf (available as a free download), available online and also via the iPad and Android apps. Upon purchase, you will receive via email the code and instructions on how to access this product. Time limit The eBooks products do not have an expiry date. You will continue to access your digital ebook products whilst you have your Bookshelf installed. more...
- Published
- 2014
24. IOS 8 for Programmers : An App-Driven Approach with Swift
- Author
-
Paul Deitel, Harvey M. Deitel, Abbey Deitel, Paul Deitel, Harvey M. Deitel, and Abbey Deitel
- Subjects
- iOS (Electronic resource), Operating systems (Computers), Apple computer
- Abstract
The professional programmer's Deitel® guide to iPhone® and iPad® app development using iOS® 8, Swift™, Xcode® 6, and Cocoa Touch® ¿ Billions of apps have been downloaded from Apple's App Store! This book gives you everything you'll need to start developing great iOS 8 apps quickly using Swift–Apple's programming language of the future. You'll also learn what makes a great app and how to publish your apps in the App Store. The book uses an app-driven approach–each new technology is discussed in the context of seven fully tested iOS 8 apps, complete with syntax shading, code highlighting, code walkthroughs and sample outputs. Apps you'll develop include: ¿ Welcome App Cannon Game Tip Calculator Doodlz Twitter® Searches Address Book Flag Quiz ¿ Practical, Example-Rich Coverage of: iOS® 8, XCode® 6, Swift™ Object-Oriented Programming with Swift™ and Cocoa Touch® UI Design, Storyboards, Auto Layout, Outlets, Outlet Collections, Actions View Controllers, Views, View Animations Event Handling, Multi-Touch Single View, Master-Detail, Game Templates Accessibility, Internationalization Core Data Database Access User Defaults, iCloud Key—Value Storage Social Framework Sharing SpriteKit Game Programming: Animation, Graphics, Physics, Collision Detection Accelerometer and Motion Event Handling Grand Central Dispatch App Store, Pricing, Monetization and more. IMPORTANT NOTE ABOUT XCODE AND SWIFT: With Xcode 6.3 and Swift 1.2, Apple introduced several changes in Swift that affect the book's source code. Please visit www.deitel.com/books/iOS8FP1 for updated source code. The changes do not affect Xcode 6.2 users. You can download Xcode 6.2 from developer.apple.com/downloads/index.action (you'll have to log in with your Apple developer account to see the list of downloads). ¿ Visit www.deitel.com Download code examples For information on Deitel's Dive Into® Series programming training courses delivered at organizations worldwide visit www.deitel.com/training or write to deitel@deitel.com Join the Deitel social networking communities on Facebook® at facebook.com/DeitelFan, Twitter® at @deitel, Google+™ at google.com/+DeitelFan, LinkedIn® at bit.ly/DeitelLinkedIn, YouTube™ at youtube.com/user/DeitelTV and subscribe to the Deitel® Buzz Online e-mail newsletter at www.deitel.com/newsletter/subscribe.html About This Book Sales of iOS devices and app downloads have been explosive. The first-generation iPhone sold 6.1 million units in its initial five quarters of availability (bit.ly/iPhoneGen1l). The iPhone 6 and iPhone 6 Plus, released in September 2014, sold over 10 million combined in their first weekend of availability (bit.ly/FirstiPhone6Weekend). iPad sales are equally impressive. The first generation iPad, launched in April 2010, sold 3 million units in its first 80 days of availability (bit.ly/iPadGen1). In just the first quarter of 2014, Apple sold a record 26 million iPads (bit.ly/iPad2 more...
- Published
- 2014
25. Simply Visual Basic 2010: An App-Driven Approach : International Edition
- Author
-
Harvey Deitel, Paul Deitel, Abbey Deitel, Harvey Deitel, Paul Deitel, and Abbey Deitel
- Abstract
Simply Visual Basic 2010: An App-Driven Approach
- Published
- 2014
26. C for Programmers with an Introduction to C11
- Author
-
Paul Deitel, Harvey Deitel, Paul Deitel, and Harvey Deitel
- Subjects
- C (Computer program language)
- Abstract
The professional programmer's Deitel® guide to procedural programming in C through 130 working code examples Written for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching the C language and the C Standard Library. The book presents the concepts in the context of fully tested programs, complete with syntax shading, code highlighting, code walkthroughs and program outputs. The book features approximately 5,000 lines of proven C code and hundreds of savvy tips that will help you build robust applications. Start with an introduction to C, then rapidly move on to more advanced topics, including building custom data structures, the Standard Library, select features of the new C11 standard such as multithreading to help you write high-performance applications for today's multicore systems, and secure C programming sections that show you how to write software that is more robust and less vulnerable. You'll enjoy the Deitels'classic treatment of procedural programming. When you're finished, you'll have everything you need to start building industrial-strength C applications. Practical, example-rich coverage of: C programming fundamentals Compiling and debugging with GNU gcc and gdb, and Visual C++® Key new C11 standard features: Type generic expressions, anonymous structures and unions, memory alignment, enhanced Unicode® support, _Static_assert, quick_exit and at_quick_exit, _Noreturn function specifier, C11 headers C11 multithreading for enhanced performance on today's multicore systems Secure C Programming sections Data structures, searching and sorting Order of evaluation issues, preprocessor Designated initializers, compound literals, bool type, complex numbers, variable-length arrays, restricted pointers, type generic math, inline functions, and more. Visit www.deitel.com For information on Deitel's Dive Into® Series programming training courses delivered at organizations worldwide visit www.deitel.com/training or write to deitel@deitel.com Download code examples To receive updates for this book, subscribe to the free DEITEL® BUZZ ONLINE e-mail newsletter at www.deitel.com/newsletter/subscribe.html Join the Deitel social networking communities on Facebook® at facebook.com/DeitelFan, Twitter® @deitel, LinkedIn® at bit.ly/DeitelLinkedIn and Google+™ at gplus.to/Deitel more...
- Published
- 2013
27. C++ How to Program (Early Objects Version), International Edition : (Early Objects Version)
- Author
-
Harvey Deitel, Paul Deitel, Harvey Deitel, and Paul Deitel
- Abstract
For Introduction to Programming (CS1) and other more intermediate courses covering programming in C++. Also appropriate as a supplement for upper-level courses where the instructor uses a book as a reference for the C++ language. This best-selling comprehensive text is aimed at readers with little or no programming experience. It teaches programming by presenting the concepts in the context of full working programs and takes an early-objects approach. The authors emphasize achieving program clarity through structured and object-oriented programming, software reuse and component-oriented software construction. The Ninth Edition encourages students to connect computers to the community, using the Internet to solve problems and make a difference in our world. All content has been carefully fine-tuned in response to a team of distinguished academic and industry reviewers. View the Deitel Buzz online to learn more about the newest publications from the Deitels.NEW! This edition is available with MyProgrammingLab, an innovative online homework and assessment tool. Through the power of practice and immediate personalized feedback, MyProgrammingLab helps students fully grasp the logic, semantics, and syntax of programming. Note: If you are purchasing the standalone text or electronic version, MyProgrammingLab does not come automatically packaged with the text. To purchase MyProgrammingLab, please visit: myprogramminglab.com or you can purchase a package of the physical text + MyProgrammingLab by searching the Pearson Higher Education web site. MyProgrammingLab is not a self-paced technology and should only be purchased when required by an instructor. more...
- Published
- 2013
28. Internet & World Wide Web: How to Program : International Edition
- Author
-
Harvey M. Deitel, Paul Deitel, Abbey Deitel, Harvey M. Deitel, Paul Deitel, and Abbey Deitel
- Subjects
- Internet programming, World Wide Web
- Abstract
For a wide variety of Web Programming, XHTML, and JavaScript courses found in Computer Science, CIS, MIS, IT, Business, Engineering, and Continuing Education departments. Internet and World Wide Web How to Program, 5e introduces students with little or no programming experience to the exciting world of Web-Based applications. The book has been substantially revised to reflect today's Web 2.0 rich Internet application-development methodologies. A comprehensive book that teaches the fundamentals needed to program on the Internet, this text provides in-depth coverage of introductory programming principles, various markup languages (XHTML, Dynamic HTML and XML), several scripting languages (JavaScript, PHP, Ruby/Ruby on Rails and Perl); AJAX, web services, Web Servers (IIS and Apache) and relational databases (MySQL/Apache Derby/Java DB)—all the skills and tools needed to create dynamic Web-based applications. The text contains comprehensive introductions to ASP.NET and JavaServer Faces (JSF). Hundreds of live-code examples of real applications throughout the book available for download allow readers to run the applications and see and hear the outputs. The book provides instruction on building Ajax-enabled rich Internet applications that enhance the presentation of online content and give web applications the look and feel of desktop applications. The chapter on Web 2.0 and Internet business exposes readers to a wide range of other topics associated with Web 2.0 applications and businesses. After mastering the material in this book, students will be well prepared to build real-world, industrial strength, Web-based applications. more...
- Published
- 2012
29. Dive Into IOS6 : An App-Driven Approach
- Author
-
Paul Deitel, Harvey Deitel, Abbey Deitel, Paul Deitel, Harvey Deitel, and Abbey Deitel
- Abstract
The programmer's quick-start guide to iOS app development using iOS SDK 6, Cocoa Touch®, Xcode® 4.5 and the latest Objective-C® version and idioms! Dive into iOS 6 programming with this brief introduction for new iOS developers! This five-chapter e-book gets you started developing great iPhone and iPad apps quickly and publishing them on Apple's App Store. It's ideal for people familiar with object-oriented programming in Java, C++, C# or Objective-C (an Objective-C background is not required). The three programming chapters include a simple visual programming app and two code-based apps presented using the Deitels'signature app-driven approach—each technology is discussed in the context of a fully developed iOS app, complete with syntax coloring, code walkthroughs and sample outputs. Topics covered in this e-book include: iOS® App Development• iOS 6, Xcode 4.5, Interface Builder, Objective-C, Cocoa Touch®, iOS Simulator• Storyboarding, Segues, Auto Layout, Accessibility, Internationalization• Application Templates, Universal Apps• Social Framework, iCloud Key-Value Storage, Automatic Reference Counting (ARC), Collections, iOS Defaults System• GUI, Views, View Controllers, Outlets, Actions, Event Handling Fully Developed Apps• Welcome, Tip Calculator, Favorite Twitter® Searches App Business Issues• iOS Developer Program, App Store, Submitting Apps, iTunes Connect• What Makes a Great App• Monetization, Pricing (Free vs. Fee), In-App Purchase,, Selling Virtual Goods• Marketing, iAd Network, Advertising more...
- Published
- 2012
30. Internet and World Wide Web : How To Program
- Author
-
Paul Deitel, Harvey Deitel, Abbey Deitel, Paul Deitel, Harvey Deitel, and Abbey Deitel
- Abstract
This is the eBook of the printed book and may not include any media, website access codes, or print supplements that may come packaged with the bound book. Internet & World Wide Web How to Program, 5/e is appropriate for both introductory and intermediate-level client-side and server-side programming courses. The book is also suitable for professionals who want to update their skills with the latest Internet and web programming technologies. Internet and World Wide Web How to Program, 5e introduces students with little or no programming experience to the exciting world of Web-Based applications. This new edition focuses on HTML5 and the related technologies in its ecosystem, diving into the exciting new features of HTML5, CSS3, the latest edition of JavaScript (ECMAScript 5) and HTML5 canvas. At the heart of the book is the Deitel signature “live-code approach”–concepts are presented in the context of complete working HTML5 documents, CSS3 stylesheets, JavaScript scripts, XML documents, programs and database files, rather than in code snippets. Each complete code example is accompanied by live sample executions.The Deitels focus on popular key technologies that will help readers build Internet- and web-based applications that interact with other applications and with databases. These form the basis of the kinds of enterprise-level, networked applications that are popular in industry today. After mastering the material in this book, readers will be well prepared to build real-world, industrial strength, Web-based applications. more...
- Published
- 2011
31. C# 2012 for Programmers
- Author
-
Paul J. Deitel, Harvey M. Deitel, Paul J. Deitel, and Harvey M. Deitel
- Abstract
The professional programmer's Deitel® guide to C# 2012 and object-oriented development for Windows® 7 and Windows® 8 Written for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching programming and explores Microsoft's C# 2012 and.NET 4.5 in depth. The book presents the concepts in the context of fully tested apps, complete with syntax shading, code highlighting, code walkthroughs and program outputs. You'll work through 200+ complete C# apps with 15,000+ lines of proven C# code and hundreds of savvy software-development tips. Start with an introduction to C# using an early classes and objects approach, then rapidly move on to more advanced topics, including LINQ, asynchronous programming with async and await, Windows® 8 UI and WPF graphics and multimedia, web services, Windows® Phone 8, Windows Azure™ and more. You'll enjoy the treatment of object-oriented programming and an OOD/UML® ATM case study, including a complete C# implementation. When you're finished, you'll have everything you need to build industrial-strength, object-oriented C# apps. Paul Deitel and Harvey Deitel are the founders of Deitel & Associates, Inc., the internationally recognized programming languages authoring and corporate-training organization. Millions of people worldwide have used Deitel books, LiveLessons video training and online resource centers to master C#,.NET, Visual Basic®, C++, Visual C++®, C, Java™, Android™ app development, iOS® app development, Internet and web programming, JavaScript®, XML, Perl®, Python and more. Practical, example-rich coverage of: •.NET, Types, Arrays, Exception Handling • LINQ, Object/Collection Initializers • Objects, Classes, Inheritance, Polymorphism • Industrial-Strength, C#-Based Object-Oriented Design/UML® ATM Case Study • WinForms, WPF, Windows® 8 UI, XAML, Event Handling, Visual C# Debugging • WPF and Windows® 8 Graphics and Multimedia • Windows® Phone 8, Cloud Computing with Windows Azure™, Asynchronous Programming with async and await • Generic Collections, Methods and Classes • XML, LINQ to XML and LINQ to Entities • ASP.NET and ASP.NET Ajax • Web Forms, Web Controls • WCF REST-Based Web Services and more. more...
- Published
- 2013
32. Professional C++
- Author
-
Marc Gregoire and Marc Gregoire
- Subjects
- C++ (Computer program language)
- Abstract
Expand your C++ knowledge quickly and efficiently with this advanced resource In the newly revised sixth edition of Professional C++, veteran software engineer and developer Marc Gregoire delivers yet another volume that raises the bar for advanced programming manuals. Covering almost all features of the new C++ standard codenamed C++23, the book offers case studies with working code that's been tested on Windows and Linux. As the leading resource for dedicated and knowledgeable professionals seeking to advance their C++ skills, this book provides resources that help readers: Master new features of the latest standard, C++23 Maximize C++ capabilities with effective design solutions Discover little-known elements and learn about pitfalls and what practices to avoid Grasp testing and debugging best practices Learn about tips and tricks for efficiency and performance C++ is a complex language. Professional C++, 6th Edition, allows dedicated practitioners to remain current and abreast of the latest developments and advances. more...
- Published
- 2024
33. Contacto lingüístico y contexto social. Estudios de variación y cambio
- Author
-
María Ángeles Soler Arechald, Julio Serrano, María Ángeles Soler Arechald, and Julio Serrano
- Abstract
El contacto lingüístico es uno de los grandes temas de la sociolingüística. Cuando dos lenguas distintas o dos variedades de una misma lengua entran en contacto por motivos históricos, sociales o culturales, se presentan fenómenos muy interesantes que afectan a ambas lenguas o variedades. Estos fenómenos suelen estar influídos no solo por aspectos lingüísticos sino también por cuestiones extralingüísticas como el sexo, la edad, el grado de instrucción y el nivel socioeconómico de los hablantes, al igual que por sus creencias y actitudes. more...
- Published
- 2023
34. CompTIA A+ Core 1 (220-1101) and Core 2 (220-1102) Exam Cram
- Author
-
Dave Prowse and Dave Prowse
- Subjects
- Microcomputers--Maintenance and repair--Examinations--Study guides, Computer technicians--Certification--Study guides, Electronic data processing personnel--Certification
- Abstract
CompTIA A+ Core 1 (220-1101) and Core 2 (220-1102) Exam Cram is an all-inclusive study guide designed to help you pass the updated versions of the CompTIA A+ exams. Prepare for test day success with complete coverage of exam objectives and topics, plus hundreds of realistic practice questions. Extensive prep tools include quizzes, Exam Alerts, and our essential last-minute review CramSheet. The powerful Pearson Test Prep practice test software provides real-time assessment and feedback with four complete exams. Covers the critical information needed to score higher on your CompTIA A+ Core 1 (220-1101) and Core 2 (220-1102) exams! • Install, configure, and troubleshoot PC hardware including CPUs, RAM, video cards, network cards, storage drives, and peripherals • Work effectively with mobile devices: laptops, tablets, and smartphones • Configure Windows settings, components, and administrative tools • Manage and troubleshoot Linux, macOS, Android, and iOS • Administer and support basic IT infrastructure including IP networking, IoT devices, virtualization, cloud-based systems, and backup systems • Understand security features such as firewalls, multifactor authentication, permissions, and access control • Defend against malware, network threats, and social engineering • Learn the basics of IT documentation, change management, and incident response Prepare for your exam with Pearson Test Prep • Realistic practice questions and answers • Comprehensive reporting and feedback • Customized testing in study, practice exam, or flash card modes • Complete coverage of A+ Core 1 (220-1101) and Core 2 (220-1102) exam objectives COMPANION WEBSITE Your purchase includes access to the practice exams in multiple test modes, videos, challenges, and the CramSheet. more...
- Published
- 2022
35. BOOK PAGE 本の年鑑 2022
- Author
-
日外アソシエーツ〔編〕 and 日外アソシエーツ〔編〕
- Abstract
専門書から実用書、ベストセラーまで、書店の棚を見るような感覚で一覧できる「本のカタログ」。2021年に刊行された新刊書47,200冊を収録し、要旨や目次、小説のあらすじまで紹介。1,000項目のテーマ・トピックからあらゆる本を簡単に検索できる。「書名索引」「著者名索引」付き。
- Published
- 2022
36. Professional C++
- Author
-
Marc Gregoire and Marc Gregoire
- Subjects
- C++ (Computer program language)
- Abstract
Improve your existing C++ competencies quickly and efficiently with this advanced volume Professional C++, 5th Edition raises the bar for advanced programming manuals. Complete with a comprehensive overview of the new capabilities of C++20, each feature of the newly updated programming language is explained in detail and with examples. Case studies that include extensive, working code round out the already impressive educational material found within. Without a doubt, the new 5th Edition of Professional C++ is the leading resource for dedicated and knowledgeable professionals who desire to advance their skills and improve their abilities. This book contains resources to help readers: Maximize the capabilities of C++ with effective design solutions Master little-known elements of the language and learn what to avoid Adopt new workarounds and testing/debugging best practices Utilize real-world program segments in your own applications Notoriously complex and unforgiving, C++ requires its practitioners to remain abreast of the latest developments and advancements. Professional C++, 5th Edition ensures that its readers will do just that. more...
- Published
- 2021
37. Large-Scale C++ : Process and Architecture
- Author
-
John Lakos and John Lakos
- Subjects
- Computer software--Development, C++ (Computer program language)
- Abstract
Writing reliable and maintainable C++ software is hard. Designing such software at scale adds a new set of challenges. Creating large-scale systems requires a practical understanding of logical design — beyond the theoretical concepts addressed in most popular texts. To be successful on an enterprise scale, developers must also address physical design, a dimension of software engineering that may be unfamiliar even to expert developers. Drawing on over 30 years of hands-on experience building massive, mission-critical enterprise systems, John Lakos shows how to create and grow Software Capital. This groundbreaking volume lays the foundation for projects of all sizes and demonstrates the processes, methods, techniques, and tools needed for successful real-world, large-scale development. Up to date and with a solid engineering focus, Large-Scale C++, Volume I: Process and Architecture, demonstrates fundamental design concepts with concrete examples. Professional developers of all experience levels will gain insights that transform their approach to design and development by understanding how to Raise productivity by leveraging differences between infrastructure and application development Achieve exponential productivity gains through feedback and hierarchical reuse Embrace the component's role as the fundamental unit of both logical and physical design Analyze how fundamental properties of compiling and linking affect component design Discover effective partitioning of logical content in appropriately sized physical aggregates Internalize the important differences among sufficient, complete, minimal, and primitive software Deliver solutions that simultaneously optimize encapsulation, stability, and performance Exploit the nine established levelization techniques to avoid cyclic physical dependencies Use lateral designs judiciously to avoid the “heaviness” of conventional layered architectures Employ appropriate architectural insulation techniques for eliminating compile-time coupling Master the multidimensional process of designing large systems using component-based methods This is the first of John Lakos's three authoritative volumes on developing large-scale systems using C++. This book, written for fellow software practitioners, uses familiar C++ constructs to solve real-world problems while identifying (and motivating) modern C++ alternatives. Together with the forthcoming Volume II: Design and Implementation and Volume III: Verification and Testing, Large-Scale C++ offers comprehensive guidance for all aspects of large-scale C++ software development. If you are an architect or project leader, this book will empower you to solve critically important problems right now — and serve as your go-to reference for years to come. Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details. more...
- Published
- 2019
38. La programmation orientée objet : Cours et exercices en UML2, Python, PHP, C#,C++ et Java (y compris Android)
- Author
-
Hugues Bersini and Hugues Bersini
- Subjects
- Object-oriented programming (Computer science)
- Abstract
Le manuel indispensable à tout étudiant en informatique (IUT, écoles spécialisées, écoles d'ingénieurs) Cette septième édition de l'ouvrage L'orienté objet décortique l'ensemble des mécanismes de la programmation objet (classes et objets, interactions entre classes, envois de messages, encapsulation, héritage, polymorphisme, interface, multithreading, sauvegarde des objets, programmation distribuée, modélisation...) en les illustrant d'exemples empruntant aux technologies les plus populaires : Java (y compris pour Android) et C#, C++, Python, PHP, UML 2, mais aussi les services web, Corba, les bases de données objet, différentes manières de résoudre la mise en correspondance relationnel/objet dont le langage innovant de requête objet Linq et enfin les design patterns. Chaque chapitre est introduit par un dialogue vivant, à la manière du maître et de l'élève, et se complète de nombreux exercices en UML 2, Java (y compris Android), Python, PHP, C# et C++. A qui s'adresse cet ouvrage? Ce livre sera lu avec profit par tous les étudiants de disciplines informatiques liées à l'approche objet (programmation orientée objet, modélisation UML, Java [y compris pour Android], Python, PHP, C#/C++...) et pourra être utilisé par leurs enseignants comme matériel de cours. Il est également destiné à tous les développeurs qui souhaitent approfondir leur compréhension des concepts objet sous-jacents au langage qu'ils utilisent. Sur le site www.editions-eyrolles.com Le code source des exercices et leurs corrections sont fournis sur le site d'accompagnement www.editions-eyrolles.com/dl/0067399 more...
- Published
- 2017
39. Android 6 for Programmers : An App-Driven Approach
- Author
-
Paul J. Deitel, Harvey Deitel, Alexander Wald, Paul J. Deitel, Harvey Deitel, and Alexander Wald
- Subjects
- Application software--Development
- Abstract
The professional programmer's Deitel® guide to smartphone and tablet app development using Android™ 6 and Android Studio Billions of apps have been downloaded from Google Play™! This book gives you everything you need to start developing great apps quickly and getting them published on Google Play™. The book uses an app-driven approach—each new technology is discussed in the context of eight fully coded and tested Android apps, complete with syntax shading, code highlighting, code walkthroughs and sample outputs. Apps you'll develop include: Welcome App Cannon Game Tip Calculator Weather Viewer Flag Quiz Twitter® Searches Doodlz Address Book Practical, Example-Rich Coverage of: Android 6, Android Studio: Gradle™, Vector Asset Studio, Theme Editor Material Design App Templates and Themes AppCompat Library, Android Design Support Library, RecyclerView, FloatingActionButton, TextInputLayout Material Design Elevation and Icons REST Web Services/JSON, Threading, SQLite™ Database, Android 6 Permissions Cursors, Loaders, ContentProviders Supporting Various Screen Sizes/Resolutions Accessibility, Internationalization Activities, Fragments, Intents, Preferences GUIs, Layouts, Menus, Resource Files, Events, Touch/Gesture Processing, Images, Audio, Graphics, Animation Immersive Mode, PrintHelper Google Play™ Store, App Publishing, Pricing, Marketing, In-App Advertising, In-App Billing, Virtual Goods and more About This Book The first-generation Android phones were released in October 2008. As of June 2015, Android had 82.8% of the global smartphone market share, compared to 13.9% for Apple and 2.6% for Microsoft (http:// www.idc.com/prodserv/smartphone-os-market-share.jsp). Billions of apps have been downloaded from Google Play and more than one billion Android devices were shipped worldwide in 2014 (http://www.cnet.com/news/android-shipments-exceed- 1-billion-for-first-time-in-2014/). The opportunities for Android app developers are enormous. This book presents leading-edge computing technologies for professional software developers. At the heart of the book is the Deitel app-driven approach—concepts are presented in the context of complete working Android apps, rather than using code snippets. The introduction and app test drives at the beginning of each chapter show one or more sample executions. The book's source code is available at http://www.deitel.com/books/AndroidFP3. The apps in this book were carefully designed to introduce you to key Android features and APIs. You'll quickly learn everything you need to start building Android apps—beginning with a test-drive of the Tip Calculator app in Chapter 1, then building one new app in each of Chapters 2 through 9. By the time you reach Chapter 10, you'll be ready to create your own apps for submission to Google Play and other app marketplaces. You'll master the Google Play submission process, including uploading your apps. You'll decide whether to sell your apps or offer them for free, and learn how to market them via social media and monetize them with in-app advertising, in-app billing, virtual goods and more. more...
- Published
- 2016
40. Java How To Program (Early Objects), Global Edition
- Author
-
Deitel, Paul J, Deitel, Harvey M., Aly, Sherif G., Al-Hazbi, Saleh, Deitel, Paul J, Deitel, Harvey M., Aly, Sherif G., and Al-Hazbi, Saleh
- Subjects
- Java (Computer program language), Object-oriented programming (Computer science)
- Abstract
Intended for use in the Java programming course The Deitels'groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Java How to Program (Early Objects), Tenth Edition, teaches programming by presenting the concepts in the context of full working programs and takes an early-objects approach MyProgrammingLab for Java How to Program (Early Objects) is a total learning package. MyProgrammingLab is an online homework, tutorial, and assessment program that truly engages students in learning. It helps students better prepare for class, quizzes, and exams–resulting in better performance in the course–and provides educators a dynamic set of tools for gauging individual and class progress. Teaching and Learning ExperienceThis program presents a better teaching and learning experience–for you and your students. Personalize Learning with MyProgrammingLab: Through the power of practice and immediate personalized feedback, MyProgrammingLab helps students fully grasp the logic, semantics, and syntax of programming. Teach Programming with the Deitels'Signature Live Code Approach: Java language features are introduced with thousands of lines of code in hundreds of complete working programs. Introduce Objects Early: Presenting objects and classes early gets students “thinking about objects” immediately and mastering these concepts more thoroughly. Keep Your Course Current: This edition can be used with Java SE 7 or Java SE 8, and is up-to-date with the latest technologies and advancements. Facilitate Learning with Outstanding Applied Pedagogy: Making a Difference exercise sets, projects, and hundreds of valuable programming tips help students apply concepts. Support Instructors and Students: Student and instructor resources are available to expand on the topics presented in the text. more...
- Published
- 2015
41. Swift for Programmers
- Author
-
Paul J. Deitel, Harvey Deitel, Paul J. Deitel, and Harvey Deitel
- Subjects
- Swift (Computer program language), Objective-C (Computer program language), Programming languages (Electronic computers)
- Abstract
The professional programmer's Deitel® guide to Apple's new Swift programming language for the iOS® and OS X® platforms ¿ Written for programmers with a background in object-oriented programming in a C-based language like Objective-C, Java, C# or C++, this book applies the Deitel signature live-code approach with scores of complete, working, real-world programs to explore the new Swift language in depth. The code examples feature syntax shading, code highlighting, rich commenting, line-by-line code walkthroughs and live program outputs. The book features thousands of lines of proven Swift code, and tips that will help you build robust applications. ¿ Start with an introduction to Swift using an early classes and objects approach, then rapidly move on to more advanced topics. When you master the material, you'll be ready to build industrial-strength object-oriented Swift applications. About This Book ¿ The Swift™ programming language was arguably the most significant announcement at Apple's 2014 Worldwide Developers Conference. Although apps can still be developed in Objective-C®, Apple says that Swift is its applications programming and systems programming language of the future. ¿ Swift is a contemporary language with simpler syntax than Objective-C. Because Swift is new, its designers were able to include popular programming language features from languages such as Objective-C, Java™, C#, Ruby, Python® and many others. These features include automatic reference counting (ARC), type inference, optionals, String interpolation, tuples, closures (lambdas), extensions, generics, operator overloading, functions with multiple return values, switch statement enhancements and more. We've been able to develop apps more quickly in Swift than with Objective-C and the code is shorter, clearer and runs faster on today's multi-core architectures. ¿ Swift also eliminates the possibility of many errors common in other languages, making your code more robust and secure. Some of these error-prevention features include no implicit conversions, ARC, no pointers, required braces around every control statement's body, assignment operators that do not return values, requiring initialization of all variables and constants before they're used, array bounds checking, automatic checking for overflow of integer calculations, and more. You can combine Swift and Objective-C in the same app to enhance existing Objective-C apps without having to rewrite all the code. Your apps will easily be able to interact with the Cocoa®/Cocoa Touch® frameworks, which are largely written in Objective-C. ¿ You can also use the new Xcode playgrounds with Swift. A playground is an Xcode window in which you can enter Swift code that compiles and executes as you type it. This allows you to see and hear your code's results as you write it, quickly find and fix errors, and conveniently experiment with features of Swift and the Cocoa/Cocoa Touch frameworks. ¿ Practical, Example-Rich Coverage of: Classes, Objects, Methods, Properties Initializers, Deinitializers, Bridging Tuples, Array and Dictionary Collections Structures, Enumerations, Closures, ARC Inheritance, Polymorphism, Protocols Type Methods, Type Properties Generics; Strings and Characters more...
- Published
- 2015
42. Java: How to Program (Late Objects), Global Edition
- Author
-
Deitel, Harvey M., Deitel, Paul J., Aly, Sherif G., Al-Hazbi, Saleh, Deitel, Harvey M., Deitel, Paul J., Aly, Sherif G., and Al-Hazbi, Saleh
- Subjects
- Java (Computer program language), Object-oriented programming (Computer science)
- Abstract
Intended for use in the Java programming course The Deitels'groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. Java How to Program (Late Objects), Tenth Edition, teaches programming by presenting the concepts in the context of full working programs. The Late Objects Version delays coverage of class development until Chapter 8, first presenting control structures, methods and arrays material in a non-object-oriented, procedural programming context. Teaching and Learning ExperienceThis program presents a better teaching and learning experience—for you and your students. Teach Programming with the Deitels'Signature Live Code Approach: Java language features are introduced with thousands of lines of code in hundreds of complete working programs. Use a Late Objects Approach: The Late Objects Version begins with a rich treatment of procedural programming, including two full chapters on control statements and 200+ exercises. Keep Your Course Current: This edition can be used with Java SE 7 or Java SE 8, and is up-to-date with the latest technologies and advancements. Facilitate Learning with Outstanding Applied Pedagogy: Making a Difference exercise sets, projects, and hundreds of valuable programming tips help students apply concepts. Support Instructors and Students: Student and instructor resources are available to expand on the topics presented in the text. more...
- Published
- 2015
43. Java SE8 for Programmers
- Author
-
Paul J. Deitel, Harvey Deitel, Paul J. Deitel, and Harvey Deitel
- Subjects
- Object-oriented programming (Computer science), Java (Computer program language)
- Abstract
The professional programmer's Deitel® guide to Java™ SE 7 and SE 8 (Java 8) development with the powerful Java™ platform ¿ Written for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching programming and explores the Java™ language and Java™ APIs in depth. The book presents¿ concepts in the context of fully tested programs, complete with syntax shading, code highlighting, line-by-line code walkthroughs and program outputs. The book features hundreds of complete Java™ programs with thousands of lines of proven Java™ code, and hundreds of tips that will help you build robust applications. ¿ Start with an introduction to Java™ using an early classes and objects approach, then rapidly move on to more advanced topics, including GUI, graphics, exception handling, lambdas, streams, functional interfaces, object serialization, concurrency, generics, generic collections, JDBC™ and more. You'll enjoy the Deitels'classic treatment of object-oriented programming and the object-oriented design ATM case study, including a complete Java™ implementation. When you're finished, you'll have everything you need to build industrial-strength object-oriented¿¿ Java™ SE 7 and SE 8 (Java 8) applications. ¿ Practical, Example-Rich Coverage of: • Java™ SE 7 and SE 8 (Java 8) • Lambdas, Streams, Functional Interfaces with Default and Static Methods • Classes, Objects, Encapsulation,¿ Inheritance, Polymorphism, Interfaces • Swing and JavaFX GUIs; Graphics • Integrated Exception Handling • Files, Streams, Object Serialization • Multithreading and Concurrency for Optimal Multi-Core Performance • Generics and Generic Collections • Database (JDBC™, SQL and JavaDB) • Using the Debugger and the API Docs • Industrial-Strength, Object-Oriented Design ATM Case Study and more. ¿ Visit www.deitel.com • Download code examples • For information on Deitel's Dive Into® Series programming training courses delivered at organizations worldwide visit www.deitel.com/training or¿ write to deitel@deitel.com • Join the Deitel social networking communities on Facebook® at¿ facebook.com/DeitelFan,¿ Twitter® @deitel, Google+™ at google.com/+DeitelFan,¿¿ LinkedIn® at bit.ly/DeitelLinkedIn, YouTube™ at¿ youtube.com/user/DeitelTV • Subscribe to the Deitel® Buzz Online e-mail newsletter at¿ www.deitel.com/newsletter/ subscribe.html ¿ more...
- Published
- 2014
44. Learning ICloud Data Management : A Hands-On Guide to Structuring Data for IOS and OS X
- Author
-
Jesse Feiler and Jesse Feiler
- Subjects
- iCloud--Handbooks, manuals, etc, iOS (Electronic resource)--Handbooks, manuals, e, Mac OS--Handbooks, manuals, etc, Cloud computing--Handbooks, manuals, etc, Database management--Handbooks, manuals, etc
- Abstract
“A great read for iOS developers who want to learn if iCloud is right for their app and dive right in with lots of practical code examples.” —Jon Bell, UXLaunchpad.com Get Hands-On Mastery of iCloud Data Management for iOS 7 and OS X Mavericks As apps rapidly move into business and the cloud, iOS and OS X developers need new data management techniques. In Learning iCloud Data Management, renowned Apple database expert Jesse Feiler shows you how to use Apple's latest APIs and technologies to structure and synchronize all forms of data. Feiler helps you understand the issues, implement efficient solutions, and deliver highly usable apps that seamlessly synchronize during the “Round Trip” between iOS and OS X and back again. This guide walks you through integrating several key Apple data management technologies, including the Address Book and Calendar APIs. Feiler shows you how to structure data so it's easy to build great Cocoa and Cocoa Touch user interfaces and to quickly incorporate reliable iCloud syncing. Step by step, you'll discover how to blend Apple's standard application data structures with your own user data to create a feature-rich and fully syncable environment. Coverage includes Understanding iCloud from the developer's and user's point of view Accessing synchronized user calendars and contacts Integrating Reminders into your apps Playing by iCloud's user privacy rules Applying consistent iOS Settings and OS X Preferences across user devices Managing persistent storage with Core Data Using Xcode Project Workspaces for shared development Adding data to app bundles and resources Integrating iCloud infrastructure, file wrappers, documents, and data Completing the”Round Trip” between both iOS and OS X more...
- Published
- 2014
45. Learning Core Data for IOS : A Hands-On Guide to Building Core Data Applications
- Author
-
Tim Roadley and Tim Roadley
- Subjects
- iOS (Electronic resource), Xcode, Application software--Development
- Abstract
Get Started Fast with iOS 7 Core Data App DevelopmentCovers iOS 7 and Xcode 5 This is the first Core Data book to fully reflect Apple's latest platform innovations, including its dramatic recent improvements to iCloud support. Hands-on from start to finish, it teaches you step-by-step as you create a modern data-driven iOS app using Storyboards, ARC, iOS 7, and Xcode 5. Tim Roadley introduces new patterns and best practices designed to overcome the frustrations of Core Data development. One step at a time, you'll build and extend your skills--even mastering advanced techniques such as complex model migration, deep copy, background processing, and integration with Dropbox, StackMob, and iCloud. Downloadable versions of this book's main project are provided with each chapter, so you can see exactly what your app project should look like--and get cookbook-style code for your own projects. Chapter exercises help you explore even further, whether you're a self-learner or a student in an iOS development course. If you're an experienced iOS developer, this guide brings together all the skills, tools, code, and patterns you need to add powerful data management capabilities to any app--quickly, easily, and painlessly. Coverage includes the following: Understanding Core Data Adding Core Data to an existing project Designing, upgrading, and migrating data models (automatically and manually with progress indication) Populating views with data, including table-views and picker-views Preloading a “default data” persistent store from XML Deep-copying from one persistent store to another Performance tuning with Instruments, using large photos as the example Background processing, using thumbnail generation as the example Efficient search Seamlessly backing up and restoring with Dropbox Stable integration with iCloud--with full support for multiple accounts, seeding, and de-duplication Web service integration with StackMob more...
- Published
- 2013
46. Android for Programmers : An App-Driven Approach
- Author
-
Paul J. Deitel, Harvey Deitel, Abbey Deitel, Paul J. Deitel, Harvey Deitel, and Abbey Deitel
- Subjects
- Android (Electronic resource), Application software--Development, Mobile computing, Android 4.3, Android 4.4, App
- Abstract
The professional programmer's Deitel® guide to smartphone and tablet app development using Android 4.3 and 4.4, the Eclipse-based Android Development Tools and the new Android Studio Billions of apps have been downloaded from Google Play™! This book gives you everything you'll need to start developing great Android apps quickly and getting them published on Google Play™. The book uses an app-driven approach—each new technology is discussed in the context of seven fully tested Android apps, complete with syntax coloring, code highlighting, code walkthroughs and sample outputs. Apps you'll develop include: Welcome App Cannon Game Tip Calculator Doodlz Twitter® Searches Address Book Flag Quiz The first-generation Android phones were released in October 2008. By October 2013, a Strategy Analytics report showed that Android had 81.3% of the global smartphone market share, compared to 13.4% for Apple, 4.1% for Microsoft and 1% for Blackberry (bit.ly/1aqIZXf). Billions of apps have been downloaded from Google Play. There are now more than one billion activated Android devices worldwide and more than 1.5 million Android devices are being activated daily (venturebeat.com/2013/09/03/android-hits-1bactivations-and-will-be-called-kitkat-in-nextversion). The opportunities for Android app developers are enormous. This book presents leading-edge computing technologies for professional software developers. At the heart of the book is the Deitel “app-driven approach”—concepts are presented in the context of complete working Android apps, rather than using code snippets. The introduction and app test drives at the beginning of each chapter show one or more sample executions. The book's source code is available at www.deitel.com/books/androidfp2. The apps in this book were carefully designed to introduce you to key Android features and APIs. You'll quickly learn everything you need to start building Android apps—beginning with a testdrive of the Doodlz app in Chapter 1, then building your first app in Chapter 2. By the time you reach Chapter 9, you'll be ready to create your own apps for submission to Google Play and other app marketplaces. You'll master the Google Play submission process, including uploading your apps, deciding whether to sell your apps or offer them for free, and marketing them using in-app advertising, social media, Internet public relations and more. Practical, example-rich coverage of: Android 4.3 and 4.4 Android Development Tools, Android Studio Supporting Various Screen Sizes/Resolutions Accessibility, Internationalization, Graphics Activities, Fragments, Intents, Preferences GUIs, Layouts, Menus, Resource Files, Lists, Adapters, Events, Touch/Gesture Processing Immersive Mode, Printing Framework, PrintHelper Assets (Images, Audio), View Animation Threading, Collections, SQLite Database Social sharing via implicit intents Google Play™, App Publishing, Pricing, Monetization, Marketing, In-App Advertising, In-App Billing and more. Visit www.deitel.com Download code examples For information on Deitel's Dive Into® Series programming training courses delivered at organizations worldwide visit www.deitel.com/training or write to more...
- Published
- 2013
47. Learning IPad Programming : A Hands-On Guide to Building IPad Apps
- Author
-
Kirby Turner, Tom Harrington, Kirby Turner, and Tom Harrington
- Subjects
- iOS (Electronic resource), iPad (Computer)--Programming, Application software--Development, Mobile computing
- Abstract
“Not many books have a single project that lives and evolves through the entire narrative. The reason not many books do this is because it is difficult to do well. Important toolkit features get shoehorned in weird places because the author didn't do enough up-front design time. This book, though, takes you from design, to a prototype, to the Real Deal. And then it goes further.” —Mark Dalrymple, cofounder of CocoaHeads, the international Mac and iPhone programmer community; author of Advanced Mac OS X Programming: The Big Nerd Ranch Guide Learning iPad Programming, Second Edition, will help you master all facets of iPad programming with Apple's newest tools. Its in-depth, hands-on coverage fully addresses the entire development process, from installing the iOS SDK through coding, debugging, submitting apps for Apple's review, and deployment. Extensively updated for Apple's newest iOS features and Xcode 4.x updates, this book teaches iPad programming through a series of exercises centered on building PhotoWheel, a powerful personal photo library app. As you build PhotoWheel, you'll gain experience and real-world insights that will help you succeed with any iPad development project. Leading iOS developers Kirby Turner and Tom Harrington introduce the essentials of iOS development, focusing on features that are specific to iPad. You'll find expert coverage of key topics many iOS development books ignore, from app design to Core Data. You'll also learn to make the most of crucial iOS and Xcode features, such as Storyboarding and Automatic Reference Counting (ARC), and extend your app with web services and the latest iCloud synching techniques. Learn how to Build a fully functional app that uses Core Data and iCloud synching Use Storyboarding to quickly prototype a functional UI and then extend it with code Create powerful visual effects with Core Animation and Core Image Support AirPrint printing and AirPlay slideshows Build collection views and custom views, and use custom segues to perform custom view transitions Download the free version of PhotoWheel from the App Store today! Import, manage, and share your photos as you learn how to build this powerful app. more...
- Published
- 2013
48. Learning IOS Development : A Hands-on Guide to the Fundamentals of IOS Programming
- Author
-
Maurice Sharp, Erica Sadun, Rod Strougo, Maurice Sharp, Erica Sadun, and Rod Strougo
- Subjects
- iOS (Electronic resource), Operating systems (Computers), Application software--Development
- Abstract
Covers iOS 7 and Xcode 5 Learning iOS Developmentis the perfect first book for every new iOS 7 developer. It delivers a complete foundation for iOS development, including an introduction to the Objective-C language, Xcode development tools, best-practice user interface development, and best practices for all aspects of app development and deployment. Throughout Learning iOS Development, you explore the iOS development process as you create and expand a handy car valet app. The hands-on projects enable you to create meaningful code as soon as possible, building confidence and mastery. The annotated code listings work with all the latest iOS technology, so you'll be ready to jump into this exciting development field. With Learning iOS Development, it's easy to learn at your own pace, on your own--or to deepen the knowledge you may be gaining in a classroom or workplace. Coverage includes Installing all the tools, programs, and devices you need to create iOS apps Building your first app and mastering the essentials of Objective-C Making the most effective use of device memory Storyboarding your interface and connecting it to your underlying code Using Auto Layout to support devices with different sizes and orientations Managing app data with Core Data Creating sophisticated custom gestures Deploying your app through Apple's App Store Quickly localizing your app for multiple languages and countries Implementing scrolling, navigation, table views, and other core iOS features Mastering advanced table views and navigation, including iPad split views Passing code encapsulated in blocks for communicating between parts of your app and with the system Tuning and debugging your apps for the best performance and quality Discovering great resources to take your next steps as an iOS developer more...
- Published
- 2013
49. The Object-Oriented Thought Process
- Author
-
Matt Weisfeld and Matt Weisfeld
- Subjects
- Object-oriented programming (Computer science)
- Abstract
The Object-Oriented Thought Process, Fourth Edition An introduction to object-oriented concepts for developers looking to master modern application practices Object-oriented programming (OOP) is the foundation of modern programming languages, including C++, Java, C#, Visual Basic.NET, Ruby, and Objective-C. Objects also form the basis for many web technologies such as JavaScript, Python, and PHP. It is of vital importance to learn the fundamental concepts of object orientation before starting to use object-oriented development environments. OOP promotes good design practices, code portability, and reuse–but it requires a shift in thinking to be fully understood. Programmers new to OOP should resist the temptation to jump directly into a particular programming language (such as Objective-C, VB.NET, C++, C#.NET, or Java) or a modeling language (such as UML), and instead first take the time to learn what author Matt Weisfeld calls “the object-oriented thought process.” Written by a developer for developers who want to make the leap to object-oriented technologies, The Object-Oriented Thought Process provides a solutions-oriented approach to object-oriented programming. Readers will learn to understand the proper uses of inheritance and composition, the difference between aggregation and association, and the important distinction between interfaces and implementations. While programming technologies have been changing and evolving over the years, object-oriented concepts remain a constant–no matter what the platform. This revised edition focuses on interoperability across programming technologies, whether you are using objects in traditional application design, in XML-based data transactions, in web page development, in mobile apps, or in any modern programming environment. “Programmers who aim to create high quality software–as all programmers should–must learn the varied subtleties of the familiar yet not so familiar beasts called objects and classes. Doing so entails careful study of books such as Matt Weisfeld's The Object-Oriented Thought Process.” –Bill McCarty, author of Java Distributed Objects, and Object-Oriented Design in Java Contents at a Glance 1 Introduction to Object-Oriented Concepts2 How to Think in Terms of Objects3 Advanced Object-Oriented Concepts4 The Anatomy of a Class5 Class Design Guidelines6 Designing with Objects7 Mastering Inheritance and Composition8 Frameworks and Reuse: Designing with Interfaces and Abstract Classes9 Building Objects and Object-Oriented Design10 Creating Object Models11 Objects and Portable Data: XML and JSON12 Persistent Objects: Serialization, Marshaling, and Relational Databases13 Objects in Web Services, Mobile Apps, and Hybrids14 Objects and Client/Server Applications15 Design Patterns more...
- Published
- 2013
50. C++11 for Programmers
- Author
-
Paul J. Deitel, Harvey M. Deitel, Paul J. Deitel, and Harvey M. Deitel
- Subjects
- C++ (Computer program language)
- Abstract
In C++11 for Programmers, the Deitels bring their proven Live Code approach to teaching today's powerful new version of the C++ language. Like all Deitel Developer titles, they teach the best way possible: via hundreds of complete example C++ programs, with thousands of lines of downloadable C++ source code. Unlike other C++11 books, this guide teaches robust, best-practice coding practices that fully support the CERT® Coordination Center's authoritative secure coding standards. To help you write programs that are even more secure, the Deitels also introduce C++11's new non-deterministic random-number generation capabilities. Using all these techniques, you can write industrial-strength C+11 code that stands up to attacks from viruses, worms, and other forms of malware. Ideal for anyone who's worked with at least one programming language before, C++11 for Programmers utilizes a proven “early objects” approach, emphasizing program clarity, software reuse, and component-oriented software construction. In addition to the core language, it will help you take advantage of the newest standard libraries and the newest language extensions. Coverage includes many new C++11 features, including smart pointers, regular expressions, shared_ptr and weak_ptr, and more. This book contains 240 complete C++11 programs (more than 15,000 lines of downloadable code). All code has been thoroughly tested on three popular industrial-strength C++11 compilers: GNU C++ 4.7, Microsoft® Visual C++® 2012, and Apple® LLVM in Xcode® 4.5. more...
- Published
- 2013
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.