Computer science - Personal Data Manipulation
Member rating: No Rating | Words: | Submitted: Thu Nov 20 2003
On the left is an image preview of every page of this document, and below are the first 150 words with formatting removed:
Computer science department City College University of Sheffield Csd2210 Data structures and algorithms Practical #1 E-Mail a.christodoulou@city.academic.gr Personal Data Manipulation Ftp acCount editor Abstract The program ftp account editor is used to keep in an external file the domain name of the ftp account, the user name and the password. Three strings of characters that do not contain spaces since the structure of all these is "spaceless" by default. The program uses a single linked list which's nodes is having as attribute a class. Various methods are implemented giving the basic functionality to the user. The main aspects in which the software is produced and designed are modularity and reusability. The target goal is achieved not in the desirable level but in a satisfactory one if we consider the low level programming skills of the programmer. Table of Contents CLASSES, METHODS AND ATTRIBUTES 4 Class ftp 4 Class Node 5 Class UrlList 5 KNOWN BUGS & POSSIBLE SOLUTIONS 7 EXTRA METHODS 8 SOURCE CODES 10 Data.h 10 UrlList.h 14 main.cpp 21 Classes, methods and attributes Three classes consist...

