Kirjojen hintavertailu. Mukana 12 390 323 kirjaa ja 12 kauppaa.

Kirjahaku

Etsi kirjoja tekijän nimen, kirjan nimen tai ISBN:n perusteella.

1000 tulosta hakusanalla C P

C per i programmatori principianti

C per i programmatori principianti

Leonard Mselle

Edizioni Sapienza
2021
pokkari
L'introduzione alla programmazione informatica considerata una delle materie pi difficili da insegnare. I materiali di programmazione sono potenzialmente ambigui. Per la maggior parte delle materie astratte, come la matematica e la fisica, la tecnica comune utilizzata per affrontare l'ambiguit l'illustrazione. Questo libro, come altri, dello stesso autore, si basa sull'abilit del Memory Transfer Language (MTL) per illustrare tutti i concetti di programmazione introduttiva. Con l'MTL, ai programmatori alle prime armi viene data una semplice bussola che permette loro di confrontare ci che pensano che la macchina dovrebbe fare, con ci che la macchina sta effettivamente facendo. In questo modo essi evitano le idee sbagliate che sono diffuse nella programmazione. MTL ha trasformato l'apprendimento e l'insegnamento della programmazione in una sorta di divertimento.
C Programming for Problem Solving

C Programming for Problem Solving

Rajeev Kumar; Jainath Yadav

Lap Lambert Academic Publishing
2023
pokkari
This book provides recent aspects of programming fundamentals with deep details in easy-to-understand C programming language. It covers many program codes with descriptions to understand the programming concept easily. The detail program flow works are described to understand the working of the program step by step. This book is intended for undergraduate students in computer science and it is written for students learning programming from scratch.
C++ Programmierbeispiele

C++ Programmierbeispiele

Khdega Galala

Verlag Unser Wissen
2024
pokkari
Dieses Buch behandelt eine der grundlegendsten und wichtigsten Arten von Datenstrukturen. Es bietet einen berblick ber die kritischen Aspekte eindimensionaler Arrays in der C++-Programmierung. In diesem Buch werden mehrere vollst ndige C++-Programme in eindimensionalen Arrays gezeigt. Diese Beispiele sind sorgf ltig ausgew hlt, um die wichtigsten Array-Konzepte und -Techniken zu vermitteln. Dieses Buch soll Studenten und Anf ngern helfen, die Schwierigkeiten beim Erlernen von C++ zu berwinden und ihre Programmierkenntnisse zu verbessern. Obwohl es viele der besten C++-B cher gibt, die dem Leser zur Verf gung stehen, besteht das Hauptmerkmal dieses Buches darin, dass es sich auf ein Thema konzentriert und es auf einfache Weise erkl rt, unterst tzt durch mehrere C++-Programmbeispiele. Dieses Buch ist hilfreich f r alle, die dieses Thema in einfachen Schritten lernen wollen, um sicherzustellen, dass man es leicht verstehen und effektiv und effizient programmieren kann.
C Programming

C Programming

Sonali Shewale

Lap Lambert Academic Publishing
2025
pokkari
This book is a beginner-friendly guide to mastering the fundamentals of C programming. It simplifies complex concepts with clear explanations, practical examples, and unique content designed to engage learners of all levels. Key topics include understanding loops, manipulating arrays (insertion, deletion), and working with strings, all presented in a straightforward, hands-on approach. Whether you're new to programming or looking to solidify your understanding of C, this book provides the foundation needed to build your coding skills and explore real-world applications.
C++ Programming Cookbook

C++ Programming Cookbook

Anais Sutherland

GitforGits
2024
nidottu
"C++ Programming Cookbook" stands out as a clear, concise, and powerful technical resource for programmers who want to master C++'s intricacies. C++ programmers face a wide variety of problems, and this carefully written book is a treasure trove of solutions and methods to those software development challenges.Each chapter is organized to help you get a good grasp of the language and everything it can do, from the basics of C++20 to more complex topics like sophisticated type manipulation and performance optimization. Through a series of carefully curated recipes, readers are invited on a journey of learning and competency. Starting with the fundamentals of creating a development environment and comprehending C++ syntax, the book progresses to cover more advanced subjects like concurrency, memory management, file I/O operations, object-oriented design concepts, functional programming, and more. This book focuses on the latest C++ features and aims to get programmers to use idiomatic C++ patterns and modern best practices."C++ Programming Cookbook" goes beyond being a mere collection of recipes; it serves as a manifesto for progressive software development practices and problem-solving. Readers are empowered to adapt and apply their learnings to new, unexplored situations because each recipe not only solves specific problems but also exposes fundamental ideas and methodologies. Writing code that is clean, efficient, and easy to maintain is a priority throughout the book, which aims to help readers develop a skill set that is applicable to more general programming problems.Key LearningsMake use of C++20 features to write more expressive, efficient, and modern C++ code effortlessly.Utilize template metaprogramming for compile-time calculations, enhancing code performance.Implement smart pointers for robust memory management without the usual complexity.Put object-oriented programming principles into use to design scalable and maintainable C++ applications.Explore advanced type manipulation techniques, ensuring type-safe and flexible code across applications.Harness concurrency and multithreading to build high-performance, responsive C++ software solutions.Optimize file I/O operations for seamless data handling in text and binary formats.Implement custom stream buffers for tailored data processing, boosting I/O efficiency.Navigate stream locales and facets for internationalizing your applications, reaching a global audience.Uncover efficient error and exception handling strategies to build reliable and error-free C++ program.Table of ContentGetting Started with C++20Deep Dive into FunctionsObject-Oriented Programming In ActionEffective use of STLExploring Advanced C++ FunctionalitiesEffective Error Handling and DebuggingConcurrency and MultithreadingPerformance and Memory ManagementAdvanced Type ManipulationFile I/O and Streams Operations
'C' Programming in an Open Source Paradigm

