Similar Posts

Subscribe
Notify of
9 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
aperfect10
3 months ago

Try to save (Command + s)

before performing the program.

aperfect10
3 months ago
Reply to  carli05

Isn’t it bad, how do you know?

The explanation for the error: The compiler (the program that translates your program for the computer) does not find the symbol “_main”. This is, just explained, the beginning of your program. But if the file has not been saved, it doesn’t find anything, it’s logical.

Much joy continue to learn during programming 😊 And beautiful Christmas.

KarlRanseierIII
3 months ago

As in the message, a -v would not be wrong to see the complete linker call. If a symbol cannot be resolved, then perhaps because something is missing from the linking and if necessary a necessary object will not be transferred.

fragobertfruck
3 months ago

Visual Studio has been discontinued on Mac since the end of August, use another IDE. And apart from that, I advise you to learn from C++

J0T4T4
3 months ago
Reply to  carli05

Don’t worry, there’s hardly a better language than C++ if you really want to learn.

J0T4T4
3 months ago

You can’t even do the legendary Rust rewrite of existing projects if you don’t understand the code in existing projects.

fragobertfruck
3 months ago

Rust would be recommended