We've expanded our news coverage and improved our search! Visit news.oreilly.com for the latest or search for all things across O'Reilly!
advertisement

Article:
  C is for Cocoa
Subject:   Re: This made me install the dev tools
Date:   2003-09-03 19:48:45
From:   anonymous2
Response to: Re: This made me install the dev tools

Not really. return 0; is optional in standard, modern C++ - and by extension, I'd assume the most recent C spec.


Though gcc accepts some C++ syntaxes in C-compiling mode.