The Modern C++ Challenge :: Become an expert programmer by solving real-world problems.
C++ is one of the most widely-used programming languages and has applications in a variety of fields, such as gaming, GUI programming, and operating systems, to name a few. Through the years, C++ has evolved into (and remains) one of the top choices for software developers worldwide. This book will...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham :
Packt Publishing,
2018.
|
Schlagworte: | |
Online-Zugang: | DE-862 DE-863 |
Zusammenfassung: | C++ is one of the most widely-used programming languages and has applications in a variety of fields, such as gaming, GUI programming, and operating systems, to name a few. Through the years, C++ has evolved into (and remains) one of the top choices for software developers worldwide. This book will show you some notable C++ features and how to ... |
Beschreibung: | 37. Finding files in a directory that match a regular expression. |
Beschreibung: | 1 online resource (321 pages) |
ISBN: | 9781788994026 1788994027 9781788993869 1788993861 |
Internformat
MARC
LEADER | 00000cam a2200000Mi 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-on1038487971 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 180602s2018 enk o 000 0 eng d | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d YDX |d MERUC |d IDB |d CHVBK |d NLE |d TEFOD |d OCLCQ |d UKMGB |d LVT |d N$T |d OCLCF |d UKAHL |d OCLCQ |d UX1 |d K6U |d OCLCO |d OCLCQ |d OCLCO |d OCLCL |d TMA |d OCLCQ |d SXB | ||
015 | |a GBB898021 |2 bnb | ||
016 | 7 | |a 018882513 |2 Uk | |
019 | |a 1038416201 |a 1175642088 | ||
020 | |a 9781788994026 |q (electronic bk.) | ||
020 | |a 1788994027 |q (electronic bk.) | ||
020 | |a 9781788993869 | ||
020 | |a 1788993861 |q (Trade Paper) | ||
024 | 3 | |a 9781788993869 | |
035 | |a (OCoLC)1038487971 |z (OCoLC)1038416201 |z (OCoLC)1175642088 | ||
037 | |a 396E2676-7D84-4FA7-9F7B-E2E497B0F37D |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.73.C154 |b .B363 2018eb | |
072 | 7 | |a COM |x 051070 |2 bisacsh | |
082 | 7 | |a 005.133 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Bancila, Marius. | |
245 | 1 | 4 | |a The Modern C++ Challenge : |b Become an expert programmer by solving real-world problems. |
260 | |a Birmingham : |b Packt Publishing, |c 2018. | ||
300 | |a 1 online resource (321 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Math Problems; Problems; 1. Sum of naturals divisible by 3 and 5; 2. Greatest common divisor; 3. Least common multiple; 4. Largest prime smaller than given number; 5. Sexy prime pairs; 6. Abundant numbers; 7. Amicable numbers; 8. Armstrong numbers; 9. Prime factors of a number; 10. Gray code; 11. Converting numerical values to Roman; 12. Largest Collatz sequence; 13. Computing the value of Pi; 14. Validating ISBNs; Solutions; 1. Sum of naturals divisible by 3 and 5. | |
505 | 8 | |a 2. Greatest common divisor3. Least common multiple; 4. Largest prime smaller than given number; 5. Sexy prime pairs; 6. Abundant numbers; 7. Amicable numbers; 8. Armstrong numbers; 9. Prime factors of a number; 10. Gray code; 11. Converting numerical values to Roman; 12. Largest Collatz sequence; 13. Computing the value of Pi; 14. Validating ISBNs; Chapter 2: Language Features; Problems; 15. IPv4 data type; 16. Enumerating IPv4 addresses in a range; 17. Creating a 2D array with basic operations; 18. Minimum function with any number of arguments; 19. Adding a range of values to a container. | |
505 | 8 | |a 20. Container any, all, none21. System handle wrapper; 22. Literals of various temperature scales; Solutions; 15. IPv4 data type; 16. Enumerating IPv4 addresses in a range; 17. Creating a 2D array with basic operations; 18. Minimum function with any number of arguments; 19. Adding a range of values to a container; 20. Container any, all, none; 21. System handle wrapper; 22. Literals of various temperature scales; Chapter 3: Strings and Regular Expressions; Problems; 23. Binary to string conversion; 24. String to binary conversion; 25. Capitalizing an article title. | |
505 | 8 | |a 26. Joining strings together separated by a delimiter27. Splitting a string into tokens with a list of possible delimiters; 28. Longest palindromic substring; 29. License plate validation; 30. Extracting URL parts; 31. Transforming dates in strings; Solutions; 23. Binary to string conversion; 24. String to binary conversion; 25. Capitalizing an article title; 26. Joining strings together separated by a delimiter; 27. Splitting a string into tokens with a list of possible delimiters; 28. Longest palindromic substring; 29. License plate validation; 30. Extracting URL parts. | |
505 | 8 | |a 31. Transforming dates in stringsChapter 4: Streams and Filesystems; Problems; 32. Pascal's triangle; 33. Tabular printing of a list of processes; 34. Removing empty lines from a text file; 35. Computing the size of a directory; 36. Deleting files older than a given date; 37. Finding files in a directory that match a regular expression; 38. Temporary log files; Solutions; 32. Pascal's triangle; 33. Tabular printing of a list of processes; 34. Removing empty lines from a text file; 35. Computing the size of a directory; 36. Deleting files older than a given date. | |
500 | |a 37. Finding files in a directory that match a regular expression. | ||
520 | |a C++ is one of the most widely-used programming languages and has applications in a variety of fields, such as gaming, GUI programming, and operating systems, to name a few. Through the years, C++ has evolved into (and remains) one of the top choices for software developers worldwide. This book will show you some notable C++ features and how to ... | ||
650 | 0 | |a C++ (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh87007505 | |
650 | 6 | |a C++ (Langage de programmation) | |
650 | 7 | |a COMPUTERS |x Programming Languages |x C++. |2 bisacsh | |
650 | 7 | |a C++ (Computer program language) |2 fast | |
655 | 4 | |a Electronic book. | |
758 | |i has work: |a The modern C++ challenge (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGq7J3CfGq7qdMb8qYvwkC |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Bancila, Marius. |t Modern C++ Challenge : Become an expert programmer by solving real-world problems. |d Birmingham : Packt Publishing, ©2018 |
966 | 4 | 0 | |l DE-862 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1817501 |3 Volltext |
966 | 4 | 0 | |l DE-863 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1817501 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH34621763 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL5400397 | ||
938 | |a EBSCOhost |b EBSC |n 1817501 | ||
938 | |a YBP Library Services |b YANK |n 15450192 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-862 | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-on1038487971 |
---|---|
_version_ | 1826942258893553665 |
adam_text | |
any_adam_object | |
author | Bancila, Marius |
author_facet | Bancila, Marius |
author_role | |
author_sort | Bancila, Marius |
author_variant | m b mb |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.73.C154 .B363 2018eb |
callnumber-search | QA76.73.C154 .B363 2018eb |
callnumber-sort | QA 276.73 C154 B363 42018EB |
callnumber-subject | QA - Mathematics |
collection | ZDB-4-EBA |
contents | Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Math Problems; Problems; 1. Sum of naturals divisible by 3 and 5; 2. Greatest common divisor; 3. Least common multiple; 4. Largest prime smaller than given number; 5. Sexy prime pairs; 6. Abundant numbers; 7. Amicable numbers; 8. Armstrong numbers; 9. Prime factors of a number; 10. Gray code; 11. Converting numerical values to Roman; 12. Largest Collatz sequence; 13. Computing the value of Pi; 14. Validating ISBNs; Solutions; 1. Sum of naturals divisible by 3 and 5. 2. Greatest common divisor3. Least common multiple; 4. Largest prime smaller than given number; 5. Sexy prime pairs; 6. Abundant numbers; 7. Amicable numbers; 8. Armstrong numbers; 9. Prime factors of a number; 10. Gray code; 11. Converting numerical values to Roman; 12. Largest Collatz sequence; 13. Computing the value of Pi; 14. Validating ISBNs; Chapter 2: Language Features; Problems; 15. IPv4 data type; 16. Enumerating IPv4 addresses in a range; 17. Creating a 2D array with basic operations; 18. Minimum function with any number of arguments; 19. Adding a range of values to a container. 20. Container any, all, none21. System handle wrapper; 22. Literals of various temperature scales; Solutions; 15. IPv4 data type; 16. Enumerating IPv4 addresses in a range; 17. Creating a 2D array with basic operations; 18. Minimum function with any number of arguments; 19. Adding a range of values to a container; 20. Container any, all, none; 21. System handle wrapper; 22. Literals of various temperature scales; Chapter 3: Strings and Regular Expressions; Problems; 23. Binary to string conversion; 24. String to binary conversion; 25. Capitalizing an article title. 26. Joining strings together separated by a delimiter27. Splitting a string into tokens with a list of possible delimiters; 28. Longest palindromic substring; 29. License plate validation; 30. Extracting URL parts; 31. Transforming dates in strings; Solutions; 23. Binary to string conversion; 24. String to binary conversion; 25. Capitalizing an article title; 26. Joining strings together separated by a delimiter; 27. Splitting a string into tokens with a list of possible delimiters; 28. Longest palindromic substring; 29. License plate validation; 30. Extracting URL parts. 31. Transforming dates in stringsChapter 4: Streams and Filesystems; Problems; 32. Pascal's triangle; 33. Tabular printing of a list of processes; 34. Removing empty lines from a text file; 35. Computing the size of a directory; 36. Deleting files older than a given date; 37. Finding files in a directory that match a regular expression; 38. Temporary log files; Solutions; 32. Pascal's triangle; 33. Tabular printing of a list of processes; 34. Removing empty lines from a text file; 35. Computing the size of a directory; 36. Deleting files older than a given date. |
ctrlnum | (OCoLC)1038487971 |
dewey-full | 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.133 |
dewey-search | 005.133 |
dewey-sort | 15.133 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>05780cam a2200613Mi 4500</leader><controlfield tag="001">ZDB-4-EBA-on1038487971</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr cnu---unuuu</controlfield><controlfield tag="008">180602s2018 enk o 000 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">EBLCP</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">EBLCP</subfield><subfield code="d">YDX</subfield><subfield code="d">MERUC</subfield><subfield code="d">IDB</subfield><subfield code="d">CHVBK</subfield><subfield code="d">NLE</subfield><subfield code="d">TEFOD</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UKMGB</subfield><subfield code="d">LVT</subfield><subfield code="d">N$T</subfield><subfield code="d">OCLCF</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UX1</subfield><subfield code="d">K6U</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">TMA</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">SXB</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB898021</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018882513</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">1038416201</subfield><subfield code="a">1175642088</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788994026</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788994027</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781788993869</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1788993861</subfield><subfield code="q">(Trade Paper)</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781788993869</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)1038487971</subfield><subfield code="z">(OCoLC)1038416201</subfield><subfield code="z">(OCoLC)1175642088</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">396E2676-7D84-4FA7-9F7B-E2E497B0F37D</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">QA76.73.C154</subfield><subfield code="b">.B363 2018eb</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">051070</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.133</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Bancila, Marius.</subfield></datafield><datafield tag="245" ind1="1" ind2="4"><subfield code="a">The Modern C++ Challenge :</subfield><subfield code="b">Become an expert programmer by solving real-world problems.</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><subfield code="a">Birmingham :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2018.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (321 pages)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Math Problems; Problems; 1. Sum of naturals divisible by 3 and 5; 2. Greatest common divisor; 3. Least common multiple; 4. Largest prime smaller than given number; 5. Sexy prime pairs; 6. Abundant numbers; 7. Amicable numbers; 8. Armstrong numbers; 9. Prime factors of a number; 10. Gray code; 11. Converting numerical values to Roman; 12. Largest Collatz sequence; 13. Computing the value of Pi; 14. Validating ISBNs; Solutions; 1. Sum of naturals divisible by 3 and 5.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">2. Greatest common divisor3. Least common multiple; 4. Largest prime smaller than given number; 5. Sexy prime pairs; 6. Abundant numbers; 7. Amicable numbers; 8. Armstrong numbers; 9. Prime factors of a number; 10. Gray code; 11. Converting numerical values to Roman; 12. Largest Collatz sequence; 13. Computing the value of Pi; 14. Validating ISBNs; Chapter 2: Language Features; Problems; 15. IPv4 data type; 16. Enumerating IPv4 addresses in a range; 17. Creating a 2D array with basic operations; 18. Minimum function with any number of arguments; 19. Adding a range of values to a container.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">20. Container any, all, none21. System handle wrapper; 22. Literals of various temperature scales; Solutions; 15. IPv4 data type; 16. Enumerating IPv4 addresses in a range; 17. Creating a 2D array with basic operations; 18. Minimum function with any number of arguments; 19. Adding a range of values to a container; 20. Container any, all, none; 21. System handle wrapper; 22. Literals of various temperature scales; Chapter 3: Strings and Regular Expressions; Problems; 23. Binary to string conversion; 24. String to binary conversion; 25. Capitalizing an article title.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">26. Joining strings together separated by a delimiter27. Splitting a string into tokens with a list of possible delimiters; 28. Longest palindromic substring; 29. License plate validation; 30. Extracting URL parts; 31. Transforming dates in strings; Solutions; 23. Binary to string conversion; 24. String to binary conversion; 25. Capitalizing an article title; 26. Joining strings together separated by a delimiter; 27. Splitting a string into tokens with a list of possible delimiters; 28. Longest palindromic substring; 29. License plate validation; 30. Extracting URL parts.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">31. Transforming dates in stringsChapter 4: Streams and Filesystems; Problems; 32. Pascal's triangle; 33. Tabular printing of a list of processes; 34. Removing empty lines from a text file; 35. Computing the size of a directory; 36. Deleting files older than a given date; 37. Finding files in a directory that match a regular expression; 38. Temporary log files; Solutions; 32. Pascal's triangle; 33. Tabular printing of a list of processes; 34. Removing empty lines from a text file; 35. Computing the size of a directory; 36. Deleting files older than a given date.</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">37. Finding files in a directory that match a regular expression.</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">C++ is one of the most widely-used programming languages and has applications in a variety of fields, such as gaming, GUI programming, and operating systems, to name a few. Through the years, C++ has evolved into (and remains) one of the top choices for software developers worldwide. This book will show you some notable C++ features and how to ...</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">C++ (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh87007505</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">C++ (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS</subfield><subfield code="x">Programming Languages</subfield><subfield code="x">C++.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">C++ (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="655" ind1=" " ind2="4"><subfield code="a">Electronic book.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">The modern C++ challenge (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGq7J3CfGq7qdMb8qYvwkC</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Bancila, Marius.</subfield><subfield code="t">Modern C++ Challenge : Become an expert programmer by solving real-world problems.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2018</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-862</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1817501</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-863</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1817501</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH34621763</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL5400397</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1817501</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">15450192</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-862</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
genre | Electronic book. |
genre_facet | Electronic book. |
id | ZDB-4-EBA-on1038487971 |
illustrated | Not Illustrated |
indexdate | 2025-03-18T14:25:09Z |
institution | BVB |
isbn | 9781788994026 1788994027 9781788993869 1788993861 |
language | English |
oclc_num | 1038487971 |
open_access_boolean | |
owner | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
owner_facet | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
physical | 1 online resource (321 pages) |
psigel | ZDB-4-EBA FWS_PDA_EBA ZDB-4-EBA |
publishDate | 2018 |
publishDateSearch | 2018 |
publishDateSort | 2018 |
publisher | Packt Publishing, |
record_format | marc |
spelling | Bancila, Marius. The Modern C++ Challenge : Become an expert programmer by solving real-world problems. Birmingham : Packt Publishing, 2018. 1 online resource (321 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier Print version record. Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Math Problems; Problems; 1. Sum of naturals divisible by 3 and 5; 2. Greatest common divisor; 3. Least common multiple; 4. Largest prime smaller than given number; 5. Sexy prime pairs; 6. Abundant numbers; 7. Amicable numbers; 8. Armstrong numbers; 9. Prime factors of a number; 10. Gray code; 11. Converting numerical values to Roman; 12. Largest Collatz sequence; 13. Computing the value of Pi; 14. Validating ISBNs; Solutions; 1. Sum of naturals divisible by 3 and 5. 2. Greatest common divisor3. Least common multiple; 4. Largest prime smaller than given number; 5. Sexy prime pairs; 6. Abundant numbers; 7. Amicable numbers; 8. Armstrong numbers; 9. Prime factors of a number; 10. Gray code; 11. Converting numerical values to Roman; 12. Largest Collatz sequence; 13. Computing the value of Pi; 14. Validating ISBNs; Chapter 2: Language Features; Problems; 15. IPv4 data type; 16. Enumerating IPv4 addresses in a range; 17. Creating a 2D array with basic operations; 18. Minimum function with any number of arguments; 19. Adding a range of values to a container. 20. Container any, all, none21. System handle wrapper; 22. Literals of various temperature scales; Solutions; 15. IPv4 data type; 16. Enumerating IPv4 addresses in a range; 17. Creating a 2D array with basic operations; 18. Minimum function with any number of arguments; 19. Adding a range of values to a container; 20. Container any, all, none; 21. System handle wrapper; 22. Literals of various temperature scales; Chapter 3: Strings and Regular Expressions; Problems; 23. Binary to string conversion; 24. String to binary conversion; 25. Capitalizing an article title. 26. Joining strings together separated by a delimiter27. Splitting a string into tokens with a list of possible delimiters; 28. Longest palindromic substring; 29. License plate validation; 30. Extracting URL parts; 31. Transforming dates in strings; Solutions; 23. Binary to string conversion; 24. String to binary conversion; 25. Capitalizing an article title; 26. Joining strings together separated by a delimiter; 27. Splitting a string into tokens with a list of possible delimiters; 28. Longest palindromic substring; 29. License plate validation; 30. Extracting URL parts. 31. Transforming dates in stringsChapter 4: Streams and Filesystems; Problems; 32. Pascal's triangle; 33. Tabular printing of a list of processes; 34. Removing empty lines from a text file; 35. Computing the size of a directory; 36. Deleting files older than a given date; 37. Finding files in a directory that match a regular expression; 38. Temporary log files; Solutions; 32. Pascal's triangle; 33. Tabular printing of a list of processes; 34. Removing empty lines from a text file; 35. Computing the size of a directory; 36. Deleting files older than a given date. 37. Finding files in a directory that match a regular expression. C++ is one of the most widely-used programming languages and has applications in a variety of fields, such as gaming, GUI programming, and operating systems, to name a few. Through the years, C++ has evolved into (and remains) one of the top choices for software developers worldwide. This book will show you some notable C++ features and how to ... C++ (Computer program language) http://id.loc.gov/authorities/subjects/sh87007505 C++ (Langage de programmation) COMPUTERS Programming Languages C++. bisacsh C++ (Computer program language) fast Electronic book. has work: The modern C++ challenge (Text) https://id.oclc.org/worldcat/entity/E39PCGq7J3CfGq7qdMb8qYvwkC https://id.oclc.org/worldcat/ontology/hasWork Print version: Bancila, Marius. Modern C++ Challenge : Become an expert programmer by solving real-world problems. Birmingham : Packt Publishing, ©2018 |
spellingShingle | Bancila, Marius The Modern C++ Challenge : Become an expert programmer by solving real-world problems. Cover; Title Page; Copyright and Credits; Packt Upsell; Contributors; Table of Contents; Preface; Chapter 1: Math Problems; Problems; 1. Sum of naturals divisible by 3 and 5; 2. Greatest common divisor; 3. Least common multiple; 4. Largest prime smaller than given number; 5. Sexy prime pairs; 6. Abundant numbers; 7. Amicable numbers; 8. Armstrong numbers; 9. Prime factors of a number; 10. Gray code; 11. Converting numerical values to Roman; 12. Largest Collatz sequence; 13. Computing the value of Pi; 14. Validating ISBNs; Solutions; 1. Sum of naturals divisible by 3 and 5. 2. Greatest common divisor3. Least common multiple; 4. Largest prime smaller than given number; 5. Sexy prime pairs; 6. Abundant numbers; 7. Amicable numbers; 8. Armstrong numbers; 9. Prime factors of a number; 10. Gray code; 11. Converting numerical values to Roman; 12. Largest Collatz sequence; 13. Computing the value of Pi; 14. Validating ISBNs; Chapter 2: Language Features; Problems; 15. IPv4 data type; 16. Enumerating IPv4 addresses in a range; 17. Creating a 2D array with basic operations; 18. Minimum function with any number of arguments; 19. Adding a range of values to a container. 20. Container any, all, none21. System handle wrapper; 22. Literals of various temperature scales; Solutions; 15. IPv4 data type; 16. Enumerating IPv4 addresses in a range; 17. Creating a 2D array with basic operations; 18. Minimum function with any number of arguments; 19. Adding a range of values to a container; 20. Container any, all, none; 21. System handle wrapper; 22. Literals of various temperature scales; Chapter 3: Strings and Regular Expressions; Problems; 23. Binary to string conversion; 24. String to binary conversion; 25. Capitalizing an article title. 26. Joining strings together separated by a delimiter27. Splitting a string into tokens with a list of possible delimiters; 28. Longest palindromic substring; 29. License plate validation; 30. Extracting URL parts; 31. Transforming dates in strings; Solutions; 23. Binary to string conversion; 24. String to binary conversion; 25. Capitalizing an article title; 26. Joining strings together separated by a delimiter; 27. Splitting a string into tokens with a list of possible delimiters; 28. Longest palindromic substring; 29. License plate validation; 30. Extracting URL parts. 31. Transforming dates in stringsChapter 4: Streams and Filesystems; Problems; 32. Pascal's triangle; 33. Tabular printing of a list of processes; 34. Removing empty lines from a text file; 35. Computing the size of a directory; 36. Deleting files older than a given date; 37. Finding files in a directory that match a regular expression; 38. Temporary log files; Solutions; 32. Pascal's triangle; 33. Tabular printing of a list of processes; 34. Removing empty lines from a text file; 35. Computing the size of a directory; 36. Deleting files older than a given date. C++ (Computer program language) http://id.loc.gov/authorities/subjects/sh87007505 C++ (Langage de programmation) COMPUTERS Programming Languages C++. bisacsh C++ (Computer program language) fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh87007505 |
title | The Modern C++ Challenge : Become an expert programmer by solving real-world problems. |
title_auth | The Modern C++ Challenge : Become an expert programmer by solving real-world problems. |
title_exact_search | The Modern C++ Challenge : Become an expert programmer by solving real-world problems. |
title_full | The Modern C++ Challenge : Become an expert programmer by solving real-world problems. |
title_fullStr | The Modern C++ Challenge : Become an expert programmer by solving real-world problems. |
title_full_unstemmed | The Modern C++ Challenge : Become an expert programmer by solving real-world problems. |
title_short | The Modern C++ Challenge : |
title_sort | modern c challenge become an expert programmer by solving real world problems |
title_sub | Become an expert programmer by solving real-world problems. |
topic | C++ (Computer program language) http://id.loc.gov/authorities/subjects/sh87007505 C++ (Langage de programmation) COMPUTERS Programming Languages C++. bisacsh C++ (Computer program language) fast |
topic_facet | C++ (Computer program language) C++ (Langage de programmation) COMPUTERS Programming Languages C++. Electronic book. |
work_keys_str_mv | AT bancilamarius themoderncchallengebecomeanexpertprogrammerbysolvingrealworldproblems AT bancilamarius moderncchallengebecomeanexpertprogrammerbysolvingrealworldproblems |