Тёмный

How to Create C Projects using Visual Studio 2022 

BoostMyTool
Подписаться 48 тыс.
Просмотров 100 тыс.
50% 1

How to create your first C application using Microsoft Visual Studio 2022. .
***********************************
🔥 Complete Udemy Courses :
Build E-commerce Web Application using ASP.NET Core : www.udemy.com/course/aspnet-c...
Build E-commerce Web API using ASP.NET Core : www.udemy.com/course/build-as...
Build E-commerce Web Application using React JS : www.udemy.com/course/build-co...
⬇️ Free Document Proofreading ⬇️
► Grammarly : grammarly.go2cloud.org/SH3YB

Опубликовано:

 

15 ноя 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 50   
@davidakindayo8096
@davidakindayo8096 2 года назад
I cannot believe I have been stressing myself for about 30min for something as simple as this. thank you
@ichechukuenwuka2448
@ichechukuenwuka2448 2 года назад
😂😂😂, same as me
@kuukkelsson_play2041
@kuukkelsson_play2041 Год назад
Same
@88070314690
@88070314690 Год назад
same me
@gaberil
@gaberil 6 месяцев назад
true same here
@staceysholter5677
@staceysholter5677 Год назад
thank you!! was trying to use visual studio but had to export it as a "c" not "c++" for a class and this saved me
@romanshahov
@romanshahov 8 месяцев назад
You are the best!Thank you, man!
@barbettewalker9726
@barbettewalker9726 10 месяцев назад
Finally a way to work on my ancient C files and make them 64 bit! Though a 64 bit console app seems overkill.
@terryatieno-lo5zf
@terryatieno-lo5zf 11 месяцев назад
short and clear thanks🤩
@JamesBrodski
@JamesBrodski Год назад
Great video! Thanks for making it.
@tasneemhaf7826
@tasneemhaf7826 Год назад
Thank you for the video. It was very helpful. Also can you please let me know whether a new project should be created every time we want to write a c program? What I mean is can we add another c program to the same project? I created a file by following the steps you mentioned. It worked fine. I wanted to create another file. So I right clicked on FirstProject-Add-New Item- chose C++ --- Saved with extension .c --- wrote the code and ran the file. But it gave the error "main already defined". So just wanted to know to create another C file should we create another project.Please let me know.
@salilphadnis4147
@salilphadnis4147 Год назад
Thank you so much for this very helpful video.
@FazlayElahi
@FazlayElahi Год назад
Thank you so much ❤️ Love from Bangladesh 🇧🇩
@Test-iv4pm
@Test-iv4pm Год назад
What is the part that registers the file as a plain C file? Is it simply the ".c" extension? Or do we need the ".c" extension AND also to run the file? Just wondering how to know that other files are plain C files once the project gets more files in it.
@artemkozhevnikov5434
@artemkozhevnikov5434 Год назад
OMG, it's the best explanation ever
@gabriel.dschmp
@gabriel.dschmp 10 месяцев назад
Thanks you a lot for this video !
@kitossini6500
@kitossini6500 6 месяцев назад
great job!!!!! thank you so much
@Eowaralad
@Eowaralad Год назад
thx.. so easy with you!
@checosa777
@checosa777 8 месяцев назад
thank you now i can start my proghekt 👍
@mustafa._.9371
@mustafa._.9371 4 месяца назад
Thank You!
@AshishRaj-ql5pq
@AshishRaj-ql5pq Год назад
Thank you so much brother
@george6219
@george6219 Год назад
thank you for saving me for a c class
@FabulousHen
@FabulousHen 6 месяцев назад
Thank you!
@YIJ73
@YIJ73 Год назад
Thank youuuuuu 🥺❤️
@josevieira3367
@josevieira3367 2 года назад
Obrigado! Um abraço do BRASIL :))))
@aprajitagokhale5353
@aprajitagokhale5353 2 года назад
It was quite simple.... but thanku for this video ❤️
@hamzaaziz7533
@hamzaaziz7533 Год назад
Thank you.
@vladimirsrdija9378
@vladimirsrdija9378 3 месяца назад
thanks
@greggie111
@greggie111 Месяц назад
Which version of C does Visual Studio come with?
@alexdelara9858
@alexdelara9858 Год назад
Thanks.
@emachine003
@emachine003 5 месяцев назад
Thanks broski
@Spark877
@Spark877 10 месяцев назад
Thank you
@aspuzling
@aspuzling 2 года назад
What "workload" did you choose when installing Visual Studio 2022? It's crazy to me that Visual Studio does not seem to have proper support for C. Did Microsoft just forget that language exists? Why is it not possible to create a new "C" project, why only "C++"?
@BoostMyTool
@BoostMyTool 2 года назад
C++ is an enhacement to C. You can write your C program in a C++ file and build it as a C++ application. You can see the following video for more information how I installed visual studio 2022: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-6pjzYcrlhx0.html
@iamearly8176
@iamearly8176 2 года назад
@@BoostMyTool Just because C++ is one better than C doesn't mean people do not want to use C
@pastifier9349
@pastifier9349 2 года назад
@@iamearly8176 C++ *is* C, It's C with Class/Object-Oriented Programming functionality. I think it compiles a bit differently, but it *is* C
@UnknownMoses
@UnknownMoses 2 года назад
You missed the joke where c is an integer variable c++ increments the c integer by 1. C++ is 1 better than c
@Constantine808
@Constantine808 2 года назад
Sir why it is not taking input for C language program us crashing again
@terryatieno-lo5zf
@terryatieno-lo5zf 11 месяцев назад
why is it that when i code using printf and scanf there is a build in error of(too many arguments passed for format string)
@syedasabikunnaharalee836
@syedasabikunnaharalee836 4 месяца назад
Please for fortran 90 in Visual studio 2019/ 2022
@kitkar5949
@kitkar5949 2 года назад
I'm very confused as it says stdio.h does not exist???
@forhadrh
@forhadrh Месяц назад
Stupid internet doesn't get VS IDE, always showing result for VS Code. Thanks for making my... night! 💗
@thatsofranco
@thatsofranco 3 месяца назад
I keep getting a build error. "System is unable to find the file specified." **EDIT** Fixed by moving the c file to the Sources folder.
@ChomuAndBhiyya
@ChomuAndBhiyya 2 года назад
Hello, please upload video for android app (c++) development in visual studio
@BoostMyTool
@BoostMyTool 2 года назад
Unfortunately, I am very occupied in this period. But I want to upload much more videos, including android app in c++, starting from 20 december.
@user-hg3ec2gw8x
@user-hg3ec2gw8x Год назад
how to add folders in my project
@afelar3818
@afelar3818 2 года назад
It says that it is not possible to open stdio.h
@iamearly8176
@iamearly8176 2 года назад
The "Create a new project" user interface sucks, it is very difficult to read for someone who is dyslexia. Having a tree on the left with templates listed on the right is much better.
@NonosBrawlstars
@NonosBrawlstars 2 года назад
:(
@patto2k358
@patto2k358 2 года назад
Very anti-C of them, isn't it?
Далее
Lablaringdan chaqib olaman🐝
00:30
Просмотров 394 тыс.
Comparing C to machine language
10:02
Просмотров 5 млн
the new PS4 jailbreak is sort of hilarious
12:21
Просмотров 151 тыс.
«Звёздные войны» с СССР @Max_Katz
17:27
Write And Run C# In Your Terminal! | .NET Tips 5
0:43
Просмотров 146 тыс.