|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
EBSCO_ocn663902964 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr cnu---unuuu |
008 |
100913s2008 enka ob 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d CDX
|d IDEBK
|d A7U
|d OCLCQ
|d EBLCP
|d OCLCQ
|d OCLCF
|d DEBSZ
|d NLGGC
|d OCLCQ
|d REB
|d ZCU
|d OCLCQ
|d MERUC
|d U3W
|d VTS
|d ICG
|d NLE
|d INT
|d UKMGB
|d OCLCQ
|d WYU
|d STF
|d OCLCQ
|d DKC
|d AU@
|d OCLCQ
|d M8D
|d UKAHL
|d HS0
|d OCLCQ
|d AJS
|d OCLCO
|d OCLCQ
|
016 |
7 |
|
|a 018011570
|2 Uk
|
019 |
|
|
|a 266931138
|a 700301936
|
020 |
|
|
|a 9781847195579
|q (electronic bk.)
|
020 |
|
|
|a 1847195571
|q (electronic bk.)
|
020 |
|
|
|a 9781847195562
|q (Paper)
|
020 |
|
|
|a 1847195563
|q (Paper)
|
020 |
|
|
|z 1847195563
|q (Paper)
|
029 |
1 |
|
|a CDX
|b 8797105
|
029 |
1 |
|
|a DEBBG
|b BV043131968
|
029 |
1 |
|
|a DEBBG
|b BV044168743
|
029 |
1 |
|
|a DEBSZ
|b 397393644
|
029 |
1 |
|
|a DEBSZ
|b 421692987
|
029 |
1 |
|
|a UKMGB
|b 018011570
|
029 |
1 |
|
|a DKDLA
|b 820120-katalog:999938091005765
|
035 |
|
|
|a (OCoLC)663902964
|z (OCoLC)266931138
|z (OCoLC)700301936
|
037 |
|
|
|a 173757
|b MIL
|
050 |
|
4 |
|a QA76.73.C153
|b B56 2008eb
|
072 |
|
7 |
|a COM
|x 051310
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051280
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 051130
|2 bisacsh
|
082 |
0 |
4 |
|a 005.13/3
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Bjorndander, Stefan.
|
245 |
1 |
0 |
|a Microsoft Visual C++ Windows applications by example :
|b code and explanations for real-world MFC C++ applications /
|c Stefan Bjornander.
|
260 |
|
|
|a Burmingham, UK :
|b Packt Pub.,
|c 2008.
|
300 |
|
|
|a 1 online resource (v, 418 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a From technologies to solutions
|
504 |
|
|
|a Includes bibliographical references (pages 411-412) and index.
|
588 |
0 |
|
|a Print version record.
|
520 |
8 |
|
|a Annotation
|b The book is ideal for programmers who have worked with C++ or other Windows-based programming languages. It provides developers with everything they need to build complex desktop applications using C++. If you have already learned the C++ language, and want to take your programming to the next level, then this book is ideal for you.
|
505 |
0 |
|
|a 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; Statements
|
505 |
8 |
|
|a Selection 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 Overloading
|
505 |
8 |
|
|a ExceptionsTemplates; 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 Classes
|
505 |
8 |
|
|a The 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 Class
|
505 |
8 |
|
|a The 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 Class
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a C++ (Computer program language)
|
650 |
|
6 |
|a C++ (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x CÄ
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Java.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Programming Languages
|x Pascal.
|2 bisacsh
|
650 |
|
7 |
|a C++ (Computer program language)
|2 fast
|0 (OCoLC)fst00843286
|
776 |
0 |
8 |
|i Print version:
|a Bjorndander, Stefan.
|t Microsoft Visual C++ Windows applications by example.
|d Packt Pub., 2008. ; Birmingham
|z 9781847195562
|w (OCoLC)262262556
|
830 |
|
0 |
|a From technologies to solutions.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=333283
|z Texto completo
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26942843
|
938 |
|
|
|a Coutts Information Services
|b COUT
|n 8797105
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL1037658
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 333283
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n 173757
|
994 |
|
|
|a 92
|b IZTAP
|