Head First C (häftad)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
632
Utgivningsdatum
2012-05-01
Upplaga
1
Förlag
O'REILLY & ASSOCIATES
Medarbetare
Griffiths, Dawn (contributions)
Illustratör/Fotograf
black & white illustrations
Illustrationer
illustrations
Dimensioner
234 x 203 x 31 mm
Vikt
1290 g
Antal komponenter
1
Komponenter
,
ISBN
9781449399917

Head First C

A Brain-Friendly Guide

Häftad,  Engelska, 2012-05-01
528
  • Skickas från oss inom 5-8 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
Visa alla 2 format & utgåvor
Ever wished you could learn C from a book? Head First C provides a complete learning experience for C and structured imperative programming. With a unique method that goes beyond syntax and how-to manuals, this guide not only teaches you the language, it helps you understand how to be a great programmer. You'll learn key areas such as language basics, pointers and pointer arithmetic, and dynamic memory management. Advanced topics include multi-threading and network programming-topics typically covered on a college-level course.

This book also features labs: in-depth projects intended to stretch your abilities, test your new skills, and build confidence. Head First C mimics the style of college-level C courses, making it ideal as an accessible textbook for students.

We think your time is too valuable to waste struggling with new concepts. Using the latest research in cognitive science and learning theory to craft a multi-sensory learning experience, Head First C uses a visually rich format designed for the way your brain works, not a text-heavy approach that puts you to sleep.
Visa hela texten

Passar bra ihop

  1. Head First C
  2. +
  3. Python Crash Course, 3rd Edition

De som köpt den här boken har ofta också köpt Python Crash Course, 3rd Edition av Eric Matthes (häftad).

Köp båda 2 för 1125 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av författarna

Övrig information

David Griffiths began programming at age 12, after being inspired by a documentary on the work of Seymour Papert. At age 15 he wrote an implementation of Papert's computer language LOGO. After studying Pure Mathematics at University, he began writing code for computers and magazine articles for humans and he is currently an agile coach with Exoftware in the UK, helping people to create simpler, more valuable software. He spends his free time traveling and time with his lovely wife, Dawn. Dawn Griffiths started life as a mathematician at a top UK university. She was awarded a First-Class Honours degree in Mathematics, and was offered a university scholarship to undertake a PhD studying particularly rare breeds of differential equations. She moved away from academia when she realized that people would stop talking to her at parties, and went on to pursue a career in software development instead. She currently combines IT consultancy with writing and mathematics. When Dawn's not working on Head First books, you'll find her honing her Tai Chi skills, making bobbin lace or cooking nice meals. She hasn't yet mastered the art of doing all three at the same time. She also enjoys traveling, and spending time with her lovely husband, David.

Innehållsförteckning

Advance Praise for Head First CPraise for other Head First booksAuthors of Head First CHow to use this Book: IntroChapter 1: Getting Started with C: Diving inChapter 2: Memory and Pointers: What are you pointing at?Chapter 2.5: Strings: String theoryChapter 3: Creating Small Tools: Do one thing and do it wellChapter 4: Using Multiple Source Files: Break it down, build it upChapter 5: Structs, Unions, and Bitfields: Roll your own structuresChapter 6: Data Structures and Dynamic Memory: Building bridgesChapter 7: Advanced Functions: Turn your functions up to 11Chapter 8: Static and Dynamic Libraries: Hot-swappable codeChapter 9: Processes and System Calls: Breaking boundariesChapter 10: Interprocess Communication: Its good to talkChapter 11: Sockets and Networking: Theres no place like 127.0.0.1Chapter 12: Threads: Its a parallel worldLeftovers: The top ten things (we didnt cover)C Topics: Revision roundup