ridiculousfish / cdecl-blocks

The venerable cdecl, with Apple blocks support
977 stars 75 forks source link

Direct initialization #9

Closed DesWurstes closed 6 years ago

DesWurstes commented 6 years ago

https://stackoverflow.com/questions/1051379/is-there-a-difference-in-c-between-copy-initialization-and-direct-initializati

It doesn't understand int i(5);

klutt commented 5 years ago

That's C++. This is to understand C declarations.