hi im porting a SIOW app that my friend wrote in borland c++ to mac using mpw. i haven't touched c++ in a year(been doing perl) so be patient with me.(i suck)
he uses the functions clrscr(), getch() and randomize(). He uses clrscr() and randomize() as void function calls just for their effect but he uses getch as an rvalue assigning it to a chracter variable but he also calls it by itself(i assume for the side effect of forcing the previous cout << to display.???_
how do you implement these functions in a MPW environment?