A question about c/c++ syntax
- by user198729
I don't have the c++ environment yet right now.
It seems to me that a function must be declared/defined first to be called in c.
I mean, the declared/defined part should be ahead of the calling part.
Is it the same in c++?
Finally, it seems c++ is adding new features to itself,
what about c, has it stopped being developed?