• Programming: Computer Programming for Beginners: Learn the Basics of Java, SQL & C++ (Coding, C Programming, Java Programming, SQL Programming, JavaScript, Python, PHP)

    Ready for a career in computer programming but not sure where to begin? New, revised 2018 Edition! Learn three of the most important programming languages: Java, SQL, and C++. With Programming: Computer Programming for Beginners Learn the Basics of Java, SQL & C++ - Revised 2018 Edition, by Joseph Conner, you'll learn the coding skills you need to build a broad range of apps for PCs and mobile devices. This revised 2018 Edition, is fully updated with all the current information. It's not just a great place for beginners to get started, it's also a handy reference and useful tool for experience... [Read More]

    • ASIN: 1518662587
    • ASIN: 1518662587
    • ISBN: 1518662587
    • Manufacturer: CreateSpace Independent Publishing Platform

  • C Programming: A Modern Approach, 2nd Edition

    The first edition of C Programming: A Modern Approach was popular with students and faculty alike because of its clarity and comprehensiveness as well as its trademark Q&A sections. Professor King's spiral approach made it accessible to a broad range of readers, from beginners to more advanced students. With adoptions at over 225 colleges, the first edition was one of the leading C textbooks of the last ten years. The second edition maintains all the book's popular features and brings it up to date with coverage of the C99 standard. The new edition also adds a significant number of exercises a... [Read More]

    • ASIN: 0393979504
    • ASIN: 0393979504
    • ISBN: 0393979504
    • Brand: King, K. N.
    • Manufacturer: W. W. Norton & Company

  • C Programming Absolute Beginner's Guide

    Updated for C11 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 neverbeen this simple! Who knew how simple C programming could be? This is today’s best beginner’s guide to writing C programs–and to learning skills you can use with practically any language. Its simple, practica... [Read More]

    • ASIN: 0789751984
    • ASIN: 0789751984
    • ISBN: 0789751984
    • Brand: Que
    • Manufacturer: Que Publishing

  • The Go Programming Language (Addison-Wesley Professional Computing Series)

    The Go Programming Language is the authoritative resource for any programmer who wants to learn Go. It shows how to write clear and idiomatic Go to solve real-world problems. The book does not assume prior knowledge of Go nor experience with any specific language, so you’ll find it accessible whether you’re most comfortable with JavaScript, Ruby, Python, Java, or C++. The first chapter is a tutorial on the basic concepts of Go, introduced through programs for file I/O and text processing, simple graphics, and web clients and servers. Early chapters cover the structural elemen... [Read More]

    • ASIN: B0184N7WWS
    • ASIN: B0184N7WWS
    • Manufacturer: Addison-Wesley Professional

  • C: The Complete Reference, 4th Ed.

    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 ... [Read More]

    • ASIN: 0072121246
    • UPC: 783254031449
    • ASIN: 0072121246
    • ISBN: 9780072121247
    • Manufacturer: McGraw-Hill Education

  • C Primer Plus (6th Edition) (Developer's Library)

    C Primer Plus is a carefully tested, well-crafted, and complete tutorial on a subject core to programmers and developers. This computer science classic teaches principles of programming, including structured code and top-down design.   Author and educator Stephen Prata has created an introduction to C that is instructive, clear, and insightful. Fundamental programming concepts are explained along with details of the C language. Many short, practical examples illustrate just one or two concepts at a time, encouraging readers to master new topics by immediately putting them to use.   Review ... [Read More]

    • ASIN: 0321928423
    • ASIN: 0321928423
    • ISBN: 9780321928429
    • Brand: imusti
    • Manufacturer: Addison-Wesley Professional

  • C in a Nutshell: The Definitive Reference

    The new edition of this classic O’Reilly reference provides clear, detailed explanations of every feature in the C language and runtime library, including multithreading, type-generic macros, and library functions that are new in the 2011 C standard (C11). If you want to understand the effects of an unfamiliar function, and how the standard library requires it to behave, you’ll find it here, along with a typical example.Ideal for experienced C and C++ programmers, this book also includes popular tools in the GNU software collection. You’ll learn how to build C programs with GNU Make, com... [Read More]

    • ASIN: 1491904755
    • ASIN: 1491904755
    • ISBN: 1491904755
    • Brand: O Reilly Media
    • Manufacturer: O'Reilly Media

  • Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14

    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 C++14—i.e. using modern C++.Topics include:The pros and cons of braced initialization, noexcept specifications, perfect forwarding, and smart po... [Read More]

    • ASIN: B00PGCMGDQ
    • ASIN: B00PGCMGDQ
    • Manufacturer: O'Reilly Media

  • Low-Level Programming: C, Assembly, and Program Execution on Intel® 64 Architecture

    Learn Intel 64 assembly language and architecture, become proficient in C, and understand how the programs are compiled and executed down to machine instructions, enabling you to write robust, high-performance code.Low-Level Programming explains Intel 64 architecture as the result of von Neumann architecture evolution.  The book teaches the latest version of the C language (C11) and assembly language from scratch.  It covers the entire path from source code to program execution, including generation of ELF object files, and static and dynamic linking. Code examples and exercises are inclu... [Read More]

    • ASIN: 1484224027
    • ASIN: 1484224027
    • ISBN: 9781484224021
    • Manufacturer: Apress

  • Beginning C for Arduino, Second Edition: Learn C Programming for the Arduino

    Beginning C for Arduino, Second Edition is written for those who have no prior experience with microcontrollers or programming but would like to experiment and learn both. Updated with new projects and new boards, this book introduces you to the C programming language, reinforcing each programming structure with a simple demonstration of how you can use C to control the Arduino family of microcontrollers. Author Jack Purdum uses an engaging style to teach good programming techniques using examples that have been honed during his 25 years of university teaching. Beginning C for Arduino, Second ... [Read More]

    • ASIN: 1484209419
    • ASIN: 1484209419
    • ISBN: 9781484209417
    • Brand: Springer
    • Manufacturer: Apress

  • The C++ Programming Language: The C++ Programm Lang_p4


    • ASIN: B00DUW4BMS
    • ASIN: B00DUW4BMS
    • Manufacturer: Addison-Wesley Professional

  • A Tour of C++ (2nd Edition) (C++ In-Depth Series)

    In  A Tour of C++, Second Edition, Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide covers most major language features and the major standard-library components—not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started.   Stroustrup presents the C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with ... [Read More]

    • ASIN: 0134997832
    • ASIN: 0134997832
    • ISBN: 0134997832
    • Manufacturer: Addison-Wesley Professional

  • The Robert C. Martin Clean Code Collection (Collection) (Robert C. Martin Series)

    The Robert C. Martin Clean Code Collection consists of two bestselling eBooks: Clean Code: A Handbook of Agile Software Craftmanship The Clean Coder: A Code of Conduct for Professional Programmers In Clean Code, legendary software expert Robert C. Martin has teamed up with his colleagues from Object Mentor to distill their best agile practice of cleaning code “on the fly” into a book that will instill within you the values of a software craftsman and make you a better programmer--but only if you work at it. You will be challenged to think about what’s right about that code and wha... [Read More]

    • ASIN: B00666M59G
    • ASIN: B00666M59G
    • Manufacturer: Prentice Hall

  • TCP/IP Sockets in C: Practical Guide for Programmers (The Morgan Kaufmann Practical Guides Series)

    TCP/IP Sockets in C: Practical Guide for Programmers, Second Edition is a quick and affordable way to gain the knowledge and skills needed to develop sophisticated and powerful web-based applications. The book's focused, tutorial-based approach enables the reader to master the tasks and techniques essential to virtually all client-server projects using sockets in C. This edition has been expanded to include new advancements such as support for IPv6 as well as detailed defensive programming strategies. If you program using Java, be sure to check out this book’s companion, TCP/IP Sockets in J... [Read More]

    • ASIN: 0123745403
    • ASIN: 0123745403
    • ISBN: 0123745403
    • Brand: imusti
    • Manufacturer: Morgan Kaufmann

  • Adeept RFID Starter Kit for Raspberry Pi 3, 2 Model B/B+, Stepper Motor, ADXL345, 40-pin GPIO Extension Board, Breadboard, with C and Python Code, Learning Kit with Guidebook(PDF)

    This is an RFID learning kit for Raspberry Pi. An RC522 RFID module, some common electronic components and sensors are included.The kit contains more than 180 components and electronic modules,these components can be divided into about 30 species.We have carefully prepared a guidebook(more than 100 pages guide book of PDF)and supporting experimental code routine for you to learn. The guide book includes 26 experiments,and the code is divided into two versions(C and Python).Through the learning, you will get a better understanding of RFID and Raspberry Pi, and be able to make fascinating works ... [Read More]

    • ASIN: B01FX29G18
    • UPC: 745780191448
    • ASIN: B01FX29G18
    • Brand: Adeept
    • Manufacturer: Adeept

  • In Easy Steps: C Programming in Easy Steps: Updated for the Gnu Compiler Version 6.3.0 and Windows 10 (Paperback)

    C Programming in easy steps, 5th edition is updated for the GNU Compiler version 6.3.0 and Windows 10, and has an easy-to-follow style that will appeal to anyone who wants to begin programming in

    • UPC: 278749867

  • JavaScript: Best Practices to Programming Code with JavaScript - eBook

    Learn how to write effective and efficient JavaScript code for programming success and continue your progress towards JavaScript programming mastery!In this Definitive JavaScript Guide on Best Practices, you're about to discover how to...Code more efficiently

    • UPC: 760976654

  • Modern Compiler Implementation in C - eBook

    This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes

    • UPC: 673161182

  • C Programs To Become Expert In Programming - eBook

    in this book you can learn all types of c programs, so can practice more and more example

    • UPC: 642910764

  • Languages and Compilers for Parallel Computing - eBook

    This book constitutes the thoroughly refereed post-conference proceedings of the 28th International Workshop on Languages and Compilers for Parallel Computing, LCPC 2015, held in Raleigh, NC, USA, in September 2015.The 19 revised full papers were

    • UPC: 418908519

  • Programming C# 3.0 : Best-Selling Guide to Building Windows and Web Applications with C# 3.0

    This thoroughly updated tutorial for beginning to intermediate programmers covers the latest release of Microsofts popular C# language and the new .NET 3.5 platform for developing Windows and Web

    • UPC: 956163222

  • Gcc 7.0 Gnu Compiler Collection Internals 1/2

    This manual documents the internals of the GNU compilers, including how to port them to new targets and some information about how to write front ends for new languages. It corresponds to the compilers (GCC)

    • UPC: 817608782

  • Gcc 7.0 Gnu Compiler Collection Internals 2/2

    This manual documents the internals of the GNU compilers, including how to port them to new targets and some information about how to write front ends for new languages. It corresponds to the compilers (GCC)

    • UPC: 914071875

  • Powershell : 2 Books in 1: The Comprehensive Beginners Guide to Taking Control of the Powershell Command Line & Best Practices to Excel While Learning Powershell Programming

    Powershell: 2 Books in 1: The Comprehensive Beginners Guide to Taking Control of the Powershell Command Line & Best Practices to

    • UPC: 364447043

  • Introduction to Compiler Construction in a Java World

    9781439860885

    • UPC: 15116246

  • Top 8 IDE for C/C++

    Top 3 Best C/C++ Compilers/Editors

    How to Install Codeblocks IDE on Windows 10 with Compilers ( GCC , G++)