Posts

Introduction To C++

Image
C++ is a Object oriented programming language used to create high performance applications. It helps the programmer to have a control on a system(PC) or memory. C++ is a high Level programming language and is easy to learn. C++ is very closely related to C# , java , python.   Use of C++ Language It is mostly used for  . Game development . Databases . Web browsers . Machine learning tools   etc .  C++ Source Editors: Vs Installer (Visual Studio Installer) Best Source For C++ Vs Code (Visual Studio Code) Sublime Text qt creater Dev C++ etc. How to download Vs Installer: . You can download Vs Installer from the link below :                 https://visualstudio.microsoft.com/downloads/ Open .exe file Start the installation After installation choose the software version Choose the desktop version and wait for the files to be downloaded Reboot your PC. Execution: After downloading VS installer  Open file C++ and its extension must be .cpp                   Write the code of C++ according to

Introduction To Programming

Image
  A program is a set of instructions given by the user to the computer to perform certain tasks . A computer cannot do anything by itself as it needs a user to give commands. Programming is a fundamental building block for a many different career. You can use programming for almost anything.  There is no limit of programming you can do any anything using programming. For example : Using programming you can control robots,  become a web-developer , software application developer, computer programmer etc . 2 Types of programming Languages:    High level language Low level language High Level Language (HLL): High level is a type programming language that can be easily understood by the user or a programmer but high level language cannot be easily understood by the computer. Types of High Level Language(HLL) Low Level Language(LLL):            Low Level is another type of programming language that cannot be easily understood by the user but can be easily understood by the computer. Types o