Friday, April 27, 2018

Learning Pre-operations

In C++, the lines of code that start with a pound sign (#) are dedicated commands for the pre-processor, which is basically the part of the compiler that dictates what the compiler is going to need to know. In this screenshot, the user has added the command #include <iostream>, which basically tells the compiler to begin running. The user has also defined variables A and B which are set to 0. And lastly, using namespace std; tells the compiler that each time it sees a command such as cout, (nromally std::cout), it tells it that there is the std:: operator in front of it.

6 comments:

  1. Wow! Your blog is so Tech Savvy. It really stands out amongst the others. Plus, it's super informative Good job \(*-*)/

    ReplyDelete
  2. How would you say the best way to learn about coding is?

    ReplyDelete
  3. This topic is very informational and you have done a good job presenting it.

    ReplyDelete
  4. This blog is very informative. Very good job!

    ReplyDelete
  5. im very impressed by the complex work

    ReplyDelete