• C Programming Language, 2nd Edition


    • ASIN: 0131103628
    • UPC: 076092003106
    • ASIN: 0131103628
    • ISBN: 0131103628
    • Brand: imusti
    • Manufacturer: Prentice Hall

  • Professional C++

    Get up to date quickly on the new changes coming with C++17 Professional C++ is the advanced manual for C++ programming. Designed to help experienced developers get more out of the latest release, this book skims over the basics and dives right in to exploiting the full capabilities of C++17. Each feature is explained by example, each including actual code snippets that you can plug into your own applications. Case studies include extensive, working code that has been tested on Windows and Linux, and the author's expert tips, tricks, and workarounds can dramatically enhance your workflow. Even... [Read More]

    • ASIN: B07BDFW4PN
    • ASIN: B07BDFW4PN
    • Manufacturer: Wrox

  • Learn C# in One Day and Learn It Well: C# for Beginners with Hands-on Project (Learn Coding Fast with Hands-On Project) (Volume 3)

    Master C# Programming with a unique Hands-On Project (Updated for VS Community 2017) Have you always wanted to learn computer programming but are afraid it'll be too difficult for you? Or perhaps you know other programming languages but are interested in learning the C# language fast? This book is for you. You no longer have to waste your time and money learning C# from boring books that are 600 pages long, expensive online courses or complicated C# tutorials that just leave you more confused. What this book offers... C# for Beginners Complex concepts are broken down into simple steps to en... [Read More]

    • ASIN: 1518800270
    • ASIN: 1518800270
    • ISBN: 1518800270
    • Brand: Chan Jamie
    • Manufacturer: CreateSpace Independent Publishing Platform

  • Arduino Programming in 24 Hours, Sams Teach Yourself

    In just 24 sessions of one hour or less, Sams Teach Yourself Arduino Programming in 24 Hours teaches you C programmingon Arduino, so you can start creating inspired “DIY” hardwareprojects of your own! Using this book’s straightforward, step-by-stepapproach, you’ll walk through everything from setting up yourprogramming environment to mastering C syntax and features, interfacing your Arduino to performing full-fledged prototyping.Every hands-on lesson and example builds on what you’ve alreadylearned, giving you a rock-solid foundation for real-world success!   Step-by-step instruc... [Read More]

    • ASIN: 0672337126
    • ASIN: 0672337126
    • ISBN: 0672337126
    • Brand: Sams Publishing
    • Manufacturer: Sams Publishing

  • Programming: Principles and Practice Using C++ (2nd Edition)

    An Introduction to Programming by the Inventor of C++   Preparation for Programming in the Real World The book assumes that you aim eventually to write non-trivial programs, whether for work in software development or in some other technical field.   Focus on Fundamental Concepts and Techniques The book explains fundamental concepts and techniques in greater depth than traditional introductions. This approach will give you a solid foundation for writing useful, correct, maintainable, and efficient code.   Programming with Today’s C++ (C++11 and C++14) The book is an introduction t... [Read More]

    • ASIN: 0321992784
    • UPC: 884926202607
    • ASIN: 0321992784
    • ISBN: 0321992784
    • Manufacturer: Addison-Wesley Professional

  • The C++ Programming Language, 4th Edition

    This book features an enhanced, layflat binding, which allows the book to stay open more easily when placed on a flat surface. This special binding method—noticeable by a small space inside the spine—also increases durability. C++11 has arrived: thoroughly master it, with the definitive new guide from C++ creator Bjarne Stroustrup, C++ Programming Language, Fourth Edition! The brand-new edition of the worlds most trusted and widely read guide to C++, it has been comprehensively updated for the long-awaited C++11 standard. Extensively rewritten to present the C++11 language, standard librar... [Read More]

    • ASIN: 0321563840
    • UPC: 000321563840
    • ASIN: 0321563840
    • ISBN: 0321563840
    • Brand: Addison-Wesley Professional
    • Manufacturer: Addison-Wesley Professional

  • 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

  • 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

  • Murach's C++ Programming

    C++ was first released in 1985, and it was a hard language to learn. That's because it required programmers to master low-level techniques to work with memory. Over the years, C++ has evolved to provide many higher-level techniques that make it much easier to write effective C++17 code. But most C++ books haven't evolved with the language. Now, Murach's top authors have tackled the subject, rethinking the whole approach. So this book takes advantage of the modern techniques to make it easier to learn C++ than ever before. It's organized in a logical way that gets you off to a fast start with a... [Read More]

    • ASIN: 1943872279
    • ASIN: 1943872279
    • ISBN: 1943872279
    • Manufacturer: Mike Murach & Associates

  • Microsoft Visual C# Step by Step (9th Edition) (Developer Reference)

    Your hands-on guide to Microsoft Visual C# fundamentals with Visual Studio 2017 Expand your expertise--and teach yourself the fundamentals of programming with the latest version of Visual C# with Visual Studio 2017. If you are an experienced software developer, you’ll get all the guidance, exercises, and code you need to start building responsive, scalable, cloud-connected applications that can run almost anywhere. . Discover how to: Quickly start creating Visual C# code and projects with Visual Studio 2017  Work with variables, operators, expressions, methods, and program flow�... [Read More]

    • ASIN: 1509307761
    • ASIN: 1509307761
    • ISBN: 1509307761
    • Manufacturer: Microsoft Press

  • 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

  • Python Crash Course: A Hands-On, Project-Based Introduction to Programming

    Python Crash Course is a fast-paced, thorough introduction to programming with Python that will have you writing programs, solving problems, and making things that work in no time.In the first half of the book, you'll learn about basic programming concepts, such as lists, dictionaries, classes, and loops, and practice writing clean and readable code with exercises for each topic. You'll also learn how to make your programs interactive and how to test your code safely before adding it to a project. In the second half of the book, you'll put your new knowledge into practice with three substantia... [Read More]

    • ASIN: 1593276036
    • ASIN: 1593276036
    • ISBN: 1593276036
    • Brand: No Starch Press
    • Manufacturer: No Starch Press

  • Effective Objective-C 2.0: 52 Specific Ways to Improve Your iOS and OS X Programs (Effective Software Development Series)

    Write Truly Great iOS and OS X Code with Objective-C 2.0!   Effective Objective-C 2.0 will help you harness all of Objective-C’s expressive power to write OS X or iOS code that works superbly well in production environments. Using the concise, scenario-driven style pioneered in Scott Meyers’ best-selling Effective C++, Matt Galloway brings together 52 Objective-C best practices, tips, shortcuts, and realistic code examples that are available nowhere else.   Through real-world examples, Galloway uncovers little-known Objective-C quirks, pitfalls, and intricacies that powerfully impac... [Read More]

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

  • Professional C# 7 and .NET Core 2.0

    The professional’s guide to C# 7, with expert guidance on the newest features Professional C# 7 and .NET Core 2.0 provides experienced programmers with the information they need to work effectively with the world’s leading programming language. The latest C# update added many new features that help you get more done in less time, and this book is your ideal guide for getting up to speed quickly. C# 7 focuses on data consumption, code simplification, and performance, with new support for local functions, tuple types, record types, pattern matching, non-nullable reference types, immutable ty... [Read More]

    • ASIN: 1119449278
    • ASIN: 1119449278
    • ISBN: 1119449278
    • Manufacturer: Wrox

  • Microsoft Visual C# Step by Step (8th Edition) (Developer Reference)

    Your hands-on guide to Microsoft Visual C# fundamentals with Visual Studio 2015 Expand your expertise--and teach yourself the fundamentals of programming with the latest version of Visual C# with Visual Studio 2015. If you are an experienced software developer, you’ll get all the guidance, exercises, and code you need to start building responsive, scalable Windows 10 and Universal Windows Platform applications with Visual C#. Discover how to: Quickly start creating Visual C# code and projects with Visual Studio 2015 Work with variables, operators, expressions, and methods Control program ... [Read More]

    • ASIN: 1509301046
    • ASIN: 1509301046
    • ISBN: 1509301046
    • Brand: MICROSOFT PRESS
    • Manufacturer: Microsoft Press

  • Visual Basic and Databases : A Step-By-Step Database Programming Tutorial

    VISUAL BASIC AND DATABASES is a step-by-step database programming tutorial that provides a detailed introduction to using Visual Basic for accessing and maintaining databases for desktop

    • UPC: 167637645

  • C++ Funzioni e tutorial 40 esempi - eBook

    In questo testo vengono mostrati esempi sia per coloro che sono alle prime esperienze in questo linguaggio che per programmatori intermedi, ai fini di approfondire le conoscenze in modo pratico e quindi di apprendimento facile

    • UPC: 876819638

  • C++ Functions and tutorial - eBook

    In this text we are shown examples for both those who are just starting out in this language for intermediate programmers, in order to deepen the knowledge in a practical and therefore easy and fast

    • UPC: 979487400

  • C# 2012 Joes 2 Pros : Common Object Oriented Programming Tutorial in .Net Using the C# Language

    This book aims is to be a reader's first introduction to the amazing world of programming. Keeping that in mind, the book has been designed so that individuals with no previous experience with programming can

    • UPC: 53637630

  • 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

  • JavaFX Tutorial - eBook

    Want to learn even more about JavaFX?* A Step-by-Step Guide to JavaFX# Introducing JavaFXContents:JavaFX is a Java library used to build Rich Internet Applications. The applications written using this library can run consistently across multiple

    • UPC: 697990826

  • 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

  • Visual C# and Databases 2019 Edition : A Step-By-Step Database Programming Tutorial

    Visual C# And Databases 2019 Edition:

    • UPC: 580020271

  • Learn Visual C# 2019 Edition : A Step-By-Step Programming Tutorial

    Learn Visual C# 2019 Edition: A

    • UPC: 489153735

  • .Net Programming with Visual C++ : Tutorial, Reference, and Immediate Solutions

    Packed with C++ code examples and screen shots, this title explains the .NET framework and Managed Extensions for a complete reference on the basic and advanced types.

    • UPC: 897102865

  • C Programming Tutorial | Learn C programming | C language

    C Programming Tutorial for Beginners

    C Programming - FULL COURSE - 101 Programs explanations in detail