The linker tells you with "multiple definition of `main'" that you have at least two main() functions.
But only one is allowed in a program.
So find the second main() and delete it.
The linker tells you with "multiple definition of `main'" that you have at least two main() functions.
But only one is allowed in a program.
So find the second main() and delete it.
Last edited by Boron; 8th March 2009 at 15:51.
Bookmarks