Found 13009 C Programming Books Programming Books Products.
For king and country…or the love of one woman? Knights of the Swan, Book 1 Wales, 1415 Terrwyn, the daughter of a dispossessed Welsh lord, is blessed with unusual talents. Her skill with a bow and cursed ability to dream the future, however, didn’t save her younger brother from conscription into the English army. To honor a deathbed promise, she sets out to bring him home—and discovers that one of the king’s knights holds the key to locating her brother. Now she must stay close to her sworn enemy…and try to ignore the growing heat between them. A difficult task, when they wind up manacled together. Sir James Frost, confidante to King Henry V, can trust no one, particularly the young Welsh maiden impersonating an archer within the ranks. With treason brewing, the last thing he needs is the secretive beauty chained to his side. The connection between them, though, becomes stronger than any links of metal. When an assassination plot places their lives in jeopardy, James is torn between duty and the woman he loves. He must choose where his fealty lies…and Terrwyn must decide if changing Fate is worth the price. Warning: This story includes steamy sex scenes with a hot knight who holds magic in his hands and a spunky Welsh archer who knows exactly where to place her arrows.
11.70
[ Detail ]
This authoritative reference manual provides a complete description of the C language, the run-time libraries, and a style of C programming that emphasizes correctness, portability, and maintainability. The authors describe the C language more clearly and in more detail than in any other book.
38.27
[ Detail ]
This comprehensive book teaches the reader how to design and write portable elementary, intermediate and advanced batch and interactive ANSI C programs in their entirety, that are easy to read, debug, modify and maintain. The book and accompanying programs comprise a total package designed to satisfy all ANSI C needs in any of the programming environments that embrace the C Standard. The authors incorporate a build-as-you go method beginning the text with a complete billing application programming problem and progressively solving the problem chapter by chapter as programming knowledge grows thereby training the reader to develop programs in a modular, top-down way, as well as maintain and modify code. It also provides useful techniques for maintaining and modifying older “legacy” programs and covers information processing and system concepts. Building Blocks, Using Variables, Introduction to I/O, Expressions, Operators, and Type Conversion, Loops and Conditional Statements, Arrays, Pointers and Strings, Functions, String-Handling & Buffer Functions, Scope and Duration, The Preprocessor, Byte Structure and Bit Manipulation, Complex Data Types and Type Conversion, Files, Dynamic Data Structures and Memory Allocation, Working with the System, Projects & Program Chaining, Controlling the PC Console - Escape Sequences, Memory and Interrupts on the PC, Video Services Interrupts on the PC, Direct Memory Access on the PC, Graphics Mode and the Mouse on the PC, ASCII/EBCDIC Characters, and Extended Keyboard Codes. For programmers, systems administrators, or anyone responsible for programming or maintaining programs and systems written in ANSI C.
25.11
[ Detail ]
A unique book-and-DVD package from preeminent programming instructor Rod StephensVisual C# has become a leading programming language, resulting in greater career opportunities for Visual C# programmers. This Wrox guide literally shows novice programmers how to program in C# with Microsoft Visual Studio, using both written and visual instruction.Easy-to-follow lessons reinforced with step-by-step instructions, screencasts, and supplemental exercises make it easy to master Visual C# programming regardless of your learning style. Each lesson begins with a discussion of a concept or technique and proceeds through step-by-step directions for using the technique Visual C# has surpassed Visual Basic as the most popular programming languageCoverage Includes:Getting Started with the Visual Studio IDECreating ControlsMaking Controls Arrange Themselves Handling EventsMaking MenusMaking Tool Strips and Status StripsUsing RichTextBoxes Using Standard DialogsCreating and Displaying New Forms Building Custom DialogsUsing Variables and Performing CalculationsDebugging CodeUnderstanding ScopeWorking with Strings Working with Dates and TimesUsing Arrays and CollectionsUsing Enumerations and StructuresMaking ChoicesRepeating Program Steps Handling ErrorsPreventing Bugs Defining ClassesInitializing ObjectsFine-Tuning ClassesOverloading OperatorsUsing InterfacesMaking Generic ClassesReading and Writing FilesUsing File System ClassesPrintingUsing the ClipboardProviding Drag and Drop Localizing ProgramsProgramming Databases LINQ to ObjectsLINQ to SQL Drawing with GDI+Making WPF ApplicationsPrinting with WPF
29.69
[ Detail ]
Each chapter has been written and developed with immense simplified programs, which will clear the core concepts of 'C' language. This book assumes no previous exposure to the 'C' programming language, and very useful for experienced programmers. There are so many books can see you in the market on C Programming but this book has its own unique quality.
32.93
[ Detail ]
"The Developer's Guide to Windows SharePoint Services v3 Platform" teaches developers how to build solutions that leverage the WSS v3 platform. Many developers are not yet familiar with this platform and its capabilities, so the first few chapters focus on the out-of-the-box experience and how to secure solutions built on top of it. From there, the book explores some of the key aspects of the WSS v3 platform and how to leverage them for building applications. Throughout the book, practical programming solutions using real-world examples are used to illustrate the possibilities of SharePoint and to teach developers how to build their own applications. Some application components covered include Features, Site Definitions, Web Services, Web Parts, Events, and Workflows. The book also teaches how to migrate from 2.0 to 3.0 and to work with the object model and built-in WSS Web Services in various settings. Developers who want to usurp the fundamental capabilities of WSS v3 rather than building those facilities themselves will find everything they need. The book doesn't attempt to cover the capabilities of Microsoft Office Server System 2007 (MOSS), but MOSS is based entirely on WSS v3 so all the examples found in this book can also be used in that environment too. In fact, everything covered in this book equally applies to WSS v3 and MOSS. While this book attempts to bring developers from the ground up, any Web-based .NET programming experience will prove helpful in understanding the concepts presented within. The C# language is used exclusively in the text but there are comparable VB.NET code listings on the CD-ROM.
2.00
[ Detail ]
Discusses fundamental notions, data types and objects, expressions, statements, declarations, function and program structure, the preprocessor, and the standard library.
6.95
[ Detail ]
TCP/IP Sockets in C: Practical Guide for Programmers, 2nd 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 Java: Practical Guide for Programmers, 2nd Edition.Includes completely new and expanded sections that address the IPv6 network environment, defensive programming, and the select() system call, thereby allowing the reader to program in accordance with the most current standards for internetworking. Streamlined and concise tutelage in conjunction with line-by-line code commentary allows readers to quickly program web-based applications without having to wade through unrelated and discursive networking tenets.Grants the reader access to online source code, which the can then be used to directly implement sockets programming procedures.
23.38
[ Detail ]
“We live in a time when, perhaps surprisingly, the best printed works on C++ are just now emerging. This is one of those works. Although C++ has been at the forefront of innovation and productivity in software development for more than two decades, it is only now being fully understood and utilized. This book is one of those rare contributions that can bear repeated study by practitioners and experts alike. It is not a treatise on the arcane or academic—rather it completes your understanding of things you think you know but will bite you sooner or later until you really learn them. Few people have mastered C++ and software design as well as Steve has; almost no one has such a level head as he when it comes to software development. He knows what you need to know, believe me. When he speaks, I always listen—closely. I invite you to do the same. You (and your customers) will be glad you did.”—Chuck Allison, editor, The C++ Source “Steve taught me C++. This was back in 1982 or 1983, I think—he had just returned from an internship sitting with Bjarne Stroustrup inventor of C++ at Bell Labs. Steve is one of the unsung heroes of the early days, and anything Steve writes is on my A-list of things to read. This book is an easy read and collects a great deal of Steve’s extensive knowledge and experience. It is highly recommended.”—Stan Lippman, coauthor of C++ Primer, Fourth Edition “I welcome the self-consciously non-Dummies approach of a short, smart book.”—Matthew P. Johnson, Columbia University “I agree with the author’s assessment of the types of programmers. I have encountered the same types in my experience as a developer and a book like this will go far to help bridge their knowledge gap.... I think this book complements other books, like Effective C++ by Scott Meyers. It presents everything in a concise and easy-to-read style.”—Moataz Kamel, senior software designer, Motorola Canada “Dewhurst has written yet another very good book. This book should be required reading for people who are using C++ (and think that they already know everything in C++).”—Clovis Tondo, coauthor of C++ Primer Answer BookWhat Every Professional C++ Programmer Needs to Know—Pared to Its Essentials So It Can Be Efficiently and Accurately Absorbed C++ is a large, complex language, and learning it is never entirely easy. But some concepts and techniques must be thoroughly mastered if programmers are ever to do professional-quality work. This book cuts through the technical details to reveal what is commonly understood to be absolutely essential. In one slim volume, Steve Dewhurst distills what he and other experienced managers, trainers, and authors have found to be the most critical knowledge required for successful C++ programming. It doesn’t matter where or when you first learned C++. Before you take another step, use this book as your guide to make sure you’ve got it right! This book is for you if You’re no “dummy,” and you need to get quickly up to speed in intermediate to advanced C++ You’ve had some experience in C++ programming, but reading intermediate and advanced C++ books is slow-going You’ve had an introductory C++ course, but you’ve found that you still can’t follow your colleagues when they’re describing their C++ designs and code You’re an experienced C or Java programmer, but you don’t yet have the experience to develop nuanced C++ code and designs You’re a C++ expert, and you’re looking for an alternative to answering the same questions from your less-experienced colleagues over and over again C++ Common Knowledge covers essential but commonly misunderstood topics in C++ programming and design while filtering out needless complexity in the discussion of each topic. What remains is a clear distillation of the essentials required for production C++ programming, presented in the author’s trademark incisive, engaging style.
28.31
[ Detail ]
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 is the C Pocket Reference. Concise and easy to use, this handy pocket guide to C is a must-have quick reference for any C programmer. It's the only C reference that fits in your pocket and is an excellent companion to O'Reilly's other C books. Ideal as an introduction for beginners and a quick reference for advanced programmers, the C Pocket Reference consists of two parts: a compact description of the C language and a thematically structured reference to the standard library. The representation of the language is based on the ANSI standard and includes extensions introduced in 1999. An index is included to help you quickly find the information you need. This small book covers the following: C language fundamentals Data types Expressions and operators C statements Declarations Functions Preprocessor directives The standard library O'Reilly's Pocket References have become a favorite among programmers everywhere. By providing a wealth of important details in a concise, well-organized format, these handy books deliver just what you need to complete the task at hand. When you've reached a sticking point in your work and need to get to a solution quickly, the new C Pocket Reference is the book you'll want to have.
9.95
[ Detail ]