VisualC++ 6 Programming Tutorial
Short Description
This tutorial contains a beginner’s guide to Visual C++ 6, introducing the programming. environment and the use of MFC classes to implement a Windows 32 …
Website: hsc.csu.edu.au | Filesize: 275kb
Content
Visual C++ 6 Programming Tutorial
This tutorial contains a beginner’s guide to Visual C++ 6, introducing the programming
environment and the use of MFC classes to implement a Windows 32 user interface, defining
key terms and introducing exercises to demonstrate the five control structures (sequence,
selection: binary and multiway, iteration: pre-and post-test).
Syllabus outcome
H5.3 A student selects and applies appropriate software to facilitate the design and
development of software solutions
Students learn to implement a fully tested and documented software solution in a
methodical manner. (SDD syllabus, p.51)
The following headings may help you navigate:
Activity 1: Welcome screen and Menu editor
Event handlers and scroll bars
Activity 2: Colour Changer
Datatypes, Variables and functions
Activity 3: Dialog boxes
Activity 4: Create a calculator and avoid division by zero
Sequence
Binary Selection
Activity 5: Measurement Converter (Binary Selection)
Multiway Selection
Activity 6: ParcelPost
Iterations
Activity 7: Pre-test loop Beeper
Activity 8: Random number generator
Activity 10: Post-test loop to display Fibonacci numbers
Activity 11: Nested For loops.
Organising your first project
The first step is…
Get the file Download here
Related Books:Related Searches: visual c 6, random number generator, dialog boxes, measurement converter, mfc classes
Comments
Leave a Reply