Skip to main content

Panier

Vous profitez des avantages réservés aux VIP !

Article(s) non disponible(s) à la vente
Veuillez vérifier votre panier. Vous pouvez supprimer le ou les articles qui ne sont pas disponibles maintenant ou nous les supprimerons automatiquement au moment du règlement de la commande.
articlesarticle
articlesarticle

Recommandé pour vous

Loading...

eBooks C et C++

Si vous aimez les titres C et C++, vous allez adorer cette sélection.
Affichage des résultats 1 - 24 sur 983
Skip side bar filters
  • Effective C++: 55 Specific Ways to Improve Your Programs and Designs

    55 Specific Ways to Improve Your Programs and Designs

    par Scott Meyers ...
    “Every C++ professional needs a copy of Effective C++. It is an absolute must-read for anyone thinking of doing serious C++ development. If you’ve never read Effective C++ and you think you know everything about C++, think again.”— Steve Schirripa, Software Engineer, Google“C++ and the C++ community have grown up in the last fifteen years, and the third edition of Effective C++ reflects this.... ... En savoir plus

    CHF 37.95

  • Modern CMake for C++

    Discover a better approach to building, testing, and packaging your software

    Write comprehensive, professional-standard CMake projects and ensure the quality and simplicity of your solutionsPurchase of the print or Kindle book includes a free eBook in the PDF formatKey FeaturesUnderstand and automate compilation and linking with CMakeManage internal and external dependencies easilyAdd quality checks and tests as an inherent step for your buildsBook Description... ... En savoir plus

    CHF 32.31 ou Gratuit avec Kobo Plus

  • C LANGUAGE

    C

    This EBook will be very much helpful for the newer person or experience person to learn Better C Language as well as Better Programming.Using this EBook anyone can build great logics and concepts. ... En savoir plus

    CHF 1.87

  • C++ Templates

    The Complete Guide

    Templates are among the most powerful features of C++, but they remain misunderstood and underutilized, even as the C++ language and development community have advanced. In C++ Templates, Second Edition, three pioneering C++ experts show why, when, and how to use modern templates to build software that’s cleaner, faster, more efficient, and easier to maintain.Now extensively updated for the C++11, ... En savoir plus

    CHF 55.19

  • Secure Programming Cookbook for C and C++

    Recipes for Cryptography, Authentication, Input Validation & More

    Password sniffing, spoofing, buffer overflows, and denial of service: these are only a few of the attacks on today's computer systems and networks. At the root of this epidemic is poorly written, poorly tested, and insecure code that puts everyone at risk. Clearly, today's developers need help figuring out how to write code that attackers won't be able to exploit. But writing such code is ... En savoir plus

    CHF 40.78

  • C++ Crash Course

    A Fast-Paced Introduction

    par Josh Lospinoso ...
    A fast-paced, thorough introduction to modern C++ written for experienced programmers. After reading C++ Crash Course, you'll be proficient in the core language concepts, the C++ Standard Library, and the Boost Libraries.C++ is one of the most widely used languages for real-world software. In the hands of a knowledgeable programmer, C++ can produce small, efficient, and readable code that any ... En savoir plus

    CHF 27.59

  • Practical C Programming

    Why Does 2+2 = 5986?

    par Steve Oualline ...
    Collection series Nutshell Handbooks
    There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks® famous.C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes ... En savoir plus

    CHF 19.05

  • Learning OpenCV 3

    Computer Vision in C++ with the OpenCV Library

    Get started in the rapidly expanding field of computer vision with this practical guide. Written by Adrian Kaehler and Gary Bradski, creator of the open source OpenCV library, this book provides a thorough introduction for developers, academics, roboticists, and hobbyists. You’ll learn what it takes to build applications that enable computers to "see" and make decisions based on that data.With ... En savoir plus

    CHF 41.85

  • C programmieren lernen für Dummies

    par Dan Gookin ...
    Collection series Für Dummies
    Für dieses Buch müssen Sie kein Vorwissen mitbringen. Trotzdem werden auch fortgeschrittene C-Themen wie Zeiger und verkettete Listen behandelt - und das alles im aktuellen C11-Standard. Der besondere Clou ist die Verwendung der Programmierumgebung Code::Blocks, die es für Windows-, Mac- und Linux-Betriebssysteme gibt. Zahlreiche Beispiele, viele, viele Übungen und die Programmtexte zum ... En savoir plus

    CHF 18.00

  • Linux Kernel Development

    par Robert Love ...
    Collection series Developer's Library
    Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding.The book details the major subsystems and features of the Linux kernel, including ... En savoir plus

    CHF 34.46

  • Data Structures and Algorithms in C++

    Make informed decisions with this practical guide to Data Structures and Algorithms in C++

    par Peggy Fisher ...
    Developers who are familiar with object-oriented programming know the importance of creating their own abstract data types. Explore the step-by-step process for creating your own ADTs in C++.Key FeaturesLearn how to choose the best data structure based on your business requirements using an easy decision chartSee examples and get practice creating programs that use various types of data structures ... En savoir plus

    CHF 27.25

    PRÉ-COMMANDER

  • C++ Programming for Beginners

    par William Brown ...
    ✓ Are You Ready to Learn and Start Programming with C++ in Less than a Week?✓ Are you looking for a comprehensive guide to take your very first step into programming?This book is a complete introduction to the world of programming, and you don't need any data science knowledge to read it.The importance of the first approach is crucial and taking the first steps by following a manual written by a ... En savoir plus

    CHF 6.50

  • C and UNIX

    Two Books

    par Ronald J. Leach ...
    This Volume contains two complete books.USING C IN SOFTWARE DESIGN, 2EOriginally published in 1993, this book provides a creative approach to learning the C programming language by emphasizing software engineering. This inexpensive book, extensively tested in several academic and professional settings, provides a gentle, but complete, introduction to the C language for a practicing scientist or ... En savoir plus

    CHF 9.43

  • Programming in c# step by step

    par julio salvador ...
    1 Introduction2 Introduction to Visual Studio and Visual Programming3 Introduction to C# App Programming4 Introduction to Classes, Objects, Methods and strings5 Control Statements: Part 16 Control Statements: Part 27 Methods: A Deeper Look8 Arrays; Introduction to Exception Handling9 Introduction to LINQ and the List Collection10 Classes and Objects: A Deeper Look11 Object-Oriented Programming: ... En savoir plus

    CHF 6.00

  • C++ Implementation of Digital FIR Filters Using Blackman Window

    Article

    par Ahlad Kumar ...
    This utility program can be a handy tool for anyone working in the field of signal processing with interest in implementation of the project through C++ programming. Although this work can be easily implemented in Matlab using simple inbuilt functions, the real challenge of designing and understanding the concept of filter design will be missed out. In order to understand the depth of designing an ... En savoir plus

    CHF 0.61

  • Qt 6 C++ GUI Programming Cookbook

    Practical recipes for building cross-platform GUI applications, widgets, and animations with Qt 6

    par Lee Zhi Eng ...
    Use Qt 6 to design and build functional, appealing, and user-friendly graphical user interfaces (GUIs) for your applicationsKey FeaturesLearn to use Qt 6 to design and customize the look and feel of your applicationsImprove the visual quality of an application by using graphics rendering and animationUnderstand the balance of presentation and web content that will make an application appealing yet ... En savoir plus

    CHF 31.39 ou Gratuit avec Kobo Plus

  • Introduzione ragionata al C/C++

    Per utilizzare al meglio un linguaggio di programmazione è necessario conoscere non solo costrutti e istruzioni, ma anche quelle regole “nascoste” che rendono più agevole la realizzazione di un programma. Questo è ancora più vero per i linguaggi C e C++, dove le regole di programmazione nascondono “trabocchetti” insidiosi. Questo libro spiega al lettore i costrutti principali dei linguaggi C/C++, ... En savoir plus

    CHF 25.00

  • C Pocket Reference

    C Syntax and Fundamentals

    C is one of the oldest programming languages and still one of the most widely used. Whether you're an experienced C programmer or you're new to the language, you know how frustrating it can be to hunt through hundreds of pages in your reference books to find that bit of information on a certain function, type or other syntax element. Or even worse, you may not have your books with you. Your answer ... En savoir plus

    CHF 14.87

  • Getting Started with Adafruit FLORA

    Making Wearables with an Arduino-Compatible Electronics Platform

    This book introduces readers to building wearable electronics projects using Adafruit's tiny FLORA board: at 4.4 grams, and only 1.75 inches in diameter, and featuring Arduino compatibility, it's the most beginner-friendly way to create wearable projects. This book shows you how to plan your wearable circuits, sew with electronics, and write programs that run on the FLORA to control the ... En savoir plus

    CHF 10.45

  • C語言程式設計實務-立即擁有結構化程式設計能力的16堂課

    C語言結構化程式設計語法、函數的觀念、使用者自訂型態等,是後來程式語言參考的依據。本書強調理論與實作並重,依C語言功能循序漸進、由淺入深,以16堂課詳實地介紹C語言精要。本書大綱如下:1.基礎語法Chapter1~ Chapter7先簡單說明如何進行C語言程式撰寫、編譯、執行與除錯,接著再導入變數與常數與各種資料型態的介紹,並進而了解各種運算子及流程控制指令。2.進階語法Chapter8~ Chapter12進階語法單元則包括陣列與字串的宣告與綜合運用,再介紹指標與位址的觀念與實作,並示範如何自訂函數、參數傳遞與函數進階應用,最後則提到前置處理指令與巨集。3.其他應用Chapter13~ Chapter16及附錄A、B除了前面所談論的重要主題外,本單元介紹重點將從各種結構資型態及如何自訂資料型態開始,接著再探討各種檔案類型的操作技巧與管理,最後一章則以精要的方式,快速建立C+ ... En savoir plus

    CHF 9.37

  • Aprende a Programar Swift - Tercera Edición

    Hasta su lanzamiento, el lenguaje más utilizado en el desarrollo de aplicaciones para los entornos iOS e iOS X era el Objetive-C, creado al inicio de los años 80. Apple se preocupó en disminuir la resistencia a la adopción de Swift por los programadores expertos. Para eso, permitió que el nuevo lenguaje utilizara el mismo compilador y pudiera convivir con Objetive-C en la misma aplicación. De esa ... En savoir plus

    CHF 4.00

  • 150+ C Pattern Programs

    par Hernando Abella ...
    "Learning C can actually make it easier to learn and fully understand other programming languages like C++, Java, or Python"Develop your creativity by creating beautiful asterisk patterns with if statements and loops using the C language. this awesome language will allow you to feel more comfortable writing code because you will master the more essential topics of programming by practicing these ... En savoir plus

    CHF 8.50

  • Learn C Programming Step by Step

    par Vision Academy ...
    Start Your Coding Journey with C — The Language That Powers Everything!If you're a beginner who wants to learn programming from the ground up, this book is your perfect starting point.Learn C Programming Step by Step simplifies complex coding concepts through clear explanations, real-world examples, and hands-on exercises. You'll understand how programs work, how to think logically, and how to ... En savoir plus

    CHF 4.00 ou Gratuit avec Kobo Plus

  • C Programming in easy steps, 5th edition

    Updated for the GNU Compiler version 6.3.0 and Windows 10

    par Mike McGrath ...
    Collection series In Easy Steps
    C Programming in easy steps, 5th edition has an easy-to-follow style that will appeal to anyone who wants to begin programming in C, from programmers moving from another programming language, to the student who is studying C programming at school or college, or to those seeking a career in computing who need a fundamental understanding of procedural programming.C Programming in easy steps, 5th ... En savoir plus

    CHF 13.95