TEchMyEducation

easy tech learning...

sublime text 3 c++ setup

1 comment

C++ setup on windows

Hi, guys if you want to execute C++ programs in your windows system, 
Then the combination of Sublime text editor and mingw c++ compiler is the best choice. So please follow the steps and make your system to execute your C++ programs.
Note: Make sure your system is connected to the internet for package installation.
Path To Download Sublime text3 setup https://www.sublimetext.com/3
Path To Download MinGW setup http://mingw.org/

Steps to follow

1. Install the C++ compiler i.e mingw from http://mingw.org/
2. Setup the environment variables.
3. Configure Sublime text3 to compile C++ programs.

follow Steps to Build Execute and Run your C++ Program

  • To Build Program = Ctrl + B(Please set Tools >> Build System >> C++ Single File before)
  • To Execute Program = Ctrl + Shift + T
  • To run your program write ./yourfilename.exe i.e (dot. slash/yourfilename.exe )
The specified Please watch the video and follow the installation steps carefully.


Youtube video Link

If you guys found this article and video helpful then please comment like share and subscribe to my youtube channel.
Thanks
TechMyEducation

1 comment :