Essential Visual C++ 6.0 fast: an introduction to Windows programming using the Microsoft Foundation class library
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
London [u.a.]
Springer
2000
|
Schriftenreihe: | Essential series
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | X, 214 S. Ill. |
ISBN: | 1852331704 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV012745516 | ||
003 | DE-604 | ||
005 | 20011221 | ||
007 | t | ||
008 | 990831s2000 gw a||| |||| 00||| eng d | ||
016 | 7 | |a 957040466 |2 DE-101 | |
020 | |a 1852331704 |9 1-85233-170-4 | ||
035 | |a (OCoLC)845318235 | ||
035 | |a (DE-599)BVBBV012745516 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c DE | ||
049 | |a DE-83 | ||
050 | 0 | |a QA76.73.C153 | |
082 | 0 | |a 005.13/3 |2 21 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
100 | 1 | |a Chivers, Ian D. |d 1952- |e Verfasser |0 (DE-588)120435055 |4 aut | |
245 | 1 | 0 | |a Essential Visual C++ 6.0 fast |b an introduction to Windows programming using the Microsoft Foundation class library |c Ian Chivers |
264 | 1 | |a London [u.a.] |b Springer |c 2000 | |
300 | |a X, 214 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
490 | 0 | |a Essential series | |
630 | 0 | 4 | |a Microsoft Visual C++ |
630 | 0 | 4 | |a Microsoft Windows (Computer file) |
630 | 0 | 4 | |a Microsoft foundation class library |
650 | 4 | |a C++ (Computer program language) | |
650 | 4 | |a Visual programming languages (Computer science) | |
650 | 0 | 7 | |a Visual C++ 6.0 |0 (DE-588)4518537-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Microsoft foundation classes |0 (DE-588)4413111-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Microsoft foundation classes |0 (DE-588)4413111-2 |D s |
689 | 0 | 1 | |a Visual C++ 6.0 |0 (DE-588)4518537-2 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008667728&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-008667728 |
Datensatz im Suchindex
_version_ | 1807504759307894784 |
---|---|
adam_text |
CONTENTS
1
OVERVIEW
.
1
MICROSOFT
VISUAL
C++
6
-
WHAT
ISN'T
COVERED
.
2
COM
.
2
ACTIVE
X
.
3
ACTIVE
TEMPLATE
LIBRARY
-
ATL
.
3
DATABASE
MANAGEMENT
-
ODBC
.
3
DATABASE
MANAGEMENT
-
DAO
.
3
INTERNET
PROGRAMMING
-
IS
API
.4
WIZARDS
.4
ASSUMPTIONS
.
4
MICROSOFT
VISUAL
C++
VERSIONS
.
4
EDITION
COMPARISON
.
5
WINDOWS
PROGRAMMING
.
6
USER
INTERFACE
FEATURES
.
6
WORKING
METHODS
.
7
VISUAL
STUDIO
.
7
DEVELOPMENT
PLATFORMS
.
8
CODA
.
9
PROBLEMS
.
9
BIBLIOGRAPHY
.
9
2
VISUAL
STUDIO
.
11
ON-LINE
DOCUMENTATION
.
13
RIGHT-HAND
MOUSE
BUTTON
.
15
MOUSE
WITH
MIDDLE
ROLLER
.
16
EXPANDING
AND
CONTRACTING
THE
SIZE
OF
THE
WINDOWS
.
16
SIMPLE
PROGRAM
DEVELOPMENT
.
16
STAGE
1
-
FILE
I
NEW
.
17
STAGE
2
-
CHOOSE
A
PROJECT
TYPE
.
17
STAGE
3
-
CHOOSE
A
PROJECT
NAME
AND
LOCATION
.
17
STAGE
4
-
PROJECT
TYPE
.
18
STAGE
5
-
NEW
PROJECT
INFORMATION
.
19
STAGE
6
-
VISUAL
STUDIO
EMPTY
PROJECT
.
20
STAGE
7
-
PROJECT
I
ADD
TO
PROJECT
I
NEW
.
21
STAGE
8
-
NEW
I
FILES/PROJECTS/OTHER
DOCUMENTS
.
22
STAGE
9
-
VISUAL
STUDIO
-
EDITOR
WINDOW:
.
23
STAGE
10
-
TYPE
IN
THE
PROGRAM
.
24
STAGE
11
-
BUILD
I
EXECUTE
.
25
STAGE
12
-
THIS
FILE
DOES
NOT
EXIST
.
25
STAGE
13
-
DOS
CONSOLE
WINDOW
.
26
STAGE
14
-
BACK
TO
VISUAL
STUDIO
.
27
SUMMARY
.
27
3
GETTING
STARTED
.
29
THE
PROGRAM
.
30
VI
CONTENTS
RUNNING
THE
PROGRAM
.
30
WINDOWS
DATA
TYPES
AND
NAMING
CONVENTIONS
.
43
SUMMARY
OF
STEPS
IN
CREATING
A
WINDOWS
PROGRAM
.
44
4
MESSAGES
.
45
WORKING
METHODS
AGAIN
.
46
THE
APPLICATION
.
46
THE
PROGRAM
.
46
RUNNING
THE
PROGRAM
.
49
THE
C++
SOURCE
.
51
SUMMARY
.
55
5
CONTROLS:
MENUS
.
57
RESOURCES
.
58
THE
APPLICATION
.
59
THE
MENU
ID
FILE
-
MENUIDS.H
.
59
THE
RESOURCE
FILE
.
60
THE
C++
SOURCE
FILE
.
61
RUNNING
THE
PROGRAM
.
64
THE
RESOURCE
FILE
.
66
MENU
STATEMENT
.
66
MENUITEM
STATEMENT
.
66
THE
TEXT
PARAMETER
.
66
THE
RESULT
PARAMETER
.
67
THE
OPTION
LIST
PARAMETER
.
67
POPUP
RESOURCE
.
67
THE
TEXT
PARAMETER
.
68
THE
OPTION
LIST
PARAMETER
.
68
THE
ACCELERATORS
STATEMENT
.
68
THE
C++
SOURCE
FILE
.
68
SUMMARY
.
72
WIZARDS
AND
RESOURCE
EDITORS
.
73
WIZARDS
.
73
THE
CO5O3.RC
FILE
.
78
THE
AFXRES.H
FILE
.
78
THE
RESOURCE
EDITOR
.
78
6
CONTROLS:
DIALOG
BOXES
_
79
THE
APPLICATION
.
80
THE
MENU
ID
FILE
.
80
THE
RESOURCE
FILE
.
80
THE
C++
SOURCE
FILE
.
81
RUNNING
THE
EXAMPLE
.
84
THE
MENU
ID
FILE
.
85
THE
RESOURCE
FILE
.
85
THE
C++
SOURCE
FILE
.
87
SUMMARY
.
90
CONTENTS
VII
7
CONTROLS:
LIST
BOXES
_
91
THE
APPLICATION
.
92
THE
MENU
ID
FILE
.
92
THE
RESOURCE
FILE
.
92
THE
C++
SOURCE
FILE
.
93
RUNNING
THE
EXAMPLE
.
96
THE
MENU
ID
FILE
.
97
THE
RESOURCE
FILE
.
97
THE
C++
SOURCE
FILE
.
97
ONLNITDIALOG
AND
LBN_DBLCLK
.
99
LIST
BOX
HANDLERS
AND
MEMBER
FUNCTIONS
.
100
SUMMARY
.
100
8
CONTROLS:
CHECK
BOX
WITH
GROUPING
_
101
THE
APPLICATION
.
102
THE
MENU
ID
FILE
.
102
THE
RESOURCE
FILE
.
102
THE
C++
SOURCE
FILE
.
103
RUNNING
THE
PROGRAM
.
105
THE
MENU
ID
FILE
.
106
THE
RESOURCE
FILE
.
106
THE
C++
SOURCE
.
107
SUMMARY
.
108
9
CONTROLS:
EDIT
BOXES,
RADIO
BUTTONS,
PLAIN
TEXT
_
109
THE
APPLICATION
.
110
THE
ID
FILE
.
110
THE
RESOURCE
FILE
.
110
THE
C++
SOURCE
FILE
.
ILL
RUNNING
THE
PROGRAM
.
115
THE
MENU
ID
FILE
.
115
THE
RESOURCE
FILE
.
115
LTEXT
.
116
EDITTEXT
.
116
AUTORADIOBUTTON
.
116
THE
C++
SOURCE
FILE
.
116
SUMMARY
.
118
10
COMMON
CONTROLS
_
119
SUMMARY
.
121
11
CONTROLS:
TOOLBARS
_
123
THE
APPLICATION
.
123
MENU
OPTIONS
.
124
BUTTON
APPEARANCE
.
124
THE
RESOURCE
FILE
.
125
THE
ID
FILE
.
125
THE
C++
SOURCE
FILE
.
125
VIII
CONTENTS
FUNCTION
PROTOTYPE
CTOOLBAR::CREATEEX
.
126
FUNCTION
PROTOTYPE
RETURN
VALUE
.
126
FUNCTION
PROTOTYPE
PARAMETERS:
.
127
FUNCTION
PROTOTYPE
CTOOLBAR::LOADTOOLBAR
.
127
CONSTRUCTOR
RETURN
VALUE:
.
127
CONSTRUCTOR
PARAMETERS:
.
127
RUNNING
THE
PROGRAM
.
128
SUMMARY
.
129
12
CONTROLS:
STATUS
BAR
AND
TOOLTIPS
.
131
THE
APPLICATION
.
131
THE
ID
FILE
.
131
THE
RESOURCE
FILE
.
132
THE
C++
SOURCE
FILE
.
133
RUNNING
THE
PROGRAM
.
134
SUMMARY
.
134
13
ICONS
.
135
THE
APPLICATION
.
135
GRAPHICS
EDITOR
.
136
MICROSOFT
PROVIDED
ICONS
.
136
FUNCTION
PROTOTYPE
CWINAPP::LOADICON
.
136
FUNCTION
PROTOTYPE
RETURN
VALUE
.
136
FUNCTION
PROTOTYPE
PARAMETERS
.
137
THE
MENU
ID
FILE
.
137
THE
RESOURCE
FILE
.
137
THE
C++
SOURCE
FILE
.
137
FUNCTION
PROTOTYPE
AFXREGISTERWNDCLASS
.
138
FUNCTION
PROTOTYPE
RETURN
VALUE
.
139
FUNCTION
PROTOTYPE
PARAMETERS
.
139
RUNNING
DIE
APPLICATION
.
140
SUMMARY
.
140
14
TEXT
I/O
USING
DEVICE
CONTEXTS
.
141
OVERVIEW
.
142
DEVICE
CONTEXTS
.
143
FUNCTION
PROTOTYPE
GETSYSTEMMETRICS
.
143
FUNCTION
PROTOTYPE
CDC::PATBLT
.
144
FUNCTION
PROTOTYPE
RETURN
VALUE
.
144
FUNCTION
PROTOTYPE
PARAMETERS
.
144
FUNCTION
PROTOTYPE
CDC::BITBLT
.
144
FUNCTION
PROTOTYPE
RETURN
VALUE
.
145
FUNCTION
PROTOTYPE
PARAMETERS
.
145
FUNCTION
PROTOTYPE
CDC::TEXTOUT
.
145
FUNCTION
PROTOTYPE
RETURN
VALUE
.
146
FUNCTION
PROTOTYPE
PARAMETERS
.
146
DRAWING
TEXT
.
146
CFONT
.
147
FLICKER
AND
THE
REPAINT
PROBLEM
.
147
EXAMPLE
1:
SIMPLE
TEXT
I/O
.
147
CONTENTS
IX
THE
C++
SOURCE
FILE
.
147
RUNNING
THE
PROGRAM
.
150
EXAMPLE
2:
ALTERING
THE
FONT
.
151
TYPE
FACE
NAME
.
151
STYLE
.
153
SIZE
.
153
THE
C++
PROGRAM
SOURCE
.
153
RUNNING
DIE
PROGRAM
.
156
SUMMARY
.
156
16
GRAPHICS
USING
DEVICE
CONTEXTS
.
157
GRAPHIC
OBJECTS
.
157
CLASSES
FOR
WINDOWS
GDI
OBJECTS
.
158
PROCESS
OF
CREATING
A
GRAPHIC
OBJECT
IN
A
DEVICE
CONTEXT
.
158
FUNCTION
PROTOTYPE
MOVETOEX
.
159
FUNCTION
PROTOTYPE
RETURN
VALUES
.
159
PARAMETERS
.
159
FUNCTION
PROTOTYPE
CDC::LINETO
.
159
FUNCTION
PROTOTYPE
RETURN
VALUES
.
159
FUNCTION
PROTOTYPE
PARAMETERS
.
159
EXAMPLE
1
.
160
RUNNING
THE
PROGRAM
.
163
ADDITIONAL
FEATURES
.
163
FUNCTION
PROTOTYPE
CDC::SETMAPMODE
.
163
FUNCTION
PROTOTYPE
PARAMETER
.
164
FUNCTION
PROTOTYPE
CDC::SETVIEWPORTEXT
.
165
FUNCTION
PROTOTYPE
RETURN
VALUE
.
165
FUNCTION
PROTOTYPE
PARAMETERS
.
165
FUNCTION
PROTOTYPE
CDC::SETVIEWPORTORG
.
165
FUNCTION
PROTOTYPE
RETURN
VALUE
.
166
FUNCTION
PROTOTYPE
PARAMETERS
.
166
EXAMPLE
2
.
166
RUNNING
THE
PROGRAM
.
167
SUMMARY
.
167
17
BITMAPS
USING
DEVICE
CONTEXTS
.
169
DEVICE-DEPENDENT
BITMAPS
-
DDB
.
169
DEVICE-INDEPENDENT
BITMAPS
-
DIB
.
170
COLOUR
.
170
SCREEN
RESOLUTION,
GRAPHICS
MEMORY
AND
COLOURS
DISPLAYED
.
171
CREATING
A
BITMAP
.
171
CBITMAP
.
171
FUNCTION
PROTOTYPE
CBITMAP:
:LOADBITMAP
.
172
THE
RESOURCE
FILE
.
172
THE
C++
SOURCE
FILE
.
172
RUNNING
THE
PROGRAM
.
175
DIB
.
175
SUMMARY
.
176
BIBLIOGRAPHY
.
176
X
CONTENTS
18
WHERE
NEXT?
_
177
ON-LINE
HELP
.
178
MSDN
CDS
.
178
ON-LINE
EXAMPLES
.
178
WIZARDS
.
178
BOOKS
.
178
WEB
RESOURCES
.
179
SUMMARY
.
180
APPENDIX
A:
TOOLBAR
EXAMPLE
_
181
MENU
ID
FILE
.
181
RESOURCE
FILE
.
182
C++
SOURCE
FILE
.
183
APPENDIX
B:
STATUSBAR
AND
TOOLTIPS
EXAMPLE
.
187
MENU
ID
FILE
.
187
RESOURCE
FILE
.
188
C++
SOURCE
FILE
.
190
APPENDIX
C:
ICON
EXAMPLE
.
.
195
MENU
ID
FILE
.
195
RESOURCE
FILE
.
196
C++
SOURCE
FILE
.
198
APPENDIX
D:
SECOND
TEXT
I/O
EXAMPLE
.
203
C++
SOURCE
FILE
.
203
APPENDIX
E:
SECOND
GRAPHICS
I/O
EXAMPLE
.
207
C++
SOURCE
FILE
.
207
INDEX
.
211 |
any_adam_object | 1 |
author | Chivers, Ian D. 1952- |
author_GND | (DE-588)120435055 |
author_facet | Chivers, Ian D. 1952- |
author_role | aut |
author_sort | Chivers, Ian D. 1952- |
author_variant | i d c id idc |
building | Verbundindex |
bvnumber | BV012745516 |
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 |
classification_rvk | ST 250 |
ctrlnum | (OCoLC)845318235 (DE-599)BVBBV012745516 |
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 |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV012745516</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20011221</controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">990831s2000 gw a||| |||| 00||| eng d</controlfield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">957040466</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1852331704</subfield><subfield code="9">1-85233-170-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)845318235</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV012745516</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">DE</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-83</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.73.C153</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.13/3</subfield><subfield code="2">21</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Chivers, Ian D.</subfield><subfield code="d">1952-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)120435055</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Essential Visual C++ 6.0 fast</subfield><subfield code="b">an introduction to Windows programming using the Microsoft Foundation class library</subfield><subfield code="c">Ian Chivers</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">London [u.a.]</subfield><subfield code="b">Springer</subfield><subfield code="c">2000</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">X, 214 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="0" ind2=" "><subfield code="a">Essential series</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">Microsoft Visual C++</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">Microsoft Windows (Computer file)</subfield></datafield><datafield tag="630" ind1="0" ind2="4"><subfield code="a">Microsoft foundation class library</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">C++ (Computer program language)</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Visual programming languages (Computer science)</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Visual C++ 6.0</subfield><subfield code="0">(DE-588)4518537-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Microsoft foundation classes</subfield><subfield code="0">(DE-588)4413111-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Microsoft foundation classes</subfield><subfield code="0">(DE-588)4413111-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Visual C++ 6.0</subfield><subfield code="0">(DE-588)4518537-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008667728&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-008667728</subfield></datafield></record></collection> |
id | DE-604.BV012745516 |
illustrated | Illustrated |
indexdate | 2024-08-16T01:14:24Z |
institution | BVB |
isbn | 1852331704 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-008667728 |
oclc_num | 845318235 |
open_access_boolean | |
owner | DE-83 |
owner_facet | DE-83 |
physical | X, 214 S. Ill. |
publishDate | 2000 |
publishDateSearch | 2000 |
publishDateSort | 2000 |
publisher | Springer |
record_format | marc |
series2 | Essential series |
spelling | Chivers, Ian D. 1952- Verfasser (DE-588)120435055 aut Essential Visual C++ 6.0 fast an introduction to Windows programming using the Microsoft Foundation class library Ian Chivers London [u.a.] Springer 2000 X, 214 S. Ill. txt rdacontent n rdamedia nc rdacarrier Essential series Microsoft Visual C++ Microsoft Windows (Computer file) Microsoft foundation class library C++ (Computer program language) Visual programming languages (Computer science) Visual C++ 6.0 (DE-588)4518537-2 gnd rswk-swf Microsoft foundation classes (DE-588)4413111-2 gnd rswk-swf Microsoft foundation classes (DE-588)4413111-2 s Visual C++ 6.0 (DE-588)4518537-2 s DE-604 DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008667728&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Chivers, Ian D. 1952- Essential Visual C++ 6.0 fast an introduction to Windows programming using the Microsoft Foundation class library Microsoft Visual C++ Microsoft Windows (Computer file) Microsoft foundation class library C++ (Computer program language) Visual programming languages (Computer science) Visual C++ 6.0 (DE-588)4518537-2 gnd Microsoft foundation classes (DE-588)4413111-2 gnd |
subject_GND | (DE-588)4518537-2 (DE-588)4413111-2 |
title | Essential Visual C++ 6.0 fast an introduction to Windows programming using the Microsoft Foundation class library |
title_auth | Essential Visual C++ 6.0 fast an introduction to Windows programming using the Microsoft Foundation class library |
title_exact_search | Essential Visual C++ 6.0 fast an introduction to Windows programming using the Microsoft Foundation class library |
title_full | Essential Visual C++ 6.0 fast an introduction to Windows programming using the Microsoft Foundation class library Ian Chivers |
title_fullStr | Essential Visual C++ 6.0 fast an introduction to Windows programming using the Microsoft Foundation class library Ian Chivers |
title_full_unstemmed | Essential Visual C++ 6.0 fast an introduction to Windows programming using the Microsoft Foundation class library Ian Chivers |
title_short | Essential Visual C++ 6.0 fast |
title_sort | essential visual c 6 0 fast an introduction to windows programming using the microsoft foundation class library |
title_sub | an introduction to Windows programming using the Microsoft Foundation class library |
topic | Microsoft Visual C++ Microsoft Windows (Computer file) Microsoft foundation class library C++ (Computer program language) Visual programming languages (Computer science) Visual C++ 6.0 (DE-588)4518537-2 gnd Microsoft foundation classes (DE-588)4413111-2 gnd |
topic_facet | Microsoft Visual C++ Microsoft Windows (Computer file) Microsoft foundation class library C++ (Computer program language) Visual programming languages (Computer science) Visual C++ 6.0 Microsoft foundation classes |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=008667728&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT chiversiand essentialvisualc60fastanintroductiontowindowsprogrammingusingthemicrosoftfoundationclasslibrary |