'C' Programming in an Open Source Paradigm

K. S. Oza; S. R. Patil; R. K. Kamat

River Publishers
2024
nidottu
Over the period of last few decades, the ‘C’ language has become an icon for computer programmers. The field of computer science has undergone tremendous change, and the rate of obsolescence of concepts, programming platforms, tools and utilities is extremely high. However, in spite of such vast changes, the only thing that has retained its stability is the ‘C’ language. Even today, millions of students, hobbyists and professional programmers enjoy the sturdiness, reliability and user friendliness of the ‘C’ language. Today ‘C’ enjoys the undisputable recognition in the computing paradigm for diversified applications, from the basic programming, microcontrollers, and spreadsheets to system programming. In this book, most of the usual theoretical features have been skipped, for these have been widely published in previous books. Rather than introducing the underpinning theory, the authors approach has been “learning-through-doing”, which is one that often appeals to programmers. Theory is followed by practical implementation, and in this way the book will cover programming aspects in a self-tutor manner providing an excellent overview, from basic to advance programming. Topics discussed include: • GCC interface• First time ‘C’ User• Decision and looping structures• Arrays and pointers• Functions, structures and union• Linear data structures
'C' Programming in an Open Source Paradigm

'C' Programming in an Open Source Paradigm

K. S. Oza; S. R. Patil; R. K. Kamat

River Publishers
2015
sidottu
Over the period of last few decades, the ‘C’ language has become an icon for computer programmers. The field of computer science has undergone tremendous change, and the rate of obsolescence of concepts, programming platforms, tools and utilities is extremely high. However, in spite of such vast changes, the only thing that has retained its stability is the ‘C’ language. Even today, millions of students, hobbyists and professional programmers enjoy the sturdiness, reliability and user friendliness of the ‘C’ language. Today ‘C’ enjoys the undisputable recognition in the computing paradigm for diversified applications, from the basic programming, microcontrollers, and spreadsheets to system programming. In this book, most of the usual theoretical features have been skipped, for these have been widely published in previous books. Rather than introducing the underpinning theory, the authors approach has been “learning-through-doing”, which is one that often appeals to programmers. Theory is followed by practical implementation, and in this way the book will cover programming aspects in a self-tutor manner providing an excellent overview, from basic to advance programming. Topics discussed include: • GCC interface • First time ‘C’ User • Decision and looping structures • Arrays and pointers • Functions, structures and union • Linear data structures
C-programmering i Linux, macOS, BSD och Solaris

C-programmering i Linux, macOS, BSD och Solaris

Jack-Benny Persson

CyberInfo Sverige
2021
nidottu
C-programmering i Linux, macOS, BSD och Solaris lär först ut grunderna i C-programmering så att vi har en stabil grund att stå på. Denna del vänder sig mot de som är nya på C-programmering eller för de som behöver fräscha upp sina C-kunskaper. Därefter börjar vi att programmera alltmer mot Unixsystem med hjälp av bland annat systemanrop. Vi lär oss att skapa och använda demoner, standard input- och output, filrättigheter, FIFO, processhantering, make-filer, meddelandeköer med mera. Vi får också lära oss hur man kopplar samman flera program med hjälp av rörledningar och skalskript. Mot slutet av boken tittar vi på hur man använder felsökningsverktyg som GDB, LLDB och Valgrind. Grundtanken med boken är att du som läsare bara ska behöva en enda bok för att komma igång att utveckla program och verktyg för Unixsystem. Boken är uppbyggd på devisen att lära genom exempel. I boken finns över 180 exempelprogram, både stora och små. Efter varje kapitel finns dessutom övningsuppgifter, så att du som läsare ska kunna arbeta med boken på egen hand. I denna tredje utgåva har stora delar skrivits om för att göra boken mer lättläst, relevant och uppdaterad. Bland annat har kapitlet om IPC utökats till att även innefatta Unix-sockets. Ett helt kapitel om TCP/IP programmering har också lagts till. En del förbättringar har också gjorts av exempelprogrammen i boken. Jack-Benny Persson har många års erfarenhet av främst Linux- och FreeBSD-system, men också av programmering. Han har tidigare skrivit flera böcker om bland annat Python, C, Linux och Docker. Han har studerat elektronik, nätverk, Linux, säkerhet och journalistiskt skrivande. Han driver idag CyberInfo Sverige där han även arbetar som Linuxkonsult.
C programming for problem solving.

C programming for problem solving.

Sukhendra Singh; Hemant Jain

Hemant Jain
2020
pokkari
This text book provide in-depth coverage of C constructs and concepts useful for problem solving. This book covers complete syllabus of programming course taught in first year of undergraduate programmer in various institution in India. After finishing, the reader will be able to write programs in C programming for problems in hand efficiently.