Deliverables. There are two different programs to submi
2 Pages413 Words220 Views
Added on 2019-09-16
BookmarkShareRelated Documents
DeliverablesThere are two different programs to submit for this assignment:1. A c program called testing.c that contains the three required functions and a main function that methodically tests each of the three functions. testing.c should require no user input to run.2. A c program called editor.c that uses the functions to implement a line editor as described in the previous text.Marks breakdown summary•The marks will be roughly 25% from testing.c and 75% from editor.c•Marks are given primarily for correctness and correct use of coding constructs.•You will lose marks for inconsistent indentation, variable names, brace placement, wrong file name, poor code readability, etc.•You will lose marks if you do not use loops, switches, if/else, etc properly and effectively.•Do not use global variables or goto statements•You will lose marks if you submit an overly complicated algorithm as a solution. This program does not require extremely complicated algorithms.More Details about marking•40% of the mark comes from automated testing◦running styleCheck/cpplint (files attached so you can try it)▪lose up to 10 marks for errors in style check▪type "python styleCheck.py" after putting both files in the samedirectory as your source code◦zero in this section if the file name is incorrect◦tests compilation and warnings▪-10 marks for each warning, 0 on assignment if it doesn't compile◦40 pts automated tests of required functions•60% of the marks come from TA grading◦15 pts correct editor functionality◦15 pts program design▪suitability of algorithms
Found this document preview useful?
Related Documents
Programming Assignment | Program Creationlg...
|4
|1061
|515
CMSC 3613 Programming Assignment 2022lg...
|3
|830
|20
A Programming Approach to Solving the Travelling Salesman Problem Using a Greelg...