21
edits
Changes
→Mac OS C++
Mac OS, being a Unix base operating system, supports curses library. So if you follow the case study in the book (the one written for AIX)it should work on Mac too.<br />
<big>
cc biomain.c biof.c -lcurses
</big>
== How to submit your assignment ==