On Thu, Sep 29, 2011 at 1:43 PM, Todd Goodman <t...@bonedaddy.net> wrote:
> * Nilesh Govindarajan <cont...@nileshgr.com> [110929 13:33]:
>> Default function arguments in C are specified like this:
>>
>> int func(int a = 10) {} // just a dummy function
>
> No they're not.  C doesn't have default function arguments.

That's another problem. (I don't know if gcc extends C to that end, though)

This may be useful once he gets there:

https://gustedt.wordpress.com/2010/06/03/default-arguments-for-c99/

-- 
:wq

Reply via email to