Results 1 to 10 of 91 | next »
- C++ for dummies / by Davis, Stephen R.,1956-author.(CARDINAL)764386;
-
- Subjects: C++ (Computer program language);
- Available copies: 0 / Total copies: 1
-
unAPI
- Programming : principles and practice using C++ / by Stroustrup, Bjarne,author.(CARDINAL)748290;
Includes bibliographical references and index.
- Subjects: C++ (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- The C♯ programming language / by Hejlsberg, Anders.(CARDINAL)673715;
MARCIVE 03/04/09Includes bibliographical references (page 725) and index.
- Subjects: C# (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- C♯ 5.0 all-in-one for dummies / by Sempf, Bill.(CARDINAL)546972; Sphar, Chuck,1947-(CARDINAL)363183; Davis, Stephen R.,1956-(CARDINAL)764386;
-
- Subjects: C# (Computer program language);
- Available copies: 0 / Total copies: 1
-
unAPI
- Sams teach yourself C++ in one hour a day / by Rao, Siddhartha.(CARDINAL)491800;
Includes bibliographical references and index.Using a series of concise lessons, a structured tutorial explains the fundamentals of C++ and how to use it to write code, covering such topics as lambda expressions, arrays and strings, functions, polymorphism, and STL.
- Subjects: C++ (Computer program language);
- Available copies: 0 / Total copies: 2
-
unAPI
- C++ programming / by McGrath, Mike,1956-author.(CARDINAL)422694;
Getting started -- Performing operations -- Making statements -- Handling strings -- Reading and writing files -- Pointing to data -- Creating classes and objects -- Harnessing polymorphism -- Processing macros -- Programming visually.C++ Programming in easy steps, 6th edition shows you how to program in the powerful C++ native system language. Now, in its sixth edition, this guide gives complete examples that illustrate each aspect with colorized source code. Updated for the GNU C Compiler and Visual Studio 2022. C++ Programming in easy steps, 6th edition begins by explaining how to install a free C++ compiler so you can quickly begin to create your own executable programs by copying the book's examples. It demonstrates all the C++ language basics before moving on to provide examples of Object Oriented Programming (OOP). C++ is not platform-dependent, so programs can be created on any operating system. Most illustrations in this book depict output on the Windows operating system (purely because it is the most widely-used desktop platform) but the examples can also be created on other platforms such as Linux or macOS. The book concludes by demonstrating how you can use your acquired knowledge to create programs graphically using a modern C++ Integrated Development Environment (IDE), such as Microsoft's Visual Studio 2022.
- Subjects: Handbooks and manuals.; Instructional and educational works.; C++ (Computer program language);
- Available copies: 3 / Total copies: 6
-
unAPI
- Sams teach yourself C++ in one hour a day / by Rao, Siddhartha,author.(CARDINAL)491800;
part I. The basics: Getting started ; The anatomy of a C++ program ; Using variables, declaring constants ; Managing arrays and strings ; Working with expressions, statements, and operations ; Controlling program flow ; Organizing code with functions ; Pointers and references explained -- part II. Fundamentals of object-oriented C++ programming: Classes and objects ; Implementing inheritance ; Polymorphism ; Operator types and operator overloading ; Casting operators ; An introduction to macros and templates -- part III. Learning the standard template library (STL): An introduction to the standard template library ; The STL string class ; STL dynamic array classes ; STL list and forward_list ; STL set classes ; STL map classes -- part IV. More STL ; Understanding function objects ; Lamda expressions ; STL algorithms ; Adaptive containers : stack and queue ; Working with bit flags using STL -- part V. Advanced C++ concepts: Understanding smart pointers ; Using streams for input and output ; Exception handling ; Going forward -- part VI. Appendixes: Appendix A: Working with numbers : binary and hexadecimal ; Appendix B: C++ keywords ; Appendix C: Operator precedence ; Appendix D: ASCII codes ; Appendix E: Answers."Updated and reworked to improve the introductory material and examples, this book is still one of the best hands-on tutorials for the C++ programming language. The book's numerous examples of syntax and detailed analysis of code provide solid instruction for beginning programmers. Readers new to programming will learn about such fundamentals as managing I/O, loops and arrays, object-orient programming, templates, and creating C++ applications -- all in well-structured and easy-to-follow lessons. Each lesson provides numerous code listings, complete with sample output and an analysis of the code, to illustrate the topics covered in the lesson. This new edition is non-compiler specific, is up to date with the latest C++ standard, C++14, with all examples fully tested against 2015 versions of Microsoft C++ and GNU C++ compilers." --
- Subjects: C++ (Computer program language);
- Available copies: 1 / Total copies: 2
-
unAPI
- Head first C♯ / by Stellman, Andrew,author.(CARDINAL)549578; Greene, Jennifer,1971-author.(CARDINAL)549660;
Head First C# is a complete learning experience for learning how to program with C#, XAML, the .NET Framework, and Visual Studio. Fun and highly visual, this introduction to C# is designed to keep you engaged and entertained from first page to last. Updated for Windows 8.1 and Visual Studio 2013, and includes projects for all previous versions of Windows (included in the book, no additional downloading or printing required). You'll build a fully functional video game in the opening chapter, and then learn how to use classes and object-oriented programming, draw graphics and animation, and query data with LINQ and serialize it to files. And you'll do it all by creating games, solving puzzles, and doing hands-on projects. By the time you're done, you'll be a solid C# programmer-and you'll have a great time along the way! Create a fun arcade game in the first chapter, and build games and other projects throughout the book Learn how to use XAML to design attractive and interactive pages and windows Build modern Windows Store apps using the latest Microsoft technology Learn WPF (Windows Presentation Foundation) using the downloadable WPF Learner's Guide Using the Model-View-ViewModel (MVVM) pattern to create robust architecture Build a bonus Windows Phone project and run it in the Visual Studio Windows Phone emulator Projects in the book work with all editions of Visual Studio, including the free Express editions.
- Subjects: C# (Computer program language);
- Available copies: 1 / Total copies: 2
-
unAPI
- C++ programming / by Ullman, Larry E.(Larry Edward),1972-(CARDINAL)539208; Signer, Andreas,1974-(CARDINAL)463024;
-
- Subjects: C++ (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- C# : a beginner's guide / by McGee, Pat,(Software development instructor)author.;
Machine generated contents note: PART I: Programming Basics -- Ch 1. Introduction to C# Coding and Debugging -- Ch 2. Variables, Constants, Enumerations and Arrays -- Ch 3. Numeric Operators and Basic Math Methods -- Ch 4. Methods and Scope -- Ch 5. Conditional Structures and Loops -- Ch 6. String Manipulation -- Ch 7. Date and Time Handling PART II: Object-Oriented Programming -- Ch 8. Class and Structs -- Ch 9. Inheritance -- Ch 10. Generic Types and CollectionsPART III: Advanced Structures -- Ch 11. Delegates, Anonymous Functions and Events -- Ch 12. Interfaces -- Ch 13. Attributes -- Ch 14. Operator OverloadingPART IV: Data-Driven Development -- Ch 15. Database Setup -- Ch 16. The Entity Framework -- Ch 17. LINQ to Entities - Query Syntax -- Ch 18. LINQ to Entities - Method-Based Syntax -- Ch 19. Traditional Database Development -- Ch 20. Join Queries with LINQ to Entities -- Ch 21. File Input Output -- Ch 22. XML Handling -- Ch 23. JSON Handling."C#: A Beginner's Guide offers a step-by-step approach to learning object-oriented programming with C# and the .NET Framework while preparing you for data driven-development. More than 150 easy-to-follow examples are included. The book covers Visual Studio for development and debugging, collections and advanced C# structures, LINQ and traditional database development, as well as file, XML, and JSON handling. By the end of the book, you'll have the foundation you need to begin developing advanced data-driven applications in any C#-based platform"--"Essential C# programming skills--made easy! C# 5.0: A Beginner's Guide provides a hands-on, easy-to-follow introduction to object-oriented programming with C#. The book presents 150+ examples with uncluttered console applications, preparing you to master the core concepts and techniques necessary for advanced C# programming in ASP.NET, Windows PC, or Windows mobile platforms. This practical guide offers in-depth coverage of basic and advanced query types to truly provide you with the skills and control needed to properly manage data in a commercial application. Ready-to-use sample code from the book is available for download.Designed for Easy Learning: Key Skills & Concepts--Chapter-opening lists of specific skills covered in the chapter Ask the Expert--Q&A sections filled with bonus information and helpful tips Try This--Hands-on exercises that show you how to apply your skills Notes--Extra information related to the topic being covered Tips--Helpful reminders or alternate ways of doing things Cautions--Errors and pitfalls to avoid Annotated Syntax--Example code with commentary that describes the programming techniques being illustrated "--
- Subjects: C++ (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
Results 1 to 10 of 91 | next »