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

Поділитися
Вставка
  • Опубліковано 27 вер 2024

КОМЕНТАРІ • 46

  • @IAmUmair
    @IAmUmair  Рік тому +2

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

  • @lancewendel6707
    @lancewendel6707 Рік тому +2

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

    • @IAmUmair
      @IAmUmair  Рік тому

      Glad to know it helped

  • @Fetrah2
    @Fetrah2 4 місяці тому +1

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

  • @the_smell_of_coffee
    @the_smell_of_coffee Рік тому

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

  • @abdelrahmanhassan-pk9rk
    @abdelrahmanhassan-pk9rk 15 днів тому +1

    thank u so much bro

  • @StephenMaylem-dr1kh
    @StephenMaylem-dr1kh 8 місяців тому

    Thanks bro, God bless you!!☺🙌

  • @booky6149
    @booky6149 9 місяців тому

    Thank you so much bro!

    • @IAmUmair
      @IAmUmair  9 місяців тому

      Happy to help

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

    THANK YOU!! Really useful

    • @IAmUmair
      @IAmUmair  2 роки тому

      Welcome, my pleasure

  • @bimalgayali
    @bimalgayali 2 роки тому

    thanks bro, it's really informative

  • @LeadHood
    @LeadHood 7 місяців тому +1

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

    • @IAmUmair
      @IAmUmair  7 місяців тому +1

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

  • @zhihadhamada8960
    @zhihadhamada8960 11 місяців тому

    the best

  • @mequill9977
    @mequill9977 Рік тому

    Thanks heaps bruv

  • @sanjivaniganjale4347
    @sanjivaniganjale4347 Рік тому

    Tysm ❤️❤️ it's work

  • @bb_453
    @bb_453 2 роки тому

    Thank❤❤❤
    (Im from Rasha)

  • @zo0oi_574
    @zo0oi_574 11 місяців тому

    thank you so much

    • @IAmUmair
      @IAmUmair  11 місяців тому

      You're welcome!

  • @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

  • @temofoqha8101
    @temofoqha8101 Рік тому

    thank u

  • @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

  • @KashafZehra-d4v
    @KashafZehra-d4v Місяць тому

    How to run the program? Do we have to install a compiler for running the program?

    • @IAmUmair
      @IAmUmair  Місяць тому

      The compiler gets installed automatically.
      You can run the project from the Visual studio toolbar, a triangular button

  • @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/

  • @tsedeysolomon4910
    @tsedeysolomon4910 6 місяців тому +1

    Thanks bro :)

  • @leykohos
    @leykohos 11 місяців тому +1

    thanks!

  • @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.

  • @electrogaminghd3594
    @electrogaminghd3594 2 роки тому

    Thank you so much!

  • @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.