00743nam0 2200265 450 00000942920180619125958.020080407d1934----km-y0itay50------bafreFRa-------001yyEurope centraleParisLibrairie Hachette19342 v.ill.17 cm<<Les >>guides bleus1.: Bavière Autriche2001<<Les >>guides bleusAustriaGuideBavieraGuide914.30419Geografia. Europa centraleITUNIPARTHENOPE20080407RICAUNIMARC000009429914/100[1]5715PISTEurope centrale1204813UNIPARTHENOPE04961nam 2200673Ia 450 991045426430332120200520144314.01-281-73757-797866117375731-84719-557-1(CKB)1000000000779144(EBL)1037658(OCoLC)663902964(SSID)ssj0000332260(PQKBManifestationID)11263452(PQKBTitleCode)TC0000332260(PQKBWorkID)10333795(PQKB)10361807(MiAaPQ)EBC1037658(CaSebORM)9781847195562(PPN)227988655(Au-PeEL)EBL1037658(CaPaEBR)ebr10448336(CaONFJC)MIL173757(EXLCZ)99100000000077914420090430d2008 uy 0engur|n|---|||||txtccrMicrosoft Visual C++ Windows applications by example[electronic resource] code and explanation for real-world MFC C++ applications /Stefan Bjönander1st editionBirmingham, U.K. Packt Publishing Ltd.20081 online resource (440 p.)Includes index.1-84719-556-3 Includes bibliographical references and index.Cover; Table of Contents; Preface; Chapter 1: Introduction to C++; The Compiler and the Linker; The First Program; Comments; Types and Variables; Simple Types; Variables; Constants; Input and Output; Enumerations; Arrays; Pointers and References; Pointers and Dynamic Memory; Defining Our Own Types; The Size and Limits of Types; Hungarian Notation; Expressions and Operators; Arithmetic Operators; Pointer Arithmetic; Increment and Decrement; Relational Operators; Logical Operators; Bitwise Operators; Assignment; The Condition Operator; Precedence and Associativity; StatementsSelection StatementsIteration Statements; Jump Statements; Expression Statements; Functions; Void Functions; Local and Global Variables; Call-by-Value and Call-by-Reference; Default Parameters; Overloading; Static Variables; Recursion; Definition and Declaration; Higher Order Functions; The main() Function; The Preprocessor; The ASCII Table; Summary; Chapter 2: Object-Oriented Programming in C++; The Object-Oriented Model; Classes; The First Example; The Second Example; Inheritance; Dynamic Binding; Arrays of Objects; Pointers and Linked Lists; Stacks and Linked Lists; Operator OverloadingExceptionsTemplates; Namespaces; Streams and File Processing; Summary; Chapter 3: Windows Development; Visual Studio; The Document/View Model; The Message System; The Coordinate System; The Device Context; The Registry; The Cursor; Serialization; Summary; Chapter 4: Ring: A Demonstration Example; The Application Wizard; Colors and Arrays; Catching the Mouse; Drawing the Rings; Setting the Coordinate System and the Scroll Bars; Catching the Keyboard Input; Menus, Accelerators, and Toolbars; The Color Dialog; The Registry; Serialization; Summary; Chapter 5: Utility ClassesThe Point, Size, and Rectangle ClassesThe Color Class; The Font Class; The Caret Class; The List Class; The Set Class; The Array Class; Error Handling; Summary; Chapter 6: The Tetris Application; The Tetris Files; The Square Class; The Color Grid Class; The Document Class; The View Class; The Figure Class; The Figure Information; The Red Figure; The Brown Figure; The Turquoise Figure; The Green Figure; The Yellow Figure; The Blue Figure; The Purple Figure; Summary; Chapter 7: The Draw Application; The Resource; The Class Hierarchy; The Figure Class; The TwoDimensionalFigure ClassThe LineFigure ClassThe ArrowFigure Class; The RectangleFigure Class; The EllipseFigure Class; The TextFigure Class; The FigureFileManager Class; The Document Class; The View Class; Summary; Chapter 8: The Calc Application; The Resource; Formula Interpretation; The Tokens; The Reference Class; The Scanner-Generating the List of Tokens; The Parser-Generating the Syntax Tree; The Syntax Tree-Representing the Formula; The Spreadsheet; The Cell-Holding Text, Value, or Formula; The Cell Matrix-Managing Rows and Columns; The Target Set Matrix Class; The Document/View Model; The Document ClassThe View ClassCode and explanation for real-world MFC C++ ApplicationsC++ (Computer program language)Application softwareDevelopmentElectronic books.C++ (Computer program language)Application softwareDevelopment.005.13/3Bjönander Stefan855744MiAaPQMiAaPQMiAaPQBOOK9910454264303321Microsoft Visual C++ Windows applications by example1910574UNINA02168nas 2200601- 450 99619862100331620230330002002.01830-9585(CKB)1000000000321382(CONSER)--2007254181(DE-599)ZDB2383087-6(EXLCZ)99100000000032138220070418a20049999 -f- aengtxtrdacontentcrdamediacrrdacarrierAnnual reportLuxembourg :Office for Official Publications of the European Communities,2005-2009.Luxembourg :Publications Office of the European Union.1 online resourcePrint version: Annual report. 1830-5474 (DLC) 2007254181 (OCoLC)123247907 ANNUAL REPORTData protectionLaw and legislationEuropean Union countriesPeriodicalsPrivacy, Right ofEuropean Union countriesPeriodicalsdroit de la protection des donnéeseclasprotection de la vie privéeeclasprotection des donnéeseclasdata protection legislationeclasprotection of privacyeclasdata protectioneclasData protectionLaw and legislationfast(OCoLC)fst00887963Privacy, Right offast(OCoLC)fst01077444Union européenneeclasEuropean UnioneclasEuropean Union countriesfastPeriodicals.fastInternet resources.gtlmData protectionLaw and legislationPrivacy, Right ofdroit de la protection des donnéesprotection de la vie privéeprotection des donnéesdata protection legislationprotection of privacydata protectionData protectionLaw and legislation.Privacy, Right of.JOURNAL996198621003316exl_impl conversionAnnual report162222UNISA02872nam 2200481 450 991015496010332120230808193929.01-292-09860-0(CKB)3710000000738224(MiAaPQ)EBC5185592(MiAaPQ)EBC5187062(MiAaPQ)EBC5833376(MiAaPQ)EBC6400429(EXLCZ)99371000000073822420210315d2016 uy 0engurcn#nnn|||||txtrdacontentcrdamediacrrdacarrierAbsolute C++ /Walter Savitch ; contributor Kenrick MockSixth edition, Global edition.Boston :Pearson,[2016]©20161 online resource (1003 pages) illustrations.Always learningIncludes index.1-292-09859-7 Chapter 1. C++ basics -- Chapter 2. Flow of control -- Chapter 3. Function basics -- Chapter 4. Parameters and overloading -- Chapter 5. Arrays -- Chapter 6. Structures and classes -- Chapter 7. Constructors and other tools -- Chapter 8. Operator overloading, friends, and references -- Chapter 9. Strings -- Chapter 10. Pointers and dynamic arrays -- Chapter 11. Separate compilation and namespaces -- Chapter 12. Streams and file I/O -- Chapter 13. Recursion -- Chapter 14. Inheritance -- Chapter 15. Polymorphism and virtual functions -- Chapter 16. Templates -- Chapter 17. Linked data structures -- Chapter 18. Exception handling -- Chapter 19. Standard template library -- Chapter 20. Patterns and UML.For courses in computer programming for business and engineering. Introduction and Advancement in C++ Programming Absolute C++ is a comprehensive introduction to the C++ programming language. The text is organized around the specific use of C++, providing students with an opportunity to master the language completely. Adaptable to a wide range of users, the text is appropriate for beginner to advanced programmers familiar with the C++ language. The Sixth Edition covers everything from basic syntax to more advanced topics, such as polymorphism, exception handling, and the Standard Template Library, making it ideal for both beginner and intermediate students. Updated to reflect the most recent changes in the C++ language, Absolute C++ teaches students to become proficient in a widely used and important programming language.Always learning.C++ (Computer program language)C++ (Computer program language)005.133Savitch Walter J.1943-2021,463431Mock KenrickMiAaPQMiAaPQMiAaPQBOOK9910154960103321Absolute C++1090088UNINA