The c
-
Written by Bjarne Stroustrup, the creator of C++, this is the world's most trusted and widely read book on C++. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components.
962p
goshop_123
24-04-2013
57
23
Download
-
The popular C# programming language combines the high productivity of rapid application development languages with the raw power of C and C++. Updated to cover the new features of C# 4.0, including dynamic binding, named and optional parameters, and covariant and contravariant generic types, this release takes the language to the next level by adding the ability to cleanly write programs that don't rely on static type definitions. This allows dynamic programming languages such as Python, Ruby, and JavaScript to feel native to C#.
862p
hoa_can
28-01-2013
45
22
Download
-
The C++ Standard Library A Tutorial and Reference Second Edition Nicolai M. Josuttis Upper Saddle River, NJ • Boston • Indianapolis • San Francisco New York • Toronto • Montreal • London • Munich • Paris • Madrid Capetown • Sydney • Tokyo • Singapore • Mexico City Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and the publisher was aware of a trademark claim, the designations have been printed with initial capital letters or in all capitals. ...
1190p
caucaphung
01-02-2013
33
11
Download
-
Tham khảo sách 'the c# programming language, third edition', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
393p
goshop_123
24-04-2013
70
10
Download
-
The book is a practical basic introduction to programming and C# that introduces basic principles of object-oriented programming and also deals with the C# programming language through a collection of simple examples. The goal is to provide the basic knowledge needed to develop complete applications and to move on to more specialized topics in programming. In addition to the basic concepts the book also deals with collection classes, and files with emphasis on object serializing.
0p
shop_123
08-05-2013
27
5
Download
-
The computing world has undergone a revolution since the publication of The C Programming Languagein 1978. Big computers are much bigger, and personal computers have capabilities that rival mainframes of a decade ago. During this time, C has changed too, although only modestly, and it has spread far beyond its origins as the language of the UNIX operating system.
295p
dunglh2013
04-04-2014
27
5
Download
-
The most fundamental point to understand about the C++ I/O system is that it operates on streams. A stream is an abstraction that either produces or consumes information. A stream is linked to a physical device by the C++ I/O system. All streams behave in the same manner, even if the actual physical devices they are linked to differ. Because all streams act the same, the same I/O functions and operators can operate on virtually any type of device. For example, the same method that you use to write to the screen can be used to write to a disk...
39p
ntgioi120406
30-11-2009
81
4
Download
-
The C Book1Mike Banahan Declan Brady Mark DoranJanuary 19911 Conversionto LaTeX by Ward van Wanrooij. Any layout issues are caused bymy conversion script and do not reflect on the authors.
359p
goshop_123
24-04-2013
23
4
Download
-
The Best-Selling C++ Resource Now Updated for C++11 The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components–and to benefit from their power–you need a resource that does far more than list the classes and their functions. The C++ Standard Library: A Tutorial and Reference, Second Edition, describes this library as now incorporated into the new ANSI/ISO C++ language standard (C++11).
1190p
hiepkhach_1006
30-10-2012
78
36
Download
-
This book divides the description of the C++ language into two parts. Part One discusses the C-like features of C++. This is commonly referred to as the C subset of C++. Part Two describes those features specific to C++. Together, they describe the entire C++ language. As you may know, C++ was built upon the foundation of C. In fact, C++ includes the entire C language, and (with minor exceptions) all C programs are also C++ programs.
1041p
nghiasimon
21-09-2012
63
30
Download
-
This book helps newcomers get started with a look at the basics of network programming as they relate to C#, including the language s network classes, the Winsock interface, and DNS resolution. Table of Contents C# Network Programming Introduction Part I - Network Programming Basics Ch apt - The C# Language er 1 Ch apt - IP Programming Basics er 2 Ch apt - C# Network Programming Classes er 3 Ch apt - DNS and C# er 4 Part II - Network Layer Programing Ch apt - Connection-Oriented Sockets er 5 Ch apt - Connectionless Sockets er 6 Ch apt...
663p
khanh1103
23-11-2012
87
25
Download
-
Offers complete coverage of the C++ programming language. This title offers provides all the tools necessary for experienced and novice programmers to master C++, including: thorough coverage of the Standard Template Library; complete and fully executable code throughout; sections highlighting programming tips and common pitfalls; and a logical order of coverage of C++ topics in order for readers to better understand the language. This book is appropriate for anyone interested in learning how to programming using the C++ programming language....
847p
hiepkhach_1006
01-11-2012
43
16
Download
-
The authors present the complete guide to ANSI standard C language programming. Written by the developers of C, this new version helps readers keep up with the finalized ANSI standard for C while showing how to take advantage of C's rich set of operators, economy of expression, improved control flow, and data structures. The 2/E has been completely rewritten with additional examples and problem sets to clarify the implementation of difficult language constructs.
217p
goshop_123
24-04-2013
38
8
Download
-
Tham khảo sách 'the c# programming language', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả
56p
tailieuvip13
25-07-2012
43
5
Download
-
This book shows how to use a selection of the wonderfully useful Boost libraries, teaches best practices for their use, and even goes behind the scenes to see how they actually work.
225p
hoavokhuyet226
23-06-2014
20
3
Download
-
After you have mastered the material in this chapter, you will be able to: Differentiate between Command, Program and Software; explain the beginning of C; explain when and why is C used; discuss the C program structure; discuss algorithms; draw flowcharts; list the symbols used in flowcharts.
26p
nhanmotchut_4
01-11-2016
5
1
Download
-
PIC Microcontrollers are present in almost every new electronic application that is released from garage door openers to the iPhone. With the proliferation of this product more and more engineers and engineers-to-be (students) need to understand how to design, develop, and build with them. Martin Bates, best-selling author, has provided a step-by-step guide to programming these microcontrollers (MCUs) with the C programming language.
278p
minhhuan86
30-06-2011
340
196
Download
-
This book provides a complete intermediate-level discussion of microcontroller programming using the C programming language. It covers both the adaptations to C necessary for targeting an embedded environment, and the common components of a successful development project.
191p
nhan1234
20-10-2009
235
118
Download
-
Programming in Objective-C is a concise, carefully written tutorial on the basics of Objective-C and object-oriented programming for Apple's iOS and Mac platforms. The book makes no assumptions about prior experience with object-oriented programming languages or with the C language (which Objective-C is based upon). Because of this, both beginners and experienced programmers alike can use this book to quickly and effectively learn the fundamentals of Objective-C.
318p
fangfangfang
11-05-2012
290
118
Download
-
The C programming language was designed for computers, though, and not embedded systems. It does not support direct access to registers, nor does it allow for the reading and setting of single bits, two very important requirements for 8051 software.
52p
haidang1
21-12-2009
299
110
Download