From: qasic AT hotmail DOT com Newsgroups: comp.os.msdos.djgpp Subject: Help! Characters won't COUT Date: Thu, 08 Oct 1998 18:52:30 GMT Organization: Deja News - The Leader in Internet Discussion Lines: 61 Message-ID: <6vj1le$gh2$1@nnrp1.dejanews.com> NNTP-Posting-Host: 207.23.214.161 X-Article-Creation-Date: Thu Oct 08 18:52:30 1998 GMT X-Http-User-Agent: Mozilla/3.01 (Macintosh; I; PPC) X-Http-Proxy: 1.0 x12.dejanews.com:80 (Squid/1.1.22) for client 207.23.214.161 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi: I was wondering if anybody using DJGPP could tell me why the "*" won't print correctly when this program is compiled using DJGPP. It works find using Borland's C++ 4.5 but nothing is printed when I use DJGPP. Thank you very much in advance. Jason Downey /*--------------------------- BEGIN PROGRAM ----------------------------------*/ /* Doodle Program */ /* WILL NOT FUNCTION CORRECTLY IN DJGPP */ #include #include #if __DJGPP__ #include #else #include //this allows random stuff to work #include //this allows random stuff to work #endif int main() { void randomize(void); cout<<"Doodler! Press I/J/K/M to move, Q to quit"<