Back to Browse

How to setup Visual Studio Code for C and C++ Programming 2024 ( Bangla Tutorial )

219 views
Feb 15, 2024
11:42

How to Set Up Visual Studio Code for C and C++ Programming 2024 (Bangla Tutorial) | #cprogramming #coding In this comprehensive Bangla tutorial, I’ll guide you through the process of configuring Visual Studio Code (VS Code) for C and C++ development. Whether you’re a beginner or an experienced programmer, these steps will help you get started with a powerful and efficient coding environment. Install Visual Studio Code: If you haven’t already, download and install Visual Studio Code from the official website. Launch VS Code once the installation is complete. Install the Code Runner Extension: Open VS Code. Navigate to the Extensions view by clicking on the square icon on the sidebar (or use the shortcut ⇧⌘X on macOS or Ctrl+Shift+X on Windows/Linux). Search for “Code Runner” in the Extensions view search bar. Set Up MinGW (Minimalist GNU for Windows): MinGW provides essential tools for C and C++ development on Windows. Watch the video tutorial here to learn how to install MinGW. https://www.youtube.com/watch?v=NRHR0YBoyZs Start Coding: Create a new C or C++ project or open an existing one. Write your code in the editor. Use the integrated terminal to compile and run your programs. Explore Additional Features: VS Code offers powerful features like IntelliSense, debugging, and version control integration. Take advantage of these tools to enhance your productivity. Codebook and MinGW Download and setup on Windows Video link: https://www.youtube.com/watch?v=NRHR0YBoyZs

Download

0 formats

No download links available.

How to setup Visual Studio Code for C and C++ Programming 2024 ( Bangla Tutorial ) | NatokHD