Function Prototypes in D?

Joscci jsantos.uno.ceen at gmail.com
Fri May 25 07:58:57 PDT 2007


Hello everyone,

I'm a newcomer to the D language (though not new to programming) and currently reading through the documentation to learn this fascinating new language.

In any case, I was wondering -- does D make use of function prototypes like in C/C++? or are function definitions all that is necessary in D?

I did tried experimenting with the compiler and it appears that the answer to my question is the latter, but wanted to make sure this is indeed the case.

Thanks!



More information about the Digitalmars-d mailing list