Learn
Woohoo! You have written a few C++ programs. ๐
In this lesson, you have learned:
- C++ is a general-purpose coding language.
- C++ runs line by line, from top to bottom.
std::cout
is how you output to the terminal:
std::cout << "Good luck!\n";
Instructions
1.
Before we move on, letโs write a letter to your future self.
In letter.cpp, letโs add the following:
- Goal(s) for yourself.
- Name and date.
Press Run to mail the letter! ๐ฌ
P.S. This letter will be returned when you complete the course.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.