
BTW Im using metrowerks codewarrior IDE 3.2 I either need to know where to get the Events header or another way to do this.

The sites i go to just always seem to assume you automatically have it. I also found that I could create my own _kbhit and _getch with a souix library and Events.h but the computers at school do not have Events.h and I have absolutely no idea where to get it. I cannot find any kind of macintosh equivilant I am hoping some one here has some kind of experience in mac. it prints something at a random interval and you can type what ever you want while it does this and _kbhit and _getch are what I used to do it. It all comes to just 2 functions that are in conio.h _kbhit and _getchĬout << "\nA goblin has entered the room\n" << flush Ĭout << "\nyou typed:\n" << chatBuffer << endl << flush īasically the whole Idea is that the program doesn't wait for input from the user to do something.


I am working on a final project but I started it at home in VC++ 6.0 and of course I expected some kind of a problem transfering. I am taking a class at my high school and it teaches c++ programming but of course the school uses macintosh.
