> where is the right place to put main()? before or after my function > definitions? Because i used to write Pascal code, i stick main() last > (in Pascal, the main begin..end pair must be the last function in the program). > does it matter? seems more logical to define your prototypes, write them, > then the main program. anyone is right, if you put the functions after the main(), you can use prototypes to resolve the problems. the right style is *your* style. choose one. augusto cesar
- main() James
- Re: main() Ken
- Re: main() holotko
- Re: main() Augusto Cesar
- Re: main() Josh Muckley
- RE: main() Niels Hald Pedersen
- RE: main() James