I’m having an error that always appear when i build the code.
Here a screenshot of it:
What can this be?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have source files called EXERCICI01 and EXERCICI02 in the same project. Each of these defines a function called ‘main’. You are trying to link both of them into one target and that’s not allowed.