View Single Post
Old 17-06-2006, 03:36 AM   #26
#BlakhOle#
Game Wizzard

 
Join Date: Nov 2005
Location: ,
Posts: 201
Default

Ok lets see whats worked here... first of all, C++ doesnt seem to like the getch(); command much, the compiler log comes up with
Quote:
`getch' undeclared (first use this function)
(Each undeclared identifier is reported only once for each function it appears in)
[/b]
It seems to come up with this sort of thing alot in the programs youve posted before. It does it whether I save it as a .cpp file or just .c file.
The program you fixed from abi also worked pretty well, dunno how though. :P
Apart from that all seems well, except from the fact i still dont know what everything means. Back to the HELP file i guess...

PS @abi: Actually i dont hate C++, but i might like it a bit more if it was a bit more self explanatory :bleh:
#BlakhOle# is offline                         Send a private message to #BlakhOle#
Reply With Quote