VS Code Installation for C/C++ in Windows | Step by step process

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • 🚀 *Boost Your Coding Skills: Set Up C++ Development with VS Code on Windows!* 🚀
    Ready to dive into C++ programming but don’t know where to start? 🌟 In this video, we guide you step-by-step through setting up Visual Studio Code and GCC compiler on Windows! 🖥️🔧
    Here’s what you’ll learn:
    1. *Install Visual Studio Code* - Get the ultimate code editor for all your development needs!
    2. *Download and Configure GCC* - Set up your C++ compiler with ease!
    3. *Verify Your Setup* - Check if everything is working perfectly using CMD.
    4. *Run Your First C++ Code* - Write and execute a simple C++ program right in VS Code!
    Whether you're a beginner or brushing up your skills, this video is your go-to resource for a smooth and hassle-free setup. Don't forget to like, subscribe, and hit the bell icon for more programming tips and tutorials! 🔔
    Let's get coding! 💻✨
    #CPlusPlus #VisualStudioCode #GCC #CodingTutorial #Programming #WindowsSetup #developerjourney
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    .
    Tag used
    desktop development with c++ visual studio code
    how to run c++ in visual studio code
    how to start c++ programming
    visual studio code tutorial
    how to install and setup visual studio code
    best macbook for programming 2024
    how to setup vscode for web development 2024
    c++ extension for visual studio code
    best programming language to learn 2024
    c++ projects for beginners in vs code
    how to setup vscode for c++ in ubuntu
    visual studio code c++ mac
    c++ tutorial for beginners
    visual studio code c++
    c++ tutorial for beginners
    vscode c++ setup linux
    c++ environment setup
    how to run c++ in visual studio code 2024
    simple c++ program
    how to compile c++ in visual studio
    what programming language to learn in 2024
    how to run c++ in visual studio code windows 11
    best extension for c++ in vs code
    how to run c++ program
    vscode setup for beginners

ความคิดเห็น • 9

  • @syedmosharrafimam7746
    @syedmosharrafimam7746 2 หลายเดือนก่อน

    Thanks for the videos sir....keep uploading 🙌

  • @tenzinlotey5349
    @tenzinlotey5349 2 หลายเดือนก่อน

    Great content sir

  • @amveditsin
    @amveditsin 2 หลายเดือนก่อน

    Nice❤

  • @MemerGamerr
    @MemerGamerr 2 หลายเดือนก่อน

    It helps me a lot , thank you Arish sir … please keep uploading more videos on C Language

  • @Manishs-e7q
    @Manishs-e7q 2 หลายเดือนก่อน

    Thankyou sir

  • @AltafIdrisi-cd9me
    @AltafIdrisi-cd9me 2 หลายเดือนก่อน

    Sir please make more videos

  • @Manish-editing7227
    @Manish-editing7227 2 หลายเดือนก่อน +1

    i am facing a error like that "C:\Users\MANISH>gcc --version
    'gcc' is not recognized as an internal or external command,
    operable program or batch file." help me

    • @codewitharish
      @codewitharish  2 หลายเดือนก่อน +1

      It might be a path issue, try the following command in command prompt :
      set Path=C:\MinGW\bin;%PATH%
      And then check version by "gcc --version"

    • @Manish-editing7227
      @Manish-editing7227 2 หลายเดือนก่อน +1

      @@codewitharish thanks for this help,I solve it👍