How to Set-Up VS Code with C++ Development Environment || CodePlay

In this blog, I will be telling you how to setup C++ Environment in computer




 Even after long time , C++ has its own importance be it in Software Development , Competitive Programming or any thing.
Most Tech giants require C++ skills leading to increase in demand of  C++ among beginners

So, if you are one such person who want to Learn C++ but don't know how to start and you need so by the end of this blog , you will be able to proceed with prerequisite of  computer


Preliminary Step is to setup C++ Environment in own system ..

Setup consists of - 

1) C++ language

2) Text Editor - 
 I will prefer Visual Studio Code also called VS Code ,it is a wonderful free IDE developed by Microsoft.


3) Compiler - 
I will recommend MinGW for windows user ..
The function of compiler is to translate our human written code to computer language ie, Assembly Language



I have explained all the steps for installing VS Code with Compiler - MinGW to set-up C++ Environment in a video for reader ease  . 

Just watch whole video and you will be comfortable enough , still if you have any issue , just mention it in comments on  CodePlay Channel's Video .



Comments

Popular posts from this blog

User Input in VS Code with Code Runner|| INTEGRATED TERMINAL || || Visual Studio Code

Codechef Starter 25 Division 3(Rated) Solved and Explained || CodePlayJatin