CS 3214 Midterm: CS3214 MidtermCS3214F10

149 views16 pages
31 Jan 2019
Course
Professor

Document Summary

The table below shows for each problem who graded it, as well as statistics about each problem. If you have a question about your score, please contact the person who graded the problem first before contacting your instructor. Students who received a score of 40 or less are at risk of failing the class (even if the project minimum requirements are met) and must show improvement in the final exam as well as in the concurrent exercises. Midterm solution: compiling and linking (25 pts, (2 pts) prototypes. During project 3, your teammate added a function give_terminal_to() to the esh. c file like so: void give_terminal_to(pid_t pgrp, struct termios *pg_tty_state) { $ make cc -wall -werror -wmissing-prototypes -g -c -o esh. o esh. c cc1: warnings being treated as errors esh. c:196: warning: no previous prototype for give_terminal_to" make: *** [esh. o] error 1. Your teammate then changed the code to be: void give_terminal_to(pid_t pgrp, struct termios *pg_tty_state); void give_terminal_to(pid_t pgrp, struct termios *pg_tty_state) {

Get access

Grade+20% off
$8 USD/m$10 USD/m
Billed $96 USD annually
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
40 Verified Answers

Related Documents