Learning Outcomes
- How to download Xcode
- Learn how to configure Tabs/Space/Indentation
- Have own programming "styles"
- Know how to write a short program and compile it
**Xcode is the recommended IDE for a few Programming languages in Mac OS.
If you love Microsoft Visual Studio, you can also download it in your Mac, just try both of them and see which one works the best for you. I will leave the link here for you to check out Microsoft VS in Mac ->https://visualstudio.microsoft.com/vs/mac/
How to download and configure Xcode will be in the link below:
***We are done covering about IDE, and next is the programming language. We will be starting building C++ modules as soon as possible. C++ is one of the hardest programming languages to learn but once you master it, you basically can understand all other programming languages easily !!
cout<< "Stay Tuned to learn your first ever programming language: " << "C++";
Kommentarer