Teach Yourself Visual C++ 6 in 21 Days phần 1 pptx

Teach Yourself Visual C++ 6 in 21 Days phần 1 pptx

Teach Yourself Visual C++ 6 in 21 Days phần 1 pptx

... 60 4 Quiz 60 4 Exercise 60 4 Day 10 60 5 Quiz 60 5 Exercise 60 6 Day 11 61 2 Quiz 61 2 Exercise 61 2 Day 12 61 4 Quiz 61 4 Exercises 61 5 Day 13 61 6 Quiz 61 6 Exercise 61 7 Day 14 62 0 Quiz 62 0 Exercise 62 1 Day ... 62 1 Day 15 62 3 Quiz 62 3 Exercise 62 4 Day 16 625 Quiz 62 5 Exercises 62 5 Day 17 62 6 Quiz 62 6 Exercises 62 6 Day 18 62 8 Quiz 62 8...
Ngày tải lên : 13/08/2014, 18:20
  • 80
  • 284
  • 0
Teach Yourself Visual C++ 6 in 21 Days phần 2 pps

Teach Yourself Visual C++ 6 in 21 Days phần 2 pps

... /////////////////////// 10 : // MY CODE STARTS HERE 11 : /////////////////////// 12 : 13 : // Initialize the counter interval 14 : m_iInterval = 10 0; 15 : 16 : // Update the dialog 17 : UpdateData(FALSE); 18 : 19 : // ... 4/27/00 11 :44 AM Page 86 10 : // MY CODE STARTS HERE 11 : /////////////////////// 12 : 13 : // Start the clock timer 14 : SetTimer(ID_CLOCK_TIMER, 10 0...
Ngày tải lên : 13/08/2014, 18:20
  • 80
  • 339
  • 0
Teach Yourself Visual C++ 6 in 21 Days phần 3 doc

Teach Yourself Visual C++ 6 in 21 Days phần 3 doc

... (pWnd) 11 : { 12 : // Is the tool a bitmap? 13 : if (pWnd->m_iTool == 2) 14 : { 15 : } 16 : else // No, we’re drawing a shape continues 012 312 40-9 CH08 4/27/00 11 :54 AM Page 17 1 Adding Flash—Incorporating ... pdc->SelectObject(lNullPen); 10 7: // Which shape are we drawing? 10 8: if (iShape == 1) 10 9: pdc->Ellipse(lDrawRect); 11 0: else 11 1: pdc->Rectangle(lDr...
Ngày tải lên : 13/08/2014, 18:20
  • 80
  • 289
  • 0
Teach Yourself Visual C++ 6 in 21 Days phần 4 pps

Teach Yourself Visual C++ 6 in 21 Days phần 4 pps

... function, adding the code in Listing 12 .5. 260 Day 12 0 16 312 40-9 CH12 4/27/00 12 :30 PM Page 260 10 . Add a function for the WM_CONTEXTMENU event message on the CDay11View class. 11 . Edit the ... class. 11 . Edit the function, adding the code in Listing 11 .4. LISTING 11 .4. THE CDay11View OnContextMenu FUNCTION. 1: void CDay11View::OnContextMenu(CWnd* pWnd, CPoint point...
Ngày tải lên : 13/08/2014, 18:20
  • 80
  • 268
  • 0
Teach Yourself Visual C++ 6 in 21 Days phần 5 doc

Teach Yourself Visual C++ 6 in 21 Days phần 5 doc

... find that the records are restored back to the state that you originally entered them, as in Figure 13 .4. 310 Day 13 017 312 40-9 CH13 4/27/00 12 :52 PM Page 310 LISTING 13 .22. CONTINUED 7: #include ... “Serialize.h” 6: 7: #include “MainFrm.h” 8: #include “Person.h” 9: #include “SerializeDoc.h” 10 : #include “SerializeView.h” 11 : 12 : #ifdef _DEBUG 13 : . 14 : . 15 : . A...
Ngày tải lên : 13/08/2014, 18:20
  • 80
  • 249
  • 0
Teach Yourself Visual C++ 6 in 21 Days phần 6 ppsx

Teach Yourself Visual C++ 6 in 21 Days phần 6 ppsx

... be used in the drawing, as in line 41 of Listing 16 . 16 . LISTING 16 . 16 . THE MODIFIED CModArt NewLine FUNCTION. 1: void CModArt::NewLine() 2: { 3: int lNumLines; 4: int lCurLine; 5: // int nCurColor; 6: ... FUNCTION. 1: void CModArt::NewDrawing() 2: { 3: int lNumLines; 4: int lCurLine; 398 Day 16 FIGURE 16 . 5. Creating random squiggle drawings. 022 312 40-9 CH 16 4/27/00 12...
Ngày tải lên : 13/08/2014, 18:20
  • 80
  • 217
  • 0
Teach Yourself Visual C++ 6 in 21 Days phần 7 pps

Teach Yourself Visual C++ 6 in 21 Days phần 7 pps

... INFINITE); 13 : } 14 : } 15 : else // We are running the thread 16 : { 17 : int iSpnr; 18 : // Which spinner to use? 19 : switch (nIndex) 20: { 21: case 0: 462 Day 18 024 312 40-9 CH18 4/27/00 12 :59 PM Page 462 LISTING ... thread 10 : m_pSpinThread[nIndex]->SuspendThread(); 11 : } 12 : } 13 : else // We are running the thread 14 : { 15 : // Is the pointer for the thre...
Ngày tải lên : 13/08/2014, 18:20
  • 80
  • 240
  • 0
