How To Create C And C++ Project In Visual Studio 2022 | Microsoft Visual Studio 2022 | IAmUmair

Поделиться
HTML-код
  • Опубликовано: 25 июн 2024
  • This video explains about how to create c language and c++ project in visual studio 2022. Here I have explained step by step guide for setting up C++ in Microsoft Visual Studio 2022. In the end, I have also created sample console apps for c++ and c language.
    ==Table of contents
    0:00 Introduction
    0:13 Visual Studio 2022
    1:20 Visual Studio Installer
    4:00 Create a new c++ project
    6:30 Configure your new c language project

Комментарии • 44

  • @IAmUmair
    @IAmUmair  Год назад +2

    Thanks for tuning in! Don't forget to subscribe for more.

  • @Fetrah2
    @Fetrah2 Месяц назад +1

    Thank you so much short,clear,precise i really appreciate that!

  • @lancewendel6707
    @lancewendel6707 Год назад +2

    first video after watching so many, something useful, thx a lot

    • @IAmUmair
      @IAmUmair  Год назад

      Glad to know it helped

  • @electrogaminghd3594
    @electrogaminghd3594 2 года назад

    Thank you so much!

  • @saqlain1956
    @saqlain1956 2 года назад +1

    Well done sir,
    This is a information which I need

    • @IAmUmair
      @IAmUmair  2 года назад

      Glad to hear that brother

  • @rubysahmed3084
    @rubysahmed3084 2 года назад +1

    Thank you so much for your video! I was having difficulties installing the correct version of VS with the CPP compiler. I really appreciate the detailed tutorial on installing and writing programs using Visual Studio IDE.

  • @zhihadhamada8960
    @zhihadhamada8960 8 месяцев назад

    the best

  • @mequill9977
    @mequill9977 Год назад

    Thanks heaps bruv

  • @StephenMaylem-dr1kh
    @StephenMaylem-dr1kh 5 месяцев назад

    Thanks bro, God bless you!!☺🙌

    • @IAmUmair
      @IAmUmair  5 месяцев назад

      Thanks 🙏

  • @bimalgayali
    @bimalgayali 2 года назад

    thanks bro, it's really informative

  • @tsedeysolomon4910
    @tsedeysolomon4910 3 месяца назад +1

    Thanks bro :)

  • @the_smell_of_coffee
    @the_smell_of_coffee Год назад

    0 to 100...
    Best vid for this
    Thumbs up

  • @booky6149
    @booky6149 6 месяцев назад

    Thank you so much bro!

    • @IAmUmair
      @IAmUmair  6 месяцев назад

      Happy to help

  • @satgrays
    @satgrays 2 года назад +1

    THANK YOU!! Really useful

    • @IAmUmair
      @IAmUmair  2 года назад

      Welcome, my pleasure

  • @sanjivaniganjale4347
    @sanjivaniganjale4347 Год назад

    Tysm ❤️❤️ it's work

  • @temofoqha8101
    @temofoqha8101 Год назад

    thank u

  • @bb_453
    @bb_453 2 года назад

    Thank❤❤❤
    (Im from Rasha)

  • @tasneemhaf7826
    @tasneemhaf7826 Год назад

    Thank you for the video. Can you please let me know that each time we create a c program should we click again on file-new-project-empty project ? I tried to right click on the option Source files- Add -new item- c++ file-- changed extension to .c - clicked on add. Then I wrote the code and ran the file. It gave me the error as main() already defined. So my question is can the Source files folder have only one c program.Please let me know

    • @IAmUmair
      @IAmUmair  Год назад +1

      Hi Tasneem Haf, hope you are doing good.
      In a console application, we can have one main method, it can be present in any file. Other files need to be connected to the main file that contains main method.
      Just sharing an example of how can you connect two files (example is related to c++ but I believe it'll work with c) . www.c-sharpcorner.com/article/how-to-use-multiple-code-files-in-cpp/

    • @tasneemhaf7826
      @tasneemhaf7826 Год назад +1

      @@IAmUmair Hi Umair thank you for the quick reply and also for sharing the link. This made me subscribe to your channel .Really appreciate it. I checked out the link and it's very informative . I am yet to try it out on my system. I will do it soon. Thanks again Umair. Keep up the good work of making videos. Cheers

  • @leykohos
    @leykohos 8 месяцев назад +1

    thanks!

    • @IAmUmair
      @IAmUmair  8 месяцев назад +1

      Welcome!

  • @zo0oi_574
    @zo0oi_574 8 месяцев назад

    thank you so much

    • @IAmUmair
      @IAmUmair  8 месяцев назад

      You're welcome!

  • @ishwindersingh594
    @ishwindersingh594 Год назад +1

    Thanks for the video, but the c program does not run when taking input from the user. How do I solve that?

    • @IAmUmair
      @IAmUmair  Год назад

      please check this for more info:
      visualstudio.microsoft.com/vs/features/cplusplus/

  • @LeadHood
    @LeadHood 3 месяца назад +1

    why didn't you have to return 0; on the c project? i mean , doesn't that give an error?

    • @IAmUmair
      @IAmUmair  3 месяца назад

      It didn't give an error, but you are correct return 0 should have been used.

  • @syriaisdying
    @syriaisdying Год назад

    When i create multiple source files they don't work except the first one,

    • @IAmUmair
      @IAmUmair  Год назад

      First one will work because it contains main method. Try to use classes and use them in your main file

  • @pgeditz666
    @pgeditz666 2 года назад

    Hello bro i confused with 3 options enterprise professional community

    • @IAmUmair
      @IAmUmair  2 года назад

      Hi,
      We have three versions of Visual Studio,
      1. Professional
      2. Enterprise
      3. Community
      Out of these, first two are paid and last one is free. So we as individual can use free version i.e. community, and it has almost all the features in it.