Hail,
For those with low ethics, I have a friend that needs a really simple C++ project completed for a course and I only know VB myself. Anyone care to help out for some quick cash and/or point to somewhere where this can be accomplsihed...
Project to finish
In this assignment you will create a program that manipulates 2 files off of one “database”. Efficiency is the keyword in this project. No repetitive code or unnecessary variables should be used, while keeping a high level of user-friendliness. Through a menu you will be given the options of entering a new student, deleting a current student, editing their marks, and viewing a listing of students either in alphabetical order by last name, or from highest to lowest grade average (you must enter 3 marks). The class Node will be used to store the information:
Lastname of the student. (Any names…)
Firstname of the student. (Any names…)
Midterm grade.
Assignment 1 grade.
Assignment 2 grade.
The average should not be a stored value, but calculated on the fly.
When the program is run it will read all of the students’ records into memory (List of Nodes) but even though we will be producing 2 files, read in only off of one and use only one list in memory.
I will not limit the use of those pointer things but I’m sure less is easier for me to follow.
Use filestream techniques to read and write to the files (no fread, fwrite). Use type definitions and error-checking technique to assure a smooth running program. The use of gotoxy(x-position,y-position) to create the user interface surely creates a more efficient screen presence (and because I’m boss, that’s how I want it done).
When you hand this in to me I expect it to include the two files “names.txt” and “grades.txt” but DO NOT HARD CODE THE NAMES!! I saw this too often in the previous job. These files should have records of all you fellow students (or friends) on them.
Please quote time and price...
