Catalog Search Results
.png)
Learn a Language
Mango offers over 70 world language courses expertly designed to adapt to a diverse range of learning needs, styles, and backgrounds.
More
Author
Series
Language
English
Description
C# Programming in easy steps will teach you to code applications and demonstrates every aspect of the C# language that you will need to produce professional programming results. Its examples provide clear syntax-highlighted code showing C# language basics including variables, arrays, logic, looping, methods, and classes. The guide begins by explaining how to install the free Visual Studio Community Edition, which creates an environment where you can...
Author
Language
English
Formats
Description
This book is a practical, code-intensive guide to designing and building C++ applications, fully updated for the C++14 release. The lessons emphasize good programming style, and how to think in C++ to design effective solutions that maximize the language's capabilities. Drill down into the language to understand the more complex elements of the feature set, and learn the tricks and techniques that steer you away from common pitfalls. The new C++14...
Author
Series
Language
English
Formats
Description
Sams Teach Yourself C++ in 24 Hours, Third Edition extends to the beginning C++ programmer the promise of a solid and thorough tutorial broken down into consistent, manageable lessons of one hour each. The readers can master the core concepts and techniques of C++ programming at their own pace. The book covers all the basics, from introducing C++ syntax to developing C++ classes to introductory OOP concepts in a non-threatening, positive approach....
Author
Pub. Date
2012.
Language
English
Formats
Description
When you need answers for programming with C♯ 5.0, this practical and tightly focused book tells you exactly what you need to know--without long introductions or bloated samples. Easy to browse, it's ideal as quick reference or as a guide to get you rapidly up to speed if you already know Java, C++, or an earlier version of C♯. Written by the authors of C♯ 5.0 in a Nutshell, this book covers the entire C♯ 5.0 language, including: All of C♯'s...
Author
Language
English
Formats
Description
In just one hour a day, you'll have all the skills you need to begin programming in C++. With this complete tutorial, you'll quickly master the basics, and then move on to more advanced features and concepts. Completely updated for the C++14 standard, with a preview of C++17, this book presents the language from a practical point of view, helping you learn how to use C++ to create faster, simpler, and more efficient C++ applications.
Author
Pub. Date
[2014]
Language
English
Formats
Description
An Introduction to Programming by the Inventor of C++ Preparation for Programming in the Real World The book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field. Focus on Fundamental Concepts and Techniques The book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing...
Author
Series
Pub. Date
[2015]
Language
English
Description
Coding for Beginners in easy steps has an easy-to-follow style that will appeal to anyone, of any age, who wants to begin coding computer programs. You need have no previous knowledge of any computer programming language so it's ideal for the newcomer, including youngsters needing to learn programming basics for the school curriculum. The book instructs you how to write code to create your own computer programs. It contains separate chapters demonstrating...
Author
Series
Language
English
Description
C Primer Plus is a conversational-style book aimed at those new to C programming. A friendly and easy-to-use self-study guide, this book will be appropriate for serious students of programming, as well as developers proficient in other languages with a desire to better understand the fundamentals of this core language. As with all the editions, author Stephen Prata's aim has been to create an introduction to C that is instructive, clear, and helpful....
10) C# in depth
Author
Language
English
Formats
Description
C# in Depth, Fourth Edition is a revised edition of the bestseller written by C# legend Jon Skeet. This authoritative and engaging guide is your key to unlocking this powerful language, including the new features of C# 6 and 7. In it, Jon introduces expression-bodied members, interpolated strings, pattern matching, and more. Real-world examples drive it all home. By the end of this awesome book, you'll be writing C# code with skill, style, and confidence.--...
Author
Language
English
Description
C# in a Nutshell provides C# programmers with a concise and thorough reference to the language in one straightforward and accessible volume. Designed as a handbook for daily use, this book is an essential guide to the C# language and the base class APIs of the .NET Framework. Programmers will want to keep this book next to their keyboards for years to come. The heart of the book is a succinct but detailed reference to the C# language and the .NET...
Series
Language
English
Description
"Based on my own experience, I can safely say that every .NET developer who reads this will have at least one 'aha' moment and will be a better developer for it."--The Foreword by Don Box The popular C# programming language combines the high productivity of rapid application development languages with the raw power of C and C++. Now, C# 3.0 adds functional programming techniques and LINQ, Language INtegrated Query. The C# Programming Language, Third...
Author
Pub. Date
2014.
Language
English
Formats
Description
"Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively -- so that your software is correct, efficient, maintainable, and portable. That's where this practical book comes in. It describes how to write truly great software using C++11 and...
Author
Series
Pub. Date
[2018]
Language
English
Description
When you have questions about C# 7.0 or the .NET CLR and its core Framework assemblies, this bestselling guide has the answers you need. Since its debut in 2000, C# has become a language of unusual flexibility and breadth, but its continual growth means there's always more to learn. Organized around concepts and use cases, this updated edition provides intermediate and advanced programmers with a concise map of C# and .NET knowledge. Dive in and discover...
15) C++ programming
Author
Series
Pub. Date
[2017]
Language
English
Description
C++ Programming in Easy Steps, 5th Edition instructs you how to program in the powerful C++ language, giving complete examples that illustrate each aspect.
Author
Series
Language
English
Description
The C Quick Syntax Reference is a condensed code and syntax reference to the popular C programming language, which has enjoyed some resurgence of late. C's efficiency makes it a popular choice in a wide variety of applications and operating systems with special applicability to, for instance, wearables, game programming, system level programming, embedded device/firmware programming and in Arduino and related electronics hobbies. This book presents...
Author
Series
Pub. Date
2013
Language
English
Description
"C♯ Async Fundamentals LiveLessons provides developers with a practical introduction to Async and is a one-stop-shop to get you on the road to programming asyncronously. As one of the most important new feature in the C♯ language, Async is an integral part of the Windows Runtime library. Developers will need to use the async / await features in most, if not all, of their upcoming development efforts. With async methods baked into more and more...
18) C♯ puzzlers
Author
Series
Pub. Date
2011
Language
English
Description
"How well do you know C♯? Put your knowledge to the test in Bill Wagner's C♯ Puzzlers video LiveLesson! Bill Wagner's C♯ Puzzlers exposes common misconceptions that developers have about the C♯ language. Misconceptions occur when developers are unclear about how language features interact. On other occasions, a lack of understanding about how a single features works, can stump and frustrate the most experienced developer. Using the "Puzzler"...
Author
Series
Pub. Date
2013
Language
English
Description
"C♯ 2012 Fundamentals LiveLessons presents Paul Deitel's signature "Live Code" treatment of Microsoft's C♯ 2012 programming language - over 40 hours of expert video! Every important C♯ concept is presented in the context of a complete, working C♯ 2012 program. This LiveLesson contains over 20,000 lines of fully tested C♯ program code. And developers are free to reuse all of it. Among the key topics included in this LiveLesson are: Windows...
Author
Series
Language
English
Formats
Description
When you have questions about C# 8.0 or .NET Core, this best-selling guide has the answers you need. C# is a language of unusual flexibility and breadth, but with its continual growth there's so much more to learn. In the tradition of the O'Reilly Nutshell guides, this thoroughly updated edition is simply the best one-volume reference to the C# language available today. Organized around concepts and use cases, C# 8.0 in a Nutshell provides intermediate...
Didn't find it?
Can't find what you are looking for? Try our Materials Request Service. Submit Request