Comments: Authenticated sender is From: oxygen AT dnc DOT net (Scott Alexander) To: djgpp AT delorie DOT com Date: Mon, 9 Jun 1997 02:14:05 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Subject: newbie question Message-ID: <19970609092108747.AAA49@ireland.dnc.net> Content-Transfer-Encoding: 8bit Precedence: bulk math.c: in funtion 'main': im teaching myself c++ and when i tried to run this i get the following errors any help as to what is causing the error and what needs to change would be apricieated OČ match.c:2: warning: return type of 'main' is not 'int' gcc.exe installation problem, cannot exec 'as': no such file or directory (ENOENT) this is the source code for the program #include void main () { int x = 1; int y = 2; printf("The sum of x + y is %d", x + y); }