Categories
Books Computers & Technology Programming

Programming in C (Developer’s Library)



Price: $49.99
(as of Apr 22, 2024 20:22:17 UTC – Details)


Programming in C will teach you how to write programs in the C programming language. Whether you’re a novice or experienced programmer, this book will provide you with a clear understanding of this language, which is the foundation for many object-oriented programming languages such as C++, Objective-C, C#, and Java.

This book teaches C by example, with complete C programs used to illustrate each new concept along the way. Stephen Kochan provides step-by-step explanations for all C functions. You will learn both the language fundamentals and good programming practices. Exercises at the end of each chapter make the book ideally suited for classroom use or for self-instruction.

All the features of the C language are covered in this book, including the latest additions added with the C11 standard. Appendixes provide a detailed summary of the language and the standard C library, both organized for quick reference.

“Absolutely the best book for anyone starting out programming in C. This is an excellent introductory text with frequent examples and good text….This is the book I used to learn C–it’s a great book.”

–Vinit S. Carpenter, Learn C/C++ Today


From the Publisher

Add to Cart

Add to Cart

Add to Cart

Add to Cart

Add to Cart

Customer Reviews

4.6 out of 5 stars
740

4.2 out of 5 stars
221

4.6 out of 5 stars
126

4.6 out of 5 stars
202

4.3 out of 5 stars
260

Price

$22.58$22.58 $48.75$48.75 $34.92$34.92 $58.80$58.80 $49.99$49.99

Title
C Programming Absolute Beginner’s Guide, 3/e Learn C the Hard Way: Practical Exercises on the Computational Subjects You Keep Avoiding (Like C) C Programming in One Hour a Day, Sams Teach Yourself, 7/e C Primer Plus, 6/e Programming in C, 4/e

Author(s)
Greg Perry, Dean Miller Zed A. Shaw Bradley L. Jones, Peter Aitken, Dean Miller Stephen Prata Stephen G. Kochan

Page Count
352 384 720 1080 600

List Price
$29.99 $39.99 $39.99 $59.99 $49.99

Pub Date
08/07/2013 09/04/2015 10/11/2013 11/26/2013 08/18/2014

Binding
Paper Paperback with DVD Paper Paper Paper

Print ISBN
0789751984 0321884922 0789751992 0321928423 0321776410

Series
Absolute Beginner’s Guide Zed Shaw’s Hard Way Series Sams Teach Yourself Developer’s Library Developer’s Library

Brief Description
Write powerful C programs. ..without becoming a technical expert! This book is the fastest way to get comfortable with C, one incredibly clear and easy step at a time. You’ll learn all the basics: how to organize programs, store and display data, work with variables, operators, I/O, pointers, arrays, functions, and much more. C programming has never been this simple! Perfect for beginning C programmers eager to advance their skills in any language. Follow it and you will learn the many skills early and junior programmers need to succeed by working through 52 brilliantly crafted exercises with accompanying videos and exercises from Zed Shaw. Fix your mistakes. Watch the programs run. As you do, you’ll learn what good, modern C programs look like; how to think more effectively about code; and how to find and fix mistakes far more efficiently. Filled with carefully explained code, clear syntax examples, and well-crafted exercises, this is the broadest and deepest introductory C tutorial available. It delivers step-by-step, hands-on experience that starts with simple tasks and gradually builds to professional-quality techniques. Each lesson is designed to be completed in hour or less, introducing and clearly explaining essential concepts, providing practical examples, and encouraging you to build simple programs on your own. This book teaches principles of programming, including structured code and top-down design. Many short, practical examples illustrate one or two concepts at a time, encouraging readers to master new topics by immediately putting them to use. Review questions and programming exercises at the end of each chapter bring out the most critical pieces of information and help readers understand and digest the most difficult concepts. A friendly and easy-to-use self-study guide, this book is appropriate for serious students of programming, as well as developers proficient in other languages. Whether you’re a novice or experienced programmer, this book will provide you with a clear understanding of this language, which is the foundation for many object-oriented programming languages such as C++, Objective-C, C#, and Java. This book teaches C by example, with complete C programs used to illustrate each new concept along the way. Stephen Kochan provides step-by-step explanations for all C functions. You will learn both the language fundamentals and good programming practices. Exercises at the end of each chapter make the book ideally suited for classroom use or for self-instruction.

Publisher ‏ : ‎ Addison-Wesley Professional; 4th edition (August 18, 2014)
Language ‏ : ‎ English
Paperback ‏ : ‎ 544 pages
ISBN-10 ‏ : ‎ 0321776410
ISBN-13 ‏ : ‎ 978-0321776419
Item Weight ‏ : ‎ 1.94 pounds
Dimensions ‏ : ‎ 7.05 x 1.5 x 9 inches

Categories
Books Computers & Technology Programming

Fluent C: Principles, Practices, and Patterns



Price: $37.49
(as of Apr 22, 2024 06:06:25 UTC – Details)


