From: martin DOT gumucio AT mcu DOT uu DOT se (Martin Gumucio) Newsgroups: comp.os.msdos.djgpp Subject: list of djgpp compiler errors wanted! Date: Tue, 19 Nov 1996 14:25:04 GMT Organization: Uppsala University Lines: 19 Message-ID: <32905cab.10273409@news.uu.se> NNTP-Posting-Host: jynx2.student.uu.se To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I'm just learning c++ but djgpp is complaining on my coding... this source is copied right out of my book int auks; auks = 19.99 + 11.99; this is the commandline i use gxx SAMPLE.CPP -o SAMPLE.EXE -lm and this came out of the compiler utypomv.cpp: In function `int main()': utypomv.cpp:10: warning: assignment to `int' from `double' it simply refuses to make me use type casting of any form. Where can i find a list of all djgpp compiler errorsmessages?