VSCode C++ setup in Windows for Competitive Programming

Поділитися
Вставка
  • Опубліковано 26 сер 2024
  • Link to GitHub repository: github.com/cod...
    A Competitive Programming setup using Visual Studio Code for C++ users in Windows.
    Features
    1) Supports VSCode Debugging Features. Hover over variables to see values, print any object in Debug Console.
    2) Automatic input-output redirection to text files.
    3) Included script to reset all code files.
    4) Easy setup.

КОМЕНТАРІ • 15

  • @pawandixit4044
    @pawandixit4044 3 роки тому +2

    codeict OP :)

  • @JayDKarolia
    @JayDKarolia 5 місяців тому

    Thanks dude. This helped me a lot.

  • @amanthakur4145
    @amanthakur4145 3 роки тому +2

    Thank you sir

  • @kushalava007
    @kushalava007 2 роки тому +1

    in terminal's output panel i am seeing this.
    [6/6/2022, 3:56:22 PM] For C source files, the cStandard was changed from "gnu18" to "gnu17" based on compiler args and querying compilerPath: "C:\mingw64\bin\gcc.exe"

  • @BhavishyaAggarwal-zz4yj
    @BhavishyaAggarwal-zz4yj 24 дні тому

    Bhai what are you doing now ??

  • @AbhishekKumar-yu9hl
    @AbhishekKumar-yu9hl 3 роки тому +2

    My name is Abhishek And I am your subsriber

  • @PrashantKumar-gg5qd
    @PrashantKumar-gg5qd 3 роки тому +1

    I am facing this issue
    'xcopy' is not recognized as an internal or external command,
    operable program or batch file.

    • @codeict7284
      @codeict7284  3 роки тому +1

      Hi Prashant, please make sure that this is the PowerShell terminal and you haven't overriden the default settings of VSCode. You can find more on this here: stackoverflow.com/a/45899693

  • @GrowwithVivek08
    @GrowwithVivek08 3 роки тому

    Sir plz help me whenever i input more than 5 digits the output will gave garbage number although my code is right why sir how did i correct it..

    • @codeict7284
      @codeict7284  2 роки тому +1

      Sorry to break it to you, has to be something with the code :(

  • @7iqGre4ka
    @7iqGre4ka 3 роки тому

    Greetings. Sir, how can i make my custom template???

  • @varshakaushal9365
    @varshakaushal9365 3 роки тому

    6:20 i have selected the breakpoint n pressing the f5 but nothing is happening?

    • @codeict7284
      @codeict7284  3 роки тому

      Are you able to see the bar at the top when the program is executing?
      It might be a bit slower the first time you run it