Kirjojen hintavertailu. Mukana 11 244 527 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

1000 tulosta hakusanalla C-Rene Dominique

All My Road Before Me: The Diary of C. S. Lewis, 1922-1927
A repackaged edition of the revered author s diary from his early twenties a thought-provoking work that reveals his earliest thinking about war, atheism, religion, and humanity.While serving his country in the Great War, C. S. Lewis the great British writer, scholar, lay theologian, broadcaster, and Christian apologist made a pact with a close friend and fellow soldier. If one of them died, the survivor would take care of his family a promise Lewis honored. Developing a deep friendship with his fallen friend s mother, Jane King Moore, Lewis moved into the Moore household after the war. Returning to Oxford, the twenty-three-year old Lewis then a staunch atheist struggled to adapt to life in post-war England. Eager to help the tormented young man, Jane encouraged him keep a diary of his day-to-day life. Those reflections are collected in this illuminating journal. Covering five remarkable years in Lewis's life, All My Road Before Me charts the inspirations and intellectual and spiritual development of a man whose theology and writing including Mere Christianity, The Screwtape Letters, The Great Divorce, The Chronicles of Narnia, and many other beloved classics has had immense influence on the Christian world."
C.A.R.E. Packages for the Workplace: Dozens of Little Things You Can Do To Regenerate Spirit At Work
"Several checkout lines were open and empty, but one had a long line. The customers patiently waited to have their groceries bagged by one special smiling clerk. Why? Because Johnny always placed a note with his 'thought of the day' in each shopper's bag." Humanizing the workplace need not be complex. Small gestures like Johnny's can make a world of difference. In this heartwarming book Barbara Glanz tells you exactly how to bring those little touches that mean so much to the place where you work, whether you are employee or boss. Filled with hundreds of happiness - and morale-boosting suggestions, "CARE Packages for the Workplace" shows you how to bring caring, communication, and respect to the place where you work.
C# 3.0: A Beginner's Guide

C# 3.0: A Beginner's Guide

Herbert Schildt

McGraw-Hill Professional
2008
nidottu
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Essential Skills--Made Easy!Let master programmer and bestselling author Herb Schildt teach you the fundamentals of C#, Microsoft's premier programming language for the .NET Framework. You'll begin by learning to create, compile, and run a C# program. Then it's on to data types, operators, control statements, methods, classes, and objects. You'll also learn about inheritance, interfaces, properties, indexers, exceptions, events, namespaces, generics, and much more. Of course, new C# 3.0 features, such as LINQ, lambda expressions, and anonymous types, are included. Start programming in C# 3.0 today with help from this fast-paced, hands-on tutorial.Designed for Easy Learning: Key Skills & Concepts--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 how to apply your skillsNotes--Extra information related to the topic being coveredSelf-Tests--Chapter-ending quizzes to test your knowledgeAnnotated Syntax--Example code with commentary that describes the programming techniques being illustrated
C# 3.0 THE COMPLETE REFERENCE 3/E

C# 3.0 THE COMPLETE REFERENCE 3/E

Herbert Schildt

McGraw-Hill Professional
2009
nidottu
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.The Most Comprehensive C# Resource AvailableWith its support for Language-Integrated Query (LINQ), C# 3.0 has revolutionized C# programming, and bestselling author Herb Schildt has updated and expanded his classic programming reference to cover it. Using carefully crafted explanations, insider tips, and hundreds of examples, this book presents in-depth coverage of all aspects of C#, including its keywords, syntax, and core libraries. Of course, details on the new C# 3.0 features, such as LINQ, lambda expressions, implicitly typed variables, and anonymous types are included.Essential for every C# programmer, this comprehensive guide is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Whether you are a novice programmer or a seasoned pro, the answers to all of your C# questions can be found in this definitive resource.Coverage includes:Data types and operatorsControl statements Classes and objectsConstructors, destructors, and methodsInterfaces, arrays, enumerations, and structuresMethod and operator overloadingInheritance and virtual methodsReflection and runtime type IDException handling Delegates, properties, events, and indexersAttributes MultithreadingGenericsLINQ (Language-Integrated Query)Lambda expressionsAnonymous typesExtension methodsImplicitly typed variablesI/O, networking, and collectionsThe preprocessor and much, much more
C# 4.0 The Complete Reference

C# 4.0 The Complete Reference

Herbert Schildt

