You may have to Search all our reviewed books and magazines, click the sign up button below to create a free account.
Learn the big skills of C programming by creating bite-size projects! Work your way through these 15 fun and interesting tiny challenges to master essential C techniques you’ll use in full-size applications. In Tiny C Projects you will learn how to: Create libraries of functions for handy use and re-use Process input through an I/O filter to generate customized output Use recursion to explore a directory tree and find duplicate files Develop AI for playing simple games Explore programming capabilities beyond the standard C library functions Evaluate and grow the potential of your programs Improve code to better serve users Tiny C Projects is an engaging collection of 15 small programming c...
None
The bestselling PC reference on the planet—now available in its 13th edition Completely updated to cover the latest technology and software, the 13th edition of PCs For Dummies tackles using a computer in friendly, human terms. Focusing on the needs of the beginning computer user, while also targeting those who are familiar with PCs, but need to get up to speed on the latest version of Windows. This hands-on guide takes the dread out of working with a personal computer. Leaving painful jargon and confusing terminology behind, it covers Windows 10 OS, connecting to and using services and data in the cloud, and so much more. Written by Dan Gookin, the original For Dummies author, it tells yo...
Programming the console in UNIX? Here's just what you need. First, you'll get a no-nonsense tutorial guide to the nCurses version 5.5 library, taking you from basic to advanced functions step by step. Then you'll find an A-to-Z reference of more than 175 nCurses functions, cross-referenced and illustrated with examples. With this all-purpose nCurses reference, you?ll: Learn techniques that can be used to program Linux®, FreeBSD®, Mac OS® X, or any other UNIX-based OS. Program, control, and manipulate text on the terminal screen. Control interactive I/O, organize content into windows on the screen, and use color to highlight text and organize information. Use a mouse to further refine input. Create nCurses programs using your choice of editors. Find hundreds of quick, easy-to-understand programming examples. Author Dan Gookin is known for making technology make sense. Buy this book and you'll see why.
The all-time bestselling PC reference, fully updated for the newest technologies! Previous editions of this fun and friendly PC guide have sold more than three million copies, making it the bestselling PC reference in the world. Dan Gookin, the author whose straightforward and entertaining style is the foundation of the For Dummies series, gives you the same easy-to-follow guidance in this edition, fully updated for Windows 8, using the cloud, and all the newest PC bells and whistles. It's perfect for the absolute beginner as well as for anyone switching to the latest hardware and software. Updated with information on all the latest upgrades, this edition of a worldwide bestseller covers all...
Written by parents for parents! We humans are pretty clever. We’ve mastered fire, invented the wheel, calculated the age of the Universe, sent people to the Moon, built machines that think, and cracked the genome. So you’d think that with all our smarts, somebody would’ve come up with a surefire formula for raising kids. Maybe that’s because every child, like every parent, is an individual, and no two parent-child relationships are ever the same. So, you can give up any notions of being a perfect parent. But, you can learn to keep the big mistakes to a minimum and make the parenting enterprise easier and more rewarding for your children and you. Which is where this book comes in. Whe...
Friendly advice on leveraging the power of the new Nexus 7 Google tablet! The arrival of the new Nexus 7 Google tablet is eagerly awaited, thanks to its cutting-edge software, top-notch hardware, unprecedented abilities, and nine-hour battery life. This easy-to-understand, engaging guide covers everything you need to know about this amazing Android tablet. Bestselling Dummies author Dan Gookin uses his friendly writing style to deliver clear instructions for setting up, navigating, and using the device. You'll learn to use all your favorite Google applications that come loaded on the device, personalize it, and much more. Walks you through the touchscreen, wireless access, and software updates Demonstrates how to download, shop for, and fill your Nexus 7 with movies, e-books, games, and music Helps you keep on top of your schedule and appointments and pursue your interests and hobbies with the latest apps and websites Offers guidance on using your device to navigate from here to there and stay connected with friends and family while you're away Nexus 7 For Dummies is an essential companion to your other new companion: the Nexus 7!
Everything you need to know about your Android smartphone?in full color! Eager to learn the ins and outs of your exciting, new Android phone? Then this is the book you need! Written in the typical fun and friendly For Dummies style, this full-color guide covers the basics of all the features of Android phones without weighing you down with heavy technical terms or jargon. Veteran world-renowned author Dan Gookin walks you through everything from getting started with setup and configuration to making the most of your phone's potential with texting, e-mailing, accessing the Internet and social networking sites, using the camera, synching with a PC, downloading apps, and more. Covers all the details of the operating system that applies to every Android phone, including Motorola Droids, HTC devices, Samsung Galaxy S phones, to name a few Walks you through basic phone operations while also encouraging you to explore your phone's full potential Serves as an ideal guide to an inexperienced Android newbie who is enthusiastic about getting a handle on everything an Android phone can do Android Phones For Dummies helps you get smarter with your Android smartphone.
Ready, set, code! A user-friendly guide introducing the C programming language to new and intermediate coders The C programming language and its direct descendants are widespread and among the most popular programming languages used in the world today. The enduring popularity of C continues because C programs are fast, concise, and run on many different systems. Flexible and efficient, C is designed for a wide variety of programming tasks: system-level code, text processing, graphics, telecommunications, and many other application areas. C All-in-One Desk Reference For Dummies is for beginning and intermediate C programmers and provides a solid overview of the C programming language, from th...
while (dead_horse) beat (): If you’re like most people, the above seems like nonsense. Actually, it’s computer sense—C programming. After digesting C For Dummies, 2nd Edition, you’ll understand it. C programs are fast, concise and versatile. They let you boss your computer around for a change. So turn on your computer, get a free compiler and editor (the book tells you where), pull up a chair, and get going. You won’t have to go far (page 13) to find your first program example. You’ll do short, totally manageable, hands-on exercises to help you make sense of: All 32 keywords in the C language (that’s right—just 32 words) The functions—several dozen of them Terms like printf...