Expert advice on C programming is hard to find. While much help is available for object-oriented programming languages, there’s surprisingly little for the C language. With this hands-on guide, beginners and experienced C programmers alike will find guidance about design decisions, including how to apply them bit by bit to running code examples when building large-scale programs.

Christopher Preschern, a leading member of the design patterns community, answers questions such as how to structure C programs, cope with error handling, or design flexible interfaces. Whether you’re looking for one particular pattern or an overview of design options for a specific topic, this book shows you how to implement hands-on design knowledge specifically for the C programming language.

You’ll find design patterns for:

Error handling Returning error information Memory management Returning data from C functions Data lifetime and ownership Flexible APIs Flexible iterator interfaces Organizing files in modular programs Escaping #ifdef Hell

From the brand

oreillyoreilly

Your partner in learning

OreillyOreilly

Sharing the knowledge of experts

O’Reilly’s mission is to change the world by sharing the knowledge of innovators. For over 40 years, we’ve inspired companies and individuals to do new things (and do them better) by providing the skills and understanding that are necessary for success.

Our customers are hungry to build the innovations that propel the world forward. And we help them do just that.

Publisher ‏ : ‎ O’Reilly Media; 1st edition (November 22, 2022)
Language ‏ : ‎ English
Paperback ‏ : ‎ 304 pages
ISBN-10 ‏ : ‎ 1492097330
ISBN-13 ‏ : ‎ 978-1492097334
Item Weight ‏ : ‎ 1.1 pounds
Dimensions ‏ : ‎ 6.9 x 0.8 x 9.1 inches

Categories
Books Computers & Technology Programming

Programming Elixir ≥ 1.6: Functional |> Concurrent |> Pragmatic |> Fun



Price: $34.96
(as of Apr 22, 2024 02:40:28 UTC – Details)


This book is the introduction to Elixir for experienced programmers, completely updated for Elixir 1.6 and beyond. Explore functional programming without the academic overtones (tell me about monads just one more time). Create concurrent applications, butget them right without all the locking and consistency headaches. Meet Elixir, a modern, functional, concurrent language built on the rock-solid Erlang VM. Elixir’s pragmatic syntax and built-in support for metaprogramming will make you productive and keep you interestedfor the long haul. Maybe the time is right for the Next Big Thing. Maybe it’s Elixir.

Functional programming techniques help you manage the complexities of today’s real-world, concurrent systems; maximize uptime; and manage security. Enter Elixir, with its modern, Ruby-like, extendable syntax, compile and runtime evaluation, hygienic macro system, and more. But, just as importantly, Elixir brings a sense of enjoyment to parallel,functional programming. Your applications become fun to work with, and the language encourages you to experiment.

Part 1 covers the basics of writing sequential Elixir programs. We’ll look at the language, the tools, and the conventions. Part 2 uses these skills to start writing concurrent code-applications that use all the cores on your machine, or all the machines on your network! And we do it both with and without OTP. Part 3 looks at the more advanced features of the language, from DSLs and code generation to extending the syntax.

This edition is fully updated with all the new features of Elixir 1.6, with a new chapter on structuring OTP applications, and new sections on the debugger, code formatter, Distillery, and protocols.

What You Need:

You’ll need a computer, a little experience with another high-levellanguage, and a sense of adventure. No functional programmingexperience is needed.


From the brand

The Pragmatic ProgrammersThe Pragmatic Programmers

For Developers, By DevelopersFor Developers, By Developers

The Pragmatic Programmers publishes hands-on, practical books on classic and cutting-edge software development and engineering management topics. We help professionals solve real-world problems, hone their skills, and advance their careers.

Explore more Elixir

Publisher ‏ : ‎ Pragmatic Bookshelf; 1st edition (May 28, 2018)
Language ‏ : ‎ English
Paperback ‏ : ‎ 398 pages
ISBN-10 ‏ : ‎ 1680502999
ISBN-13 ‏ : ‎ 978-1680502992
Item Weight ‏ : ‎ 1.39 pounds
Dimensions ‏ : ‎ 7.5 x 0.84 x 9.25 inches

Categories
Books Computers & Technology Programming

Software in 30 Days: How Agile Managers Beat the Odds, Delight Their Customers, and Leave Competitors in the Dust



Price: $21.03
(as of Apr 21, 2024 12:37:19 UTC – Details)



A radical approach to getting IT projects done faster and cheaper than anyone thinks possible

Software in 30 Days summarizes the Agile and Scrum software development method, which allows creation of game-changing software, in just 30 days. Projects that use it are three times more successful than those that don’t. Software in 30 Days is for the business manager, the entrepreneur, the product development manager, or IT manager who wants to develop software better and faster than they now believe possible. Learn how this unorthodox process works, how to get started, and how to succeed. Control risk, manage projects, and have your people succeed with simple but profound shifts in the thinking.

The authors explain powerful concepts such as the art of the possible, bottom-up intelligence, and why it’s good to fail early―all with no risk greater than thirty days.

