Confused on how to compile

https://www.codecademy.com/courses/learn-c-plus-plus/lessons/cpp-compile-execute/exercises/compile-execute?action=resume_content_item

On instruction 1 , how do you compile the code?

Hello, and welcome to the forums :slightly_smiling_face:!

Simply just read the instructions. It should tell you everything you need to know to do it.

I hope this helps =)

6 Likes

If you have a question, please check out this topic and try to rewrite your post:

6 Likes

So I just add g++ to the file name?

6 Likes

Yep. That’s what the instructions say to do. Next step is to execute. Just read to get it too.

5 Likes

Thanks! I got it now! Got executing down also.

1 Like