A tour of C++

Bibliographische Detailangaben

Titel
A tour of C++
verantwortlich
Stroustrup, Bjarne (VerfasserIn)
Ausgabe
Second edition, Ninth printing
veröffentlicht
Boston, Columbus, New York, San Francisco, Amsterdam, Cape Town: Addison-Wesley, May 2021
Erscheinungsjahr
2021
Teil von
C++ in-depth series
Medientyp
Buch
Datenquelle
K10plus Verbundkatalog
Tags
Tag hinzufügen

Zugang

Weitere Informationen sehen Sie, wenn Sie angemeldet sind. Noch keinen Account? Jetzt registrieren.

LEADER 03709nam a2200481 4500
001 183-1778215696
003 DE-627
005 20211122095800.0
007 tu
008 211122s2021 xxu||||| 00| ||eng c
020 |a 9780134997834  |9 978-0-13-499783-4 
020 |a 0134997832  |9 0-13-499783-2 
035 |a (DE-627)1778215696 
035 |a (DE-599)KXP1778215696 
035 |a (OCoLC)1285910889 
040 |a DE-627  |b ger  |c DE-627  |e rda 
041 |a eng 
044 |c XD-US  |c XA-NL  |c XC-ZA 
050 0 |a QA76.73.C153 
050 0 |a QA76.73.C153 
082 0 |a 005.13/3  |2 23 
084 |a ST 250  |2 rvk  |0 (DE-625)rvk/143626: 
084 |a 54.53  |2 bkl 
100 1 |a Stroustrup, Bjarne  |d 1950-  |e VerfasserIn  |0 (DE-588)118044710  |0 (DE-627)079209785  |0 (DE-576)164081011  |4 aut 
245 1 2 |a A tour of C++  |c Bjarne Stroustrup 
246 3 3 |a Tour of C Plus Plus 
250 |a Second edition, Ninth printing 
264 1 |a Boston  |a Columbus  |a New York  |a San Francisco  |a Amsterdam  |a Cape Town  |b Addison-Wesley  |c May 2021 
300 |a xii, 240 Seiten  |b Illustrationen 
336 |a Text  |b txt  |2 rdacontent 
337 |a ohne Hilfsmittel zu benutzen  |b n  |2 rdamedia 
338 |a Band  |b nc  |2 rdacarrier 
490 0 |a C++ in-depth series 
500 |a Includes bibliographical references and index 
520 |a "In A Tour of C++, Second Edition, Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide covers most major language features and the major standard-library components--not, of course, in great depth, 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 C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++17, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour even covers some extensions being made for C++20, such as concepts and modules, and ends with a discussion of the design and evolution of C++.This guide does not aim to teach you how to program (for that, see Stroustrup's Programming: Principles and Practice Using C++, Second Edition), nor will it be the only resource you'll need for C++ mastery (for that, see Stroustrup's The C++ Programming Language, Fourth Edition, and recommended online sources). If, however, you are a C or C++ programmer wanting 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 modern C++, you can't find a shorter or simpler introduction than this tour provides"--Publisher's website 
520 |a The basics -- User-defined types -- Modularity -- Classes -- Essential operations -- Templates -- Concepts and generic programming -- Library overview -- Strings and regular expressions -- Input and output -- Containers -- Algorithms -- Utilities -- Numerics -- Concurrency -- History and compatibility 
650 0 |a C++ (Computer program language) 
689 0 0 |D s  |0 (DE-588)4193909-8  |0 (DE-627)105223638  |0 (DE-576)210090464  |a C++  |2 gnd 
689 0 |5 DE-101 
936 r v |a ST 250  |b Einzelne Programmiersprachen (A-Z)  |k Informatik  |k Monografien  |k Software und -entwicklung  |k Programmiersprachen  |k Einzelne Programmiersprachen (A-Z)  |0 (DE-627)1270877445  |0 (DE-625)rvk/143626:  |0 (DE-576)200877445 
936 b k |a 54.53  |j Programmiersprachen  |0 (DE-627)106418890 
951 |a BO 
980 |a 1778215696  |b 183  |c sid-183-col-kxpbbi 
openURL url_ver=Z39.88-2004&ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fkatalog.fid-bbi.de%3Agenerator&rft.title=A+tour+of+C%2B%2B&rft.date=May+2021&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.btitle=A+tour+of+C%2B%2B&rft.series=C%2B%2B+in-depth+series&rft.au=Stroustrup%2C+Bjarne&rft.pub=Addison-Wesley&rft.edition=Second+edition%2C+Ninth+printing&rft.isbn=0134997832
SOLR
_version_ 1797788643180412928
author Stroustrup, Bjarne
author_facet Stroustrup, Bjarne
author_role aut
author_sort Stroustrup, Bjarne 1950-
author_variant b s bs
building Library A
callnumber-first Q - Science
callnumber-label QA76
callnumber-raw QA76.73.C153
callnumber-search QA76.73.C153
callnumber-sort QA 276.73 C153
callnumber-subject QA - Mathematics
collection sid-183-col-kxpbbi
contents "In A Tour of C++, Second Edition, Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide covers most major language features and the major standard-library components--not, of course, in great depth, 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 C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++17, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour even covers some extensions being made for C++20, such as concepts and modules, and ends with a discussion of the design and evolution of C++.This guide does not aim to teach you how to program (for that, see Stroustrup's Programming: Principles and Practice Using C++, Second Edition), nor will it be the only resource you'll need for C++ mastery (for that, see Stroustrup's The C++ Programming Language, Fourth Edition, and recommended online sources). If, however, you are a C or C++ programmer wanting 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 modern C++, you can't find a shorter or simpler introduction than this tour provides"--Publisher's website, The basics -- User-defined types -- Modularity -- Classes -- Essential operations -- Templates -- Concepts and generic programming -- Library overview -- Strings and regular expressions -- Input and output -- Containers -- Algorithms -- Utilities -- Numerics -- Concurrency -- History and compatibility
ctrlnum (DE-627)1778215696, (DE-599)KXP1778215696, (OCoLC)1285910889
dewey-full 005.13/3
dewey-hundreds 000 - Computer science, information, general works
dewey-ones 005 - Computer programming, programs, data, security
dewey-raw 005.13/3
dewey-search 005.13/3
dewey-sort 15.13 13
dewey-tens 000 - Computer science, information, general works
edition Second edition, Ninth printing
facet_avail Local
facet_local_del330 C++
finc_class_facet Informatik, Mathematik
fincclass_txtF_mv science-computerscience
footnote Includes bibliographical references and index
format Book
format_access_txtF_mv Book, E-Book
format_de14 Book, E-Book
format_de15 Book, E-Book
format_del152 Buch
format_detail_txtF_mv text-print-monograph-independent
format_dezi4 e-Book
format_finc Book, E-Book
format_legacy Book
format_legacy_nrw Book, E-Book
format_nrw Book, E-Book
format_strict_txtF_mv Book
geogr_code not assigned
geogr_code_person not assigned
id 183-1778215696
illustrated Not Illustrated
imprint Boston, Columbus, New York, San Francisco, Amsterdam, Cape Town, Addison-Wesley, May 2021
imprint_str_mv Boston; Columbus; New York; San Francisco; Amsterdam; Cape Town: Addison-Wesley, May 2021
institution FID-BBI-DE-23
is_hierarchy_id
is_hierarchy_title
isbn 9780134997834, 0134997832
language English
last_indexed 2024-04-30T19:20:54.427Z
marc_error [geogr_code]Unable to make public java.lang.AbstractStringBuilder java.lang.AbstractStringBuilder.append(java.lang.String) accessible: module java.base does not "opens java.lang" to unnamed module @64e01542
match_str stroustrup2021atourofc
mega_collection K10plus Verbundkatalog
oclc_num 1285910889
physical xii, 240 Seiten; Illustrationen
publishDate May 2021
publishDateSort 2021
publishPlace Boston
publisher Addison-Wesley
record_format marcfinc
record_id 1778215696
recordtype marcfinc
rvk_facet ST 250
rvk_label Informatik, Monografien, Software und -entwicklung, Programmiersprachen, Einzelne Programmiersprachen (A-Z)
rvk_path ST, SQ - SU, ST 240 - ST 250, ST 230 - ST 285, ST 250
rvk_path_str_mv ST, SQ - SU, ST 240 - ST 250, ST 230 - ST 285, ST 250
series2 C++ in-depth series
source_id 183
spelling Stroustrup, Bjarne 1950- VerfasserIn (DE-588)118044710 (DE-627)079209785 (DE-576)164081011 aut, A tour of C++ Bjarne Stroustrup, Tour of C Plus Plus, Second edition, Ninth printing, Boston Columbus New York San Francisco Amsterdam Cape Town Addison-Wesley May 2021, xii, 240 Seiten Illustrationen, Text txt rdacontent, ohne Hilfsmittel zu benutzen n rdamedia, Band nc rdacarrier, C++ in-depth series, Includes bibliographical references and index, "In A Tour of C++, Second Edition, Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide covers most major language features and the major standard-library components--not, of course, in great depth, 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 C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++17, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour even covers some extensions being made for C++20, such as concepts and modules, and ends with a discussion of the design and evolution of C++.This guide does not aim to teach you how to program (for that, see Stroustrup's Programming: Principles and Practice Using C++, Second Edition), nor will it be the only resource you'll need for C++ mastery (for that, see Stroustrup's The C++ Programming Language, Fourth Edition, and recommended online sources). If, however, you are a C or C++ programmer wanting 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 modern C++, you can't find a shorter or simpler introduction than this tour provides"--Publisher's website, The basics -- User-defined types -- Modularity -- Classes -- Essential operations -- Templates -- Concepts and generic programming -- Library overview -- Strings and regular expressions -- Input and output -- Containers -- Algorithms -- Utilities -- Numerics -- Concurrency -- History and compatibility, C++ (Computer program language), s (DE-588)4193909-8 (DE-627)105223638 (DE-576)210090464 C++ gnd, DE-101
spellingShingle Stroustrup, Bjarne, A tour of C++, "In A Tour of C++, Second Edition, Bjarne Stroustrup, the creator of C++, describes what constitutes modern C++. This concise, self-contained guide covers most major language features and the major standard-library components--not, of course, in great depth, 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 C++ features in the context of the programming styles they support, such as object-oriented and generic programming. His tour is remarkably comprehensive. Coverage begins with the basics, then ranges widely through more advanced topics, including many that are new in C++17, such as move semantics, uniform initialization, lambda expressions, improved containers, random numbers, and concurrency. The tour even covers some extensions being made for C++20, such as concepts and modules, and ends with a discussion of the design and evolution of C++.This guide does not aim to teach you how to program (for that, see Stroustrup's Programming: Principles and Practice Using C++, Second Edition), nor will it be the only resource you'll need for C++ mastery (for that, see Stroustrup's The C++ Programming Language, Fourth Edition, and recommended online sources). If, however, you are a C or C++ programmer wanting 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 modern C++, you can't find a shorter or simpler introduction than this tour provides"--Publisher's website, The basics -- User-defined types -- Modularity -- Classes -- Essential operations -- Templates -- Concepts and generic programming -- Library overview -- Strings and regular expressions -- Input and output -- Containers -- Algorithms -- Utilities -- Numerics -- Concurrency -- History and compatibility, C++ (Computer program language), C++
title A tour of C++
title_alt Tour of C Plus Plus
title_auth A tour of C++
title_full A tour of C++ Bjarne Stroustrup
title_fullStr A tour of C++ Bjarne Stroustrup
title_full_unstemmed A tour of C++ Bjarne Stroustrup
title_short A tour of C++
title_sort a tour of c++
title_unstemmed A tour of C++
topic C++ (Computer program language), C++
topic_facet C++ (Computer program language), C++
work_keys_str_mv AT stroustrupbjarne atourofc, AT stroustrupbjarne tourofcplusplus, AT stroustrupbjarne tourofc