The productivity gain vs traditional “waterfall” methods has been over 100% on many projectsAuthor Ken Schwaber is a co-founder of the Agile software movement, and co-creator, with Jeff Sutherland, of the “Scrum” technique for building software in 30 daysCoauthor Jeff Sutherland was cosigner of the Agile Manifesto, which marked the start of the Agile movement

Software in 30 Days is a must-read for all managers and business owners who use software in their organizations or in their products and want to stop the cycle of slow, expensive software development. Programmers will want to buy copies for their managers and their customers so they will know how to collaborate to get the best work possible.

Publisher ‏ : ‎ Wiley; 1st edition (May 1, 2012)
Language ‏ : ‎ English
Paperback ‏ : ‎ 216 pages
ISBN-10 ‏ : ‎ 1118206665
ISBN-13 ‏ : ‎ 978-1118206669
Item Weight ‏ : ‎ 11.2 ounces
Dimensions ‏ : ‎ 7.3 x 0.7 x 9.1 inches

Categories
Computers & Technology Kindle eBooks Kindle Store

The Ai Accelerator: How to 10X Your Productivity, Clone Your Smartest Employees, and Monetize Your IP in the New Ai-Economy



Price: $2.99
(as of Apr 21, 2024 02:09:18 UTC – Details)



Serial entrepreneur, business and tech expert, and best-selling author Mike Koenigs is one of the first to use Ai to create entirely new businesses, products, and brands from scratch, and transform existing businesses from old-school models to new “Ai-ified” multiplier businesses. Now, he’s giving you the roadmap to enter the Trillionaire Ai Economy.

Inside you’ll find a complete step-by-step blueprint for putting Ai to work in your business to…Immediately get back at least one day a week of productivity for you and everyone on your team.Clone yourself and your smartest employees so you’re never owner or key-person dependent again.Create your own custom Ai “bots” that know all of your IP, can write like you, understand your market, and can generate all your marketing at the push of a button.Design, recruit, monitor, and coach your sales team to as much as 80% improvement in sales.Have an intern create a year’s worth of marketing in an hour or two using a custom programmed Ai that anyone can do virtually for free.Translate every podcast, video, website, and document in your business into any language on the planet so you can instantly access any new market you want.Package and commercialize your proprietary IP into software built and powered by Ai to create recurring revenue opportunities, and 10X-100X business valuations.Speak Ai, think in Ai, know what tools to use, what tools do what, how to “stack” systems to get better results, faster, and how to create an Ai culture your teams embrace instead of fear. How to avoid resistance, fear, rebellions, and mutiny.

Mike gives you the exact Ai tools to use today, where to find the next great tool (thousands are launched every week), word-for-word prompts, and most importantly, the 3 key mindsets you need for leveraging Ai.

Are you ready to take your business into the new Trillion Dollar Ai Economy with the Ai Accelerator Process?
____________________________________________________________________________________________________________

➤ PETER DIAMANDIS
“Mike knows how to get the attention of any audience, get them engaged, see a bigger Moonshot future for themselves, and make it real with AI. He knows how to make technology fun, engaging, and exciting for anyone who wants to live a bigger and more abundant life. Read this book right now if you want to know how to make AI work for you.”

➤ BRIAN TRACY
“This amazing book goes straight to the heart of the AI Revolution, saving you a fortune in time and money by teaching you the most practical, proven methods and techniques available in this exciting industry.”

➤ JJ VIRGIN
“Whether you’re a doctor, health coach, or entrepreneur, you need to read this book. Mike’s insights and strategies will help you work smarter, serve your clients better, and build a business that makes a real difference in the world.”

➤ ALLISON MASLAN
“He recently sat down with my husband Mike and helped him start writing his book in less than 30 minutes using AI. It was not only mind-blowing, but it was also an emotional experience for both of us. If you want to live in a state of abundance, read Mike’s books, listen to his podcasts, and pay attention to what he’s doing now—it will be the next big thing.”

➤ JOHN ASSARAF
“This book is going to revolutionize the way entrepreneurs work and achieve their goals. Whether you want to generate a year’s worth of marketing content in hours, gain game-changing customer insights, or develop new revenue streams, AI Accelerator for Entrepreneurs gives you the tools and mindset to make it happen. I give this book my highest recommendation!”

ASIN ‏ : ‎ B0CW8MYLMG
Publication date ‏ : ‎ March 10, 2024
Language ‏ : ‎ English
File size ‏ : ‎ 9794 KB
Simultaneous device usage ‏ : ‎ Unlimited
Text-to-Speech ‏ : ‎ Enabled
Screen Reader ‏ : ‎ Supported
Enhanced typesetting ‏ : ‎ Enabled
X-Ray ‏ : ‎ Not Enabled
Word Wise ‏ : ‎ Not Enabled
Sticky notes ‏ : ‎ On Kindle Scribe
Print length ‏ : ‎ 206 pages