Changes

Jump to: navigation, search

Project A2 20141 - OOP344

No change in size, 20:54, 9 March 2014
Moved tester section up
== Custom Additions ==
You may add functions to your design of this assignment as long as they stay true to the "spirit" of the assignment. For example, adding a protected function in CFrame that returns whether the frame is currently in fullscreen mode or not. This function can then be used by all functions that care about whether the frame is currently fullscreen (eg width, height).
 
= Tester =
Please use [https://scs.senecac.on.ca/~hasan.kamal-al-deen/public_resources/oop344/a2testing_mar092014.zip this updated tester package] for testing. It includes an updated a2tester.cpp, cdialog.h, cdialog.cpp. There are 4 testing levels. You can change which level you are testing at by changing the '''TEST_NO''' #define at the top of a2test.cpp. It may be any one of 0,1,2,3,4.
 
The tests do not make it clear when your output is "correct" so please refer to this page and the assignment spec when determining that your output is correct.
 
== Test 0: A1 Test ==
This test is a direct copy of the A1 tester. It is here to ensure that your display/edit functions work at a minimal level. While your A1 code will not affect your A2 mark, it will be more difficult for you to finish A2 if your A1 is in bad shape so this tester is present as a convenience to help you sort through that.
 
== Test 1: CFrame Test ==
* '''Frame Notes''':
** Frame may overwrite '''but not exceed''' the top line of the screen
** In turn, be sure that the move message overwrites the frame itself on the top line if the frame is currently occupying the top line while the message is displayed <br/>
* '''Inner Frame Notes''':
** Be sure that inner frames '''do not''' overwrite any part of their parent's frame if the parent has a frame
= Spec Code Amendments =
\-----------/
</pre>
 
= Tester =
Please use [https://scs.senecac.on.ca/~hasan.kamal-al-deen/public_resources/oop344/a2testing_mar092014.zip this updated tester package] for testing. It includes an updated a2tester.cpp, cdialog.h, cdialog.cpp. There are 4 testing levels. You can change which level you are testing at by changing the '''TEST_NO''' #define at the top of a2test.cpp. It may be any one of 0,1,2,3,4.
 
The tests do not make it clear when your output is "correct" so please refer to this page and the assignment spec when determining that your output is correct.
 
== Test 0: A1 Test ==
This test is a direct copy of the A1 tester. It is here to ensure that your display/edit functions work at a minimal level. While your A1 code will not affect your A2 mark, it will be more difficult for you to finish A2 if your A1 is in bad shape so this tester is present as a convenience to help you sort through that.
 
== Test 1: CFrame Test ==
* '''Frame Notes''':
** Frame may overwrite '''but not exceed''' the top line of the screen
** In turn, be sure that the move message overwrites the frame itself on the top line if the frame is currently occupying the top line while the message is displayed <br/>
* '''Inner Frame Notes''':
** Be sure that inner frames '''do not''' overwrite any part of their parent's frame if the parent has a frame

Navigation menu