Teach Yourself Visual C++ 6 in 21 Days phần 8 ppt

Teach Yourself Visual C++ 6 in 21 Days phần 8 ppt

... pig_values = input; 5: } 6: 7: int farm_house::get(void) 8: { 9: return pig_values; 10 : } 11 : 12 : int main() 13 : { 14 : farm_house pig1, pig2, pig3; 15 : 16 : 17 : pig1.set (12 ); 18 : pig2.set (13 ); 19 : ... farm_house 6: { 7: int pig_values; 8: public: 9: void set(int input); 10 : int get(void); 11 : }; 12 : 13 : void farm_house::set(int input) 14 : { 15 : pig_value...
Ngày tải lên : 13/08/2014, 18:20
  • 80
  • 230
  • 0
Teach Yourself Visual C++ 6 in 21 Days phần 9 pot

Teach Yourself Visual C++ 6 in 21 Days phần 9 pot

... 66 8 Understanding and Exception Handling 66 7 D 11 : return TRUE; 12 : } 13 : 14 : BOOL bSomeThingWentWrong = TRUE; 15 : 16 : void CExceptionalDlg::DoSomeFileHandling() 17 : { 18 : // ** File handling ... you’d definitely find this technique useful in speeding up the printing. 65 6 Appendix C USING COORDINATES FROM OnBeginPrinting() You might be tempted to also store the coordi...
Ngày tải lên : 13/08/2014, 18:20
  • 80
  • 272
  • 0
Teach Yourself Visual C++ 6 in 21 Days phần 10 docx

Teach Yourself Visual C++ 6 in 21 Days phần 10 docx

... 11 2 cascading, 1 06 context menus, 1 06, 1 16 - 11 8 creating, 10 9 -11 0 event handling, 11 2 -11 5 hotkeys, 10 7 naming, 11 9 pull-down menus, 1 06 separator lines, 11 1 Windows conventions, 10 7 Multiple Document Interface, ... overloads, 711 - 712 , 7 16 device contexts, 15 0 -15 1 bitmaps, 15 4 -1 56 brushes, 15 3 -15 4 device contexts class, 15 1 pens, 15 1...
Ngày tải lên : 13/08/2014, 18:20
  • 72
  • 286
  • 0