NAME: B. NATARAJAN
ROLL NO: 10528023
BATCH NO: 74
GROUP: 2
TOPIC:  BANKING

9-10-10 
         We had a meeting in which we discussed all the projects and their level of difficulties. Then we finally decided to do ?Road Map? project. Also we have decided about the allocation of workload to the various groups.  

10-10-10
	
Topic  Covered:Basic of Structures
Errors:No programming Done
Time Spent:10 - 11.30 AM

12-10-10
?	Our project TA confirmed that project to be ?Banking?. 
?	I attended our group discussion regarding handling of structures

Topic  Covered:Some programs in basic structure and Practiced programs given in the CS101 slides
Errors: No error
Time Spent:10 - 12 PM

13-10-10

Topic  Covered: Studied some concepts of pointers and arrays of pointers from the book 'C++ Complete Reference' ? Herb Schildt & Practiced some of the examples given in the book and tried two of the exercise problems on my own.
Errors: No error
Time Spent: 12.30 - 1.15 AM

14-10-10

      I attended the group discussion in which we learnt ?how to handle the files? and their functions

16-10-10
	Batch meeting-11:30-12:30
Decided which group will be taking up which aspect of the program and my group decided that we will be developing the function definitions and will be developing the program for various possible cases.

Joined the batch id to enhance my communication among my peers


Topic  Covered: Understanding the concepts of the sequential file handling with the help of the handout given on that day.
Errors:No Errors 
Time Spent: 8.30 ? 10.30 AM

17-10-10
We had a meeting in the evening from 5:00-6:30 where we decided on our approach to the project and how to handle different kind of functions. 


18-10-10
We had a meeting from 4:00-6:00 PM on Monday, where we all discussed the program and checked our progress and I was allocated to do two functions.
1.	Deposition of amount for a particular user and
2.	Withdrawal of amount of a particular user. 


19-10-10

Topic  Covered:Wrote the program for the function 'Deposition of amount' to a particular user.
Errors: 1.	Initialized both the files in the reading mode. Actually one should be in read and the other should be in the writing mode.
2.	Instead of comparing the two strings, I assigned 0 to the string. 
ie. strcmp(c.uname,b.uname)=0 
[ assignment operator '==' NOT used]

Time Spent:9.30-11.30 PM


20-10-10
Topic  Covered: 
Wrote the program for the function 'Withdrawal of amount' of a particular user.

Errors:1.	Forgot to include the condition that amount to be withdrawn should be at most to amount in balance.
	2.	I framed my program in such a way that it keeps on asking the user to enter (infinite loop!) the new amount, in case of user entering the amount to be withdrawn greater than amount which is actually present in its account. Actually at this stage, two options has to be provided 
		1.	Re-entering the amount
		2.	Option for Exist
	3.	My program was writing the updated information in a different file, which may not be used by the other programmers in case of not knowing the name of the new file. Actually I should have made use of the ?Rename? and ?Remove? commands, so that at the time of execution, the old file updates the information by itself

Time Spent: 11.30 PM ? 2.30 AM


21-10-10
        Our group had a meeting from 10.45 to 12 where I presented my preliminary programs and asked for suggestions and improvements. 

23-10-10

   	 Submitted my functions to group leader for the half stage submission. 

26-10-10
        
        Had a batch meeting where we sat down to debug some of our errors.

27-10-10

	Studied the whole project of my group and discussed my queries with my fellow teamate.

29-10-10

        Selected for viva and attended the same.

30-10-10

       Had Viva with our TA.

30 Had a batch meeting where we decided to learn Ezwindows

31 Studied the slides of EZ windows


02-10-10

       Studied some portion of EZ window, but didnt worked on it. I couldnt install EZ windows.

07-10-10
       Started doccumentation of the project