McGraw-Hill Professional
2010
nidottu
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.The Definitive Guide to C#“From using LINQ to covariance and from string formatting to optional arguments, Herb’s update covers all you need to know about using real-world C# 4.0.” -Michael Howard, Microsoft CorporationBestselling author Herb Schildt has updated and expanded his classic programming reference to cover C# 4.0--the latest release of this powerful, feature-rich language. Using carefully crafted explanations, insider tips, and hundreds of examples, C# 4.0: The Complete Reference offers in-depth details on all aspects of C#, including keywords, syntax, and core libraries. New C# 4.0 features, such as named and optional arguments, the dynamic type, expanded covariance and contravariance capabilities, and support for parallel programming with the Task Parallel Library (TPL) and PLINQ are also discussed.Perfect for beginners and professional C# programmers alike, this expert resource is written in the clear, crisp, uncompromising style that has made Herb the choice of millions worldwide. Begin mastering C# 4.0 today with help from this authoritative volume!Coverage includes:Data types and operatorsControl statements Classes and objectsConstructors, destructors, and methodsInterfaces, arrays, enumerations, and structuresMethod and operator overloadingInheritance and virtual methodsReflection and runtime type IDException handling Delegates, properties, events, and indexersAttributes Multithreading and the Task Parallel LibraryGenericsLINQ and PLINQLambda expressionsAnonymous typesExtension methodsNamed and optional argumentsImplicitly typed variablesI/O, networking, and collectionsThe preprocessor and much, much more
C#: A Beginner's Guide

C#: A Beginner's Guide

Pat McGee

McGraw-Hill Professional
2015
nidottu
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Essential Skills--Made Easy!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 developmentand 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.Designed for Easy LearningKey Skills & Concepts--Chapter-opening lists of specific skills covered in the chapterTry This--Hands-on exercises that show you how to apply your skillsNotes--Extra information related to the topic being coveredTips--Helpful reminders or alternate ways of doing thingsCautions--Errors and pitfalls to avoidSelf Test--End-of-chapter quizzes to reinforce your skillsExample code with commentary that describes the programming techniques being illustratedReady-to-use code at www.mhprofessional.com
C: The Complete Reference

C: The Complete Reference

Herbert Schildt

McGraw-Hill Professional
2000
nidottu
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Whether you are a beginning C programmer or a seasoned pro, the answers to all your C questions can be found in this one-stop resourceAnother gem from Herb Schildt--best-selling programming author with more than 2.5 million books sold! C: The Complete Reference, Fourth Edition gives you full details on C99, the New ANSI/ISO Standard for C. You'll get in-depth coverage of the C language and function libraries as well as all the newest C features, including restricted pointers, inline functions, variable-length arrays, and complex math. This jam-packed resource includes hundreds of examples and sample applications.
C/C++ Programmer's Reference

C/C++ Programmer's Reference

Herbert Schildt

McGraw-Hill Professional
2000
nidottu
Revised and expanded for the new C/C++ Standard, C 99, this best seller is a must-have reference and idea generator for millions of programmers. Though new programming languages like Java, Perl and Python are becoming popular, there is no shortage of new or experienced C and C++ programmers. C/C++ serve as core languages in most programmers' language toolboxes. The C 99 Standard has now been ratified, and this presents a perfect opportunity to update the C/C++ Programmer's Reference with the most current info on several new, innovative features of the C language, including variable-length arrays, new library functions and the new capabilities to facilitate embedded systems programming. This quick reference to C/C++ classes, methods, field actions, and libraries is organized for easy access and designed as a lookup resource and idea generator for programming in C and C++. Coverage of new C99 Standard provides up to date reference tool for the world's most popular and established programming language. The book's small size makes for a helpful portable reference that is the perfect book to have on the road. Solid writing style and straightforward presentation methods of Herb Schildt provide a familiar reference environment for programmers - many of these programmers's learned C/C++ from Herb Schildt's books!
C# Developer's Headstart

C# Developer's Headstart

Philip Spokas; Mark Michaelis

Osborne/McGraw-Hill
2001
pokkari
This text provides programmers with the answers they need in order to make vital decisions about code adoption and migration. It provides programmers with the answers they need in order to make vital decisions about code adoption and migration.
C# Programming Tips and Techniques

C# Programming Tips and Techniques

Jamsa Kris; Wright Charles Alan

MCGRAW-HILL EDUCATION - EUROPE
2002
pokkari
A resource for intermediate and advanced developers interested in incorporating C# into their applications, this book contains more than 400 tips and techniques. Programmers should save time, money and resources with these tested and proven tips, techniques and solutions. The tips and techniques are organized by subject and are extensively indexed and cross-referenced for easy access. Overall the book contains short, easily accessible sound bites on how to use the C# technology.
C++ from the Ground Up, Third Edition

