Introduction To C++
- 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 Its syntax.
Comments
Post a Comment