Linux Platform Missing Main file?

This is an error report.


Screenshot of the error


Error details

Compile error seems to be caused by a missing main file beyond m scope.

it’s likely that you didn’t start the course from the beginning and/or skipped some steps. Consider starting the course over, ensuring you run every command.

I think I’ve followed every step…but I’ll try to restart.

Hi Sanguin,
I understand your confusion. The notebook is correct. At that point, you need to create the whole code by yourself and nothing is provided to copy paste.

The instructions above that point specify:

So it says you need to create the program by yourself. We provide the commands to go to the proper directory and then create the empty file. I think we need to clarify this more, so the proper instructions should be:

image

for that, use the following commands

Now go to the IDE, open the boring_movie.cpp and put inside the code that you think is the proper code

image

once you are happy with your code

image

That sequence should clarify what is requested from you