My first experience with programming code in C++...
Guys as I promised in my last blog that I am going to share my experiences and codes that I learned in C++ programming language. I am using visual studio code for ide as it is Microsoft free platform and having a good user interface. My first code on “hello world.” that felt that I am champion in programming and that would be a great start in my journey. There is a great psychology that before doing any work there is a need of mindset that helps you to go further. And this program really gives me a deep confidence and interest in programming language. Here I used “hello viewers.” Instead to “hello world.” for dedicating to my viewers. This is the screenshot of my first successful code and its output. But on that I really confused a lot too. As I don’t know about <iostream>, what is this, std , cout and many things. I searched it on google and then I understand what is this all about. In programming languages there are so many libraries, in which there are some funct...