Difference between revisions of "BTP300B Team 2 Weekly Log"

From CDOT Wiki
Jump to: navigation, search
(Week 4)
(Week 4)
Line 42: Line 42:
  
 
==Week 4 ==
 
==Week 4 ==
10/01/2012  
+
10/01/2012 : Organized days to meet up in the library every wednesday and planned time to work on the assignment online. Divided the work and started coding duing the lab.
1) Shajinth created the constructor and destructor of class and the setter and getter functions of class
 
2) Auquib created the Header File Cfg.h and the consolebackup.cpp file
 
  
10/02/2012
+
10/02/2012 : created the display function of class tested the edit function, created the draw function of class, and the hide function of class
1) Shajinth created the display function of class tested the edit function by writing the driver for it, and tested the setLine function of class and added line str[i+1] = '\0' at end of function.
 
2) Created the draw function of class, and the hide function of class
 
3) Auquib created the edit and setLine function in cframe class, tested the display function by writing the driver for it.
 
4) Added frame visibility condition in display function, and tested the draw function and hide function by writing the driver for it.
 
5) We then deleted statement at the end of draw function to release the memory allocated using new.
 
  
10/03/2012
+
10/03/2012 created the goMiddle function and Written pseudo code/algorithm for move function based on direction, reviewed the complete code developed till now and tested it by writing sample program
1) Shajinth created the goMiddle function and Written pseudo code/algorithm for move function based on direction
 
2) Auquib reviewed the complete code developed till now and tested it by writing sample program
 
  
10/04/2012
+
10/04/2012 : created the move function based on input direction, the move function for particular frame and tested the complete project in matrix, posted wiki question then tested the project and took screenshot in matrix
1) Shajinth created the move function based on input direction, the move function for particular frame and tested the complete project in matrix
 
2) We Created a wiki question
 
3) Auquib integrated the complete code for class cframe, modified a2test.cpp so that it compiles with project.
 
4) We Tested the project and took screenshot in matrix
 
  
10/05/2012
+
10/05/2012 : created a visual studio project, added the .h and .cpp files int, and compiled the code and took screenshots then compiled the code in borland compiler and took Screenshots for borland compiler
1) Shajinth Created a visual studio project, added the .h and .cpp files int, and compiled the code and took screenshots
 
2) Auquib compiled the code in borland compiler and took Screenshots for borland compiler
 
  
 
==Week 5 ==
 
==Week 5 ==

Revision as of 23:39, 7 October 2012

Week 1

We will be working on the code and try and have something by the end of the day.

(Thursday) We later tested the code made so far for the assignment with professor's provided file. and also the time for the next meeting is decided which will take place tomorrow in library.

10/09/2012 : Shajinth wrote the display function while Auquib acting as a navigator reviewed the code and provided following useful comments :

         a) Condition when string is longer than fieldLen should be included
         b) Condition when string is shorter than fieldLen should also be included

11/09/2012 : Shajinth changed the display function code after Auquib review and Auquib reviewed it and confirmed its correctness after testing.

12/09/2012 : Auquib wrote the edit function while Shajinth acting as a navigator reviewed the code and helped Auquib in writing code for RIGHT arrow press key.

13/09/2012 : Auquib continued his edit function and included other key presses handling also and Shajinth reviewed the code and also helped Auquib in writing down code for BACKSPACE and DEL key.

14/09/2012 : Auquib finished his code for edit function and Shajinth reviewed it and found there is heap corruption so Shajinth suggested delete [] StrBackup line at the end.

15/09/2012 : Auquib and Shajinth tested the code by including A1test.cpp file from website in the project. Found some errors in output.

16/09/2012 : Auquib and Shajinth debug thier code and corrected all the errors and found that the output is matching with what is required on the website.

Week 2

We have gotten the code to display the border and messages sucessfully on September 16. We then worked on the key functions and have gotten the keys detected with our code on Tuesday September 17th. We have documented the bugs that need to be fixed and we will be focusing on fixing those bugs on the final release.

17/09/2012 : Shajinth wrote the sample program as suggested by Auquib to test the functionality of edit and display function.

18/09/2012  : Prepared the matrix script in linux with A1test.cpp and the sample program.Also took screenshots of the output.

19/09/2012  : Now to test the program in windows, Shajinth created a project in visual studio 2008 and included the .cpp and .h files in it.

20/09/2012 : Auquib tested the project in visual studio and took screenshot of the output.

21/09/2012 : Auquib downloaded the borland 5.5.1 compiler and read from internet how to install it and compile the project in it.

22/09/2012 : Auquib compiled the code with borland compiler while Shajinth tested it and took the screenshot

22/09/2012 : Created an application to work with our assignment 1 while preserving the specifications.

22/09/2012 : Contributed and answered 2 questions on the wiki under assignment 1.

Week 3

The assignment is completed and submitted,to complete it Auquib and Shajinth met three days every week and thus we were able to complete the assignment on time.

Week 4

10/01/2012 : Organized days to meet up in the library every wednesday and planned time to work on the assignment online. Divided the work and started coding duing the lab.

10/02/2012 : created the display function of class tested the edit function, created the draw function of class, and the hide function of class

10/03/2012 : created the goMiddle function and Written pseudo code/algorithm for move function based on direction, reviewed the complete code developed till now and tested it by writing sample program

10/04/2012 : created the move function based on input direction, the move function for particular frame and tested the complete project in matrix, posted wiki question then tested the project and took screenshot in matrix

10/05/2012 : created a visual studio project, added the .h and .cpp files int, and compiled the code and took screenshots then compiled the code in borland compiler and took Screenshots for borland compiler

Week 5

Week 6

Week 7

Week 8

Week 9

Week 10

Week 11

Week 12

Week 13

Week 14