Cargando…

C++ 14 quick syntax reference /

This updated handy quick C++ 14 guide is a condensed code and syntax reference based on the newly updated C++ 14 release of the popular programming language. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference. What You'll Learn: How to create a...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Olsson, Mikael (Web programmer) (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress, Ã2015.
Edición:Second edition.
Colección:Expert's voice in C++.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Mi 4500
001 OR_ocn933276865
003 OCoLC
005 20231017213018.0
006 m o d
007 cr nn|008mamaa
008 151124s2015 cau o 000 0 eng d
040 |a AZU  |b eng  |e pn  |c AZU  |d OCLCO  |d GW5XE  |d N$T  |d YDXCP  |d IDEBK  |d EBLCP  |d COO  |d B24X7  |d OCLCF  |d DEBSZ  |d OCLCQ  |d KSU  |d IAO  |d JBG  |d IAS  |d ICN  |d IAD  |d SOI  |d WAU  |d ILO  |d IDB  |d VT2  |d Z5A  |d REB  |d LIV  |d OCLCQ  |d MERUC  |d ESU  |d OCLCQ  |d IOG  |d U3W  |d CEF  |d EZ9  |d OCLCQ  |d INT  |d OCLCQ  |d WYU  |d UWO  |d OCLCQ  |d LEAUB  |d UKAHL  |d AUD  |d OCLCQ  |d UKMGB  |d DCT  |d ERF  |d OCLCQ  |d SFB  |d BRF  |d UMI  |d STF  |d DEBBG  |d TOH  |d VLB  |d UAB  |d ORZ  |d OCLCO  |d DST  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB9C2934  |2 bnb 
016 7 |a 019126914  |2 Uk 
019 |a 932463991  |a 961695788  |a 963965878  |a 966374386  |a 980971948  |a 1005761793  |a 1008946552  |a 1021261076  |a 1100946863  |a 1103267475  |a 1110902663  |a 1112514355  |a 1126448569  |a 1129343019  |a 1136325520  |a 1153016711  |a 1192338989  |a 1206409228  |a 1227399676  |a 1229944054  |a 1237487199  |a 1240529321  |a 1244634441  |a 1300601611  |a 1303384876 
020 |a 9781484217276  |q (electronic bk.) 
020 |a 1484217276  |q (electronic bk.) 
020 |a 1484217268  |q (print) 
020 |a 9781484217269  |q (print) 
020 |z 9781484217269 
024 7 |a 10.1007/978-1-4842-1727-6  |2 doi 
029 1 |a AU@  |b 000057667504 
029 1 |a CHBIS  |b 010638794 
029 1 |a CHNEW  |b 000893992 
029 1 |a CHVBK  |b 363806342 
029 1 |a CHVBK  |b 374531498 
029 1 |a DEBBG  |b BV043627674 
029 1 |a DEBSZ  |b 454929196 
029 1 |a NZ1  |b 16308306 
029 1 |a UKMGB  |b 019126914 
029 1 |a DEBBG  |b BV043970588 
029 1 |a DEBSZ  |b 48581062X 
029 1 |a GBVCP  |b 882761676 
029 1 |a AU@  |b 000068984865 
035 |a (OCoLC)933276865  |z (OCoLC)932463991  |z (OCoLC)961695788  |z (OCoLC)963965878  |z (OCoLC)966374386  |z (OCoLC)980971948  |z (OCoLC)1005761793  |z (OCoLC)1008946552  |z (OCoLC)1021261076  |z (OCoLC)1100946863  |z (OCoLC)1103267475  |z (OCoLC)1110902663  |z (OCoLC)1112514355  |z (OCoLC)1126448569  |z (OCoLC)1129343019  |z (OCoLC)1136325520  |z (OCoLC)1153016711  |z (OCoLC)1192338989  |z (OCoLC)1206409228  |z (OCoLC)1227399676  |z (OCoLC)1229944054  |z (OCoLC)1237487199  |z (OCoLC)1240529321  |z (OCoLC)1244634441  |z (OCoLC)1300601611  |z (OCoLC)1303384876 
037 |a com.springer.onix.9781484217276  |b Springer Nature 
050 4 |a QA76.736.C153 
050 4 |a QA76.6-76.66 
072 7 |a COM  |x 051070  |2 bisacsh 
072 7 |a UM  |2 bicssc 
082 0 4 |a 005.13/3  |2 23 
049 |a UAMI 
100 1 |a Olsson, Mikael  |c (Web programmer),  |e author. 
245 1 0 |a C++ 14 quick syntax reference /  |c by Mikael Olsson. 
250 |a Second edition. 
264 1 |a Berkeley, CA :  |b Apress,  |c Ã2015. 
264 4 |c Ã2015 
300 |a 1 online resource (xvii, 131 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |b PDF  |2 rda 
490 1 |a The expert's voice in C++ 
505 0 |a 1. Hello World -- 2. Compile and Run -- 3. Variables -- 4. Operators -- 5. Pointers -- 6. References -- 7. Arrays -- 8. String -- 9. Conditionals -- 10. Loops -- 11. Functions -- 12. Class -- 13. Constructor -- 14. Inheritance -- 15. Overriding -- 16. Access Levels -- 17. Static -- 18. Enum -- 19. String and Union -- 20. Operator Overloading -- 21. Custom Conversions -- 22. Namespaces -- 23. Constants -- 24. Preprocessor -- 25. Event Handling -- 26. Type Conversions -- 27. Templates -- 28. Headers. 
520 |a This updated handy quick C++ 14 guide is a condensed code and syntax reference based on the newly updated C++ 14 release of the popular programming language. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference. What You'll Learn: How to create a C++ HelloWorld How to Compile and Run What are C++ Variables, Operators, Pointers and References What are Arrays, Strings, Conditionals, Loops and more How to do Functions How to work with Constructors, Inheritance, Overridings How to use Access Levels, Static, Enum, String and Union, and more What are Custom Conversions, Namespaces, Constants, and Preprocessor How to do Event Handling What are Type Conversions, Templates, Headers, and more. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a C++ (Computer program language) 
650 0 |a Computer science. 
650 0 |a Computer programming. 
650 0 |a Programming languages (Electronic computers) 
650 2 |a Electronic Data Processing 
650 6 |a Programmation (Informatique) 
650 6 |a C++ (Langage de programmation) 
650 6 |a Informatique. 
650 7 |a computer programming.  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x C+  |2 bisacsh 
650 7 |a C++ (Computer program language)  |2 fast 
650 7 |a Computer programming  |2 fast 
650 7 |a Computer science  |2 fast 
650 7 |a Programming languages (Electronic computers)  |2 fast 
776 0 8 |i Printed edition:  |z 9781484217269 
830 0 |a Expert's voice in C++. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484217276/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31352842 
938 |a Books 24x7  |b B247  |n bks00104361 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4199346 
938 |a EBSCOhost  |b EBSC  |n 1118906 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33390051 
938 |a YBP Library Services  |b YANK  |n 12756349 
994 |a 92  |b IZTAP