| Article: |
C is for Cocoa | |
| Subject: | Re: This made me install the dev tools | |
| Date: | 2003-07-23 21:07:56 | |
| From: | anonymous2 | |
|
Response to: Re: This made me install the dev tools
|
||
|
Whoops! I should have tested the program before I hit 'Submit'. Here is the revised code:
|
||
Showing messages 1 through 2 of 2.
-
Re: This made me install the dev tools
2003-07-26 02:00:07 anonymous2 [View]
-
Re: This made me install the dev tools
2003-09-03 19:48:45 anonymous2 [View]
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.



return (0);
are we? :)