| 000 | 00000cam u2200205 a 4500 | |
| 001 | 000045884552 | |
| 005 | 20240201164036 | |
| 008 | 161013s2014 njua b 001 0 eng d | |
| 010 | ▼a 2013028473 | |
| 020 | ▼a 9780321958310 (paperback : alkaline paper) | |
| 020 | ▼a 0321958314 (paperback : alkaline paper) | |
| 035 | ▼a (KERIS)REF000017574302 | |
| 040 | ▼a DLC ▼b eng ▼c DLC ▼e rda ▼d DLC ▼d 211009 | |
| 050 | 0 0 | ▼a QA76.73.C153 ▼b S83 2014 |
| 082 | 0 0 | ▼a 005.13/3 ▼2 23 |
| 084 | ▼a 005.133 ▼2 DDCK | |
| 090 | ▼a 005.133 ▼b S925t | |
| 100 | 1 | ▼a Stroustrup, Bjarne, ▼d 1950- ▼0 AUTH(211009)161622. |
| 245 | 1 2 | ▼a A tour of C++ / ▼c Bjarne Stroustrup. |
| 260 | ▼a Upper Saddle River, NJ : ▼b Addison-Wesley, ▼c c2014. | |
| 300 | ▼a x, 181 p. : ▼b ill. ; ▼c 23 cm. | |
| 490 | 1 | ▼a The C++ in-depth series |
| 500 | ▼a Extended and enhanced version of: The C++ programming language, Fourth edition. | |
| 504 | ▼a Includes bibliographical references (p. 166-168) and index. | |
| 505 | 0 | ▼a The basics -- User-defined types -- Modularity -- Classes -- Templates -- Library overview -- Strings and regular expressions -- I/o streams -- Containers -- Algorithms -- Utilities -- Numerics -- Concurrency -- A history and compatibility. |
| 650 | 0 | ▼a C++ (Computer program language). |
| 700 | 1 | ▼a Stroustrup, Bjarne. ▼t C++ programming language. |
| 830 | 0 | ▼a C++ in-depth series. |
| 945 | ▼a KLPA |
소장정보
| No. | 소장처 | 청구기호 | 등록번호 | 도서상태 | 반납예정일 | 예약 | 서비스 |
|---|---|---|---|---|---|---|---|
| No. 1 | 소장처 과학도서관/Sci-Info(2층서고)/ | 청구기호 005.133 S925t | 등록번호 121237919 (11회 대출) | 도서상태 대출중 | 반납예정일 2026-04-13 | 예약 예약가능 | 서비스 |
컨텐츠정보
책소개
The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. Bjarne Stroustrup, the designer and original implementer of C++, thoroughly covers the details of this language in his definitive reference, The C++ Programming Language, Fourth Edition. That reference is essential for anyone who truly wishes to master this language. In A Tour of C++, Stroustrup excerpts several early chapters from the complete reference, expanding and enhancing them to serve a different purpose: He aims to give an experienced programmer?in as short a time as possible?a clear idea of what constitutes modern C++. In this concise, self-contained guide, Stroustrup covers most major language features and the major standard-library components?not, of course, in the same depth as in his larger reference, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started. Stroustrup presents the most important C++ features in the context of the programming styles they support, such as object-oriented and generic programming. While not exhaustively detailed, his tour is still remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including some that are important in the new C++, such as improved containers, random numbers, and concurrency. The tour ends with a discussion of C++ extensions and compatibility. This guide will not teach you how to program (see Stroustrup’s Programming: Principles and Practice Using C++ for that need); nor will it be the only resource you’ll require for C++ mastery (see Stroustrup’s The C++ Programming Language, Fourth Edition, for a start on that goal). If, however, you are a C or C++ programmer needing greater familiarity with the current C++ language, or a programmer versed in another language wishing to gain an accurate picture of the nature and benefits of C++, you can’t have a better introduction than this tour provides.
정보제공 :
저자소개
비야네 스트롭스트룹(지은이)
C++의 설계자이자 최초 구현자이며 『Programming: Principles and Practice Using C++ (Second Edition) 한국어판』(에이콘, 2015)과 『The C++ Programming Language (Fourth Edition) 한국어판』(에이콘, 2015)의 저자이다. 현재 컬럼비아대학교 교수로 재직 중이며 AT&T 벨 연구소, 텍사스 A&M대학교, 모건 스탠리를 거쳤다. C++ 프로그래밍 언어를 개념화하고 개발한 공로를 인정받아 미국공학한림원의 찰스 스타크 드레이퍼 상(Charles Stark Draper Prize)을 받는 등 수많은 영예를 안은 수상자이다. 미국공학한림원 회원이자 IEEE, ACM, CHM, 캠브리지대학교 처칠 칼리지의 석학회원이다.