C++ from the Ground Up, Third Edition

Herbert Schildt

McGraw-Hill Professional
2003
nidottu
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.This excellent primer provides a plethora of C++ programming information for beginning to intermediate users on topics like classes, objects, expressions, arrays, pointers. Plus, it also covers advanced topics like inheritance, namespaces, STL, custom string class, and the Standard C++ Class Library. For users of all levels, this guide teaches with examples of source code and a thorough display of the results.
C++: A Beginner's Guide, Second Edition

C++: A Beginner's Guide, Second Edition

Herbert Schildt

McGraw-Hill Professional
2003
nidottu
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Essential skills made easy! Written by Herb Schildt, the world’s leading programming author, this step-by-step book is ideal for first-time programmers or those new to C++. The modular approach of this series, including sample projects and progress checks, makes it easy to learn to use C++ at your own pace.
C++ Demystified

C++ Demystified

Jeff Kent

McGraw-Hill Professional
2004
nidottu
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.Minimal technical jargon, step-by-step discussions, and quizzes at the end of each chapter make this an easy-to-understand guide to C++ programming. Quickly learn what a programming language is and the anatomy of C++, then jump right into creating your own programs with expert guidance. Discover functions, objects, compilers, linkers, and much more along the way. For the fast and easy way to understanding the fundamentals of C++, this is the resource you need.
C# 2.0: The Complete Reference

C# 2.0: The Complete Reference

Herbert Schildt

McGraw-Hill Professional
2006
nidottu
Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality, authenticity, or access to any online entitlements included with the product.This comprehensive volume is fully updated for C# 2.0 -- the newest version of Microsoft's revolutionary programming language.The changes found in C# 2.0 bring Java-like power to millions of Windows programmers worldwide. With expertly crafted explanations, insider tips, and hundreds of examples, this book fully explains every aspect of C# 2.0. Written in the clear, uncompromising style that has made master programming author Herb Schildt the choice of millions, the book covers all the new and existing features of this major programming language.
C++ Programming: An Object-Oriented Approach

C++ Programming: An Object-Oriented Approach

Behrouz A. Forouzan; Richard Gilberg

McGraw-Hill Professional
2019
nidottu
C++ Programming: An Object-Oriented Approach has two primary objectives: Teach the basic principles of programming as outlined in the ACM curriculum for a CS1 class and teach the basic constructs of the C++ language. While C++ is a complex and professional language, experience shows that beginning students can easily understand and use C++.C++ Programming: An Object-Oriented Approach uses a combination of thorough, well-ordered explanations and a strong visual framework to make programming concepts accessible to students. The authors stress incremental program development, wherein program analysis is followed by building a structure chart, constructing UML flow diagrams, writing algorithms, undertaking program design, and finally testing. This foundation, combined with a focus on the benefits of a consistent and well-documented programming style, prepares students to tackle the academic and professional programming challenges they will encounter down the road with confidence.
C: Because Cowards Get Cancer Too

C: Because Cowards Get Cancer Too

John Diamond

Ebury Press
1999
pokkari
Shortly before his 44th birthday, John Diamond received a call from the doctor who had removed a lump from his neck. Having been assured for the previous 2 years that this was a benign cyst, Diamond was told that it was cancerous. This is the story of Diamond's life with, and without, a lump.
C# 2.0

C# 2.0

Michel de Champlain; Brian G. Patrick

Morgan Kaufmann Publishers In
2005
nidottu
You don’t need coddling; you don’t need to be told what you already know. What you need is a book that uses your experience as a Java or C++ programmer to give you a leg up into the challenges and rewards of C#. And this Practical Guide is precisely what you’re after. Written by a team that boasts extensive experience teaching C# to professionals, this book provides a practical, efficient explanation of the language itself, covering basic to advanced features and calling out all that’s new in 2.0. Its instruction is always firmly situated within the context of the .NET framework and bolstered by code examples, key lessons in object-oriented programming, and installments of a realistic application programming tutorial. Concise and incisive, this is the best way to master the world’s fastest-growing and most marketable programming language. Features: Provides a carefully focused explanation of every aspect of the C# language, including entire chapters on the unified type system, advanced types, collections, generics, reflection and attributes. Highlights all features new to the latest version of C# and organizes its presentation of C# according to the key principles of object-oriented programming and the .NET framework. Using end-of-chapter exercises, incrementally develops a cohesive application programming tutorial.