All language subtitles for 4. Visual Studio Code Windows Official - Getting Started

af Afrikaans
sq Albanian
am Amharic
ar Arabic
hy Armenian
az Azerbaijani
eu Basque
be Belarusian
bn Bengali
bs Bosnian
bg Bulgarian
ca Catalan
ceb Cebuano
ny Chichewa
zh-CN Chinese (Simplified)
zh-TW Chinese (Traditional)
co Corsican
hr Croatian
cs Czech
da Danish
nl Dutch
en English
eo Esperanto
et Estonian
tl Filipino
fi Finnish
fr French
fy Frisian
gl Galician
ka Georgian
de German
el Greek
gu Gujarati
ht Haitian Creole
ha Hausa
haw Hawaiian
iw Hebrew
hi Hindi
hmn Hmong
hu Hungarian Download
is Icelandic
ig Igbo
id Indonesian
ga Irish
it Italian
ja Japanese
jw Javanese
kn Kannada
kk Kazakh
km Khmer
ko Korean
ku Kurdish (Kurmanji)
ky Kyrgyz
lo Lao
la Latin
lv Latvian
lt Lithuanian
lb Luxembourgish
mk Macedonian
mg Malagasy
ms Malay
ml Malayalam
mt Maltese
mi Maori
mr Marathi
mn Mongolian
my Myanmar (Burmese)
ne Nepali
no Norwegian
ps Pashto
fa Persian
pl Polish
pt Portuguese
pa Punjabi
ro Romanian
ru Russian
sm Samoan
gd Scots Gaelic
sr Serbian
st Sesotho
sn Shona
sd Sindhi
si Sinhala
sk Slovak
sl Slovenian
so Somali
es Spanish
su Sundanese
sw Swahili
sv Swedish
tg Tajik
ta Tamil
te Telugu
th Thai
tr Turkish
uk Ukrainian
ur Urdu
uz Uzbek
vi Vietnamese
cy Welsh
xh Xhosa
yi Yiddish
yo Yoruba
zu Zulu
or Odia (Oriya)
rw Kinyarwanda
tk Turkmen
tt Tatar
ug Uyghur
Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated: 1 00:00:00,560 --> 00:00:07,130 All right, so now we are ready to start working with Visual Studio Code after we download it and install 2 00:00:07,130 --> 00:00:07,290 it. 3 00:00:08,000 --> 00:00:10,890 So go hear Visual Studio Code. 4 00:00:10,910 --> 00:00:13,730 Let's open it up and see what it brings us. 5 00:00:14,520 --> 00:00:15,020 All right. 6 00:00:15,030 --> 00:00:16,910 So this is the welcome page. 7 00:00:16,940 --> 00:00:19,130 This is the graphical user interface. 8 00:00:19,130 --> 00:00:27,110 And the first thing that I suggest you to start with is of here and under the learn section interface 9 00:00:27,110 --> 00:00:27,770 overview. 10 00:00:28,040 --> 00:00:32,350 So get a visual overlay highlighting the major components of the UI. 11 00:00:32,430 --> 00:00:40,100 OK, and once you press it, you will be able to see a lot of useful information regarding this user 12 00:00:40,100 --> 00:00:44,120 interface and what are these buttons and what do they represent. 13 00:00:44,690 --> 00:00:51,050 And you will be able to see, like are here the section of extensions, not extensions. 14 00:00:51,050 --> 00:00:52,750 What is is file explorer. 15 00:00:53,090 --> 00:00:59,750 So here you will have like the file explorer and it will specify where you can find your current files 16 00:00:59,750 --> 00:01:01,250 and folders that you are using. 17 00:01:01,310 --> 00:01:02,440 So let's check it out. 18 00:01:02,690 --> 00:01:09,320 Once you press it, you will be able to see these relevant information right here and let's check it 19 00:01:09,320 --> 00:01:09,780 again. 20 00:01:09,800 --> 00:01:12,800 So the second one is search across files. 21 00:01:12,810 --> 00:01:16,520 It will simply allow you to search across different files. 22 00:01:17,240 --> 00:01:21,170 Third, we have like source control, source code management. 23 00:01:21,270 --> 00:01:28,280 OK, then that's the source control for tracking files and seeing different versions of your project 24 00:01:28,280 --> 00:01:29,270 or files. 25 00:01:29,300 --> 00:01:33,050 OK, that's also something that maybe we will discuss in these course. 26 00:01:33,050 --> 00:01:35,870 Maybe that's a totally different topic for another course. 27 00:01:35,870 --> 00:01:37,310 I'm not sure for now. 28 00:01:38,780 --> 00:01:47,000 Later on and the fourth section we have like launch and debug, OK, this basically allows us to run 29 00:01:47,000 --> 00:01:50,210 and debug the code that we've written. 30 00:01:51,050 --> 00:01:58,430 And finally, we have managed extensions where you can manage and download all your necessary extensions 31 00:01:58,670 --> 00:02:06,980 for simply for working with a programming language that you are going to use with code block blocks, 32 00:02:06,990 --> 00:02:08,600 with visual studio code. 33 00:02:10,160 --> 00:02:10,730 Awesome. 34 00:02:11,390 --> 00:02:11,900 All right. 35 00:02:11,910 --> 00:02:16,400 So now, once we talked about it, OK, here is another section. 36 00:02:16,400 --> 00:02:22,220 Findon Ronnell commands toggle integrated terminology and it doesn't matter for now. 37 00:02:22,220 --> 00:02:29,960 What we are interested in is basically to see what are the necessary extensions for which are necessary 38 00:02:29,960 --> 00:02:31,690 for us to get started. 39 00:02:33,260 --> 00:02:40,280 And the first one for these course would be the C C++ extension by Microsoft. 40 00:02:40,310 --> 00:02:47,810 OK, here it is, and we will install it so you will see that it's being downloaded. 41 00:02:47,840 --> 00:02:55,470 OK, downloading C and C++ language components are and it's being installed, including the debugger. 42 00:02:55,580 --> 00:02:56,960 It will give us a lot of tools. 43 00:02:56,960 --> 00:03:00,140 If you want to read about it, you can see what it gives us. 44 00:03:00,170 --> 00:03:01,910 OK, so. 45 00:03:03,870 --> 00:03:13,580 So, yeah, and then the second thing that we will need to install is the code runner, code runner. 46 00:03:13,650 --> 00:03:18,990 So, yeah, the first one here by John Hamm, not a mistake. 47 00:03:18,990 --> 00:03:23,260 And it will simply allow us to run different code C, C++ and so on. 48 00:03:23,790 --> 00:03:28,610 So also press on install and basically we are done. 49 00:03:28,620 --> 00:03:31,280 Let's go back here, close this one. 50 00:03:32,610 --> 00:03:38,820 But before we move on and there is something that I would like to say about this installation that we 51 00:03:39,030 --> 00:03:42,870 just done here in the install we installed. 52 00:03:42,900 --> 00:03:46,830 These two of these two are basically previously something that I've been playing with. 53 00:03:47,130 --> 00:03:50,500 So we installed C and C++, OK? 54 00:03:50,880 --> 00:03:57,930 And I'm simply saying, guys, it D did not install the compiler itself. 55 00:03:57,960 --> 00:04:02,280 OK, so some of you may think that they installed the compiler. 56 00:04:02,290 --> 00:04:05,100 No, it has not installed the compiler. 57 00:04:05,250 --> 00:04:11,700 OK, it did install a lot of useful things like recompletion these intellisense debugging things and 58 00:04:11,700 --> 00:04:12,150 so on. 59 00:04:12,510 --> 00:04:14,910 But the compiler was not installed. 60 00:04:14,910 --> 00:04:22,830 So if you want to install the compiler, you have like I think one of my videos where I showed you how 61 00:04:22,830 --> 00:04:30,210 I installed the main GW in how I configure it correctly with the environment variables, maybe it was 62 00:04:30,210 --> 00:04:31,800 in the code like installation. 63 00:04:32,520 --> 00:04:39,600 And also I think there was like the second video where I talked about how to install code blocks. 64 00:04:40,200 --> 00:04:48,150 Don't remember exactly which one of them, but MySQL always you can go and simply go like to this website. 65 00:04:48,150 --> 00:04:49,620 Where is it here? 66 00:04:49,620 --> 00:04:57,630 Go to go to Google, let's go back to Google and simply to install mingy w OK and just to install it. 67 00:04:57,870 --> 00:05:05,850 But nevertheless, if you're using our Mac OS Linux or basically even if you're using Windows, chances 68 00:05:05,850 --> 00:05:12,050 are high that at some point during your career you install these compiler. 69 00:05:12,060 --> 00:05:14,940 So there should not be any problems. 70 00:05:14,940 --> 00:05:20,790 But still, if you will have some problems with configuring the compiler itself, please let me know 71 00:05:20,820 --> 00:05:21,690 in the questions. 72 00:05:21,690 --> 00:05:24,750 We can always like configure it together. 73 00:05:24,750 --> 00:05:29,930 I can always send you some links, some good information to configure it also. 74 00:05:29,940 --> 00:05:35,130 So, yeah, this is it for the configuration, for the main configuration. 75 00:05:35,880 --> 00:05:36,570 Oh no. 76 00:05:36,570 --> 00:05:39,810 There is also one additional configuration that it would like to do. 77 00:05:40,020 --> 00:05:47,520 So press file preferences, settings go here to extension's and go here to run code configuration, 78 00:05:47,580 --> 00:05:50,790 go down to run in terminal. 79 00:05:50,790 --> 00:05:58,620 OK, so this will simply help help you to run code in the integrated terminal and not simply to plot 80 00:05:58,620 --> 00:06:01,290 it out to the output as it works right now. 81 00:06:01,320 --> 00:06:11,700 OK, so check this box and then you can close settings and you are basically good to go with the standard 82 00:06:12,300 --> 00:06:13,260 configuration. 83 00:06:14,070 --> 00:06:16,360 And now what you can do is very simple. 84 00:06:16,410 --> 00:06:24,270 OK, we will create a new file, so let's press file, new file and we'll see how we can create a new 85 00:06:24,270 --> 00:06:29,820 file, for example, that will print our, I don't know, hello world. 86 00:06:29,970 --> 00:06:32,280 OK, so let's first of all, save it. 87 00:06:32,580 --> 00:06:33,520 Try to save it. 88 00:06:33,540 --> 00:06:34,990 Here is my first program. 89 00:06:35,010 --> 00:06:36,060 Let's save this file. 90 00:06:36,090 --> 00:06:36,480 I don't know. 91 00:06:36,810 --> 00:06:38,540 Hello world. 92 00:06:39,990 --> 00:06:40,250 Hello. 93 00:06:40,630 --> 00:06:40,990 Hello. 94 00:06:41,100 --> 00:06:41,610 Let's call it. 95 00:06:41,610 --> 00:06:43,020 Hello, beautiful world. 96 00:06:43,140 --> 00:06:43,360 OK. 97 00:06:43,470 --> 00:06:49,290 Hello, beautiful, beautiful world. 98 00:06:49,700 --> 00:06:53,700 OK, and this file is going to be of a C type. 99 00:06:54,060 --> 00:06:58,670 OK, so specify that it's a C file C dot. 100 00:06:58,760 --> 00:07:02,360 See I previously created this hello world but doesn't matter. 101 00:07:02,370 --> 00:07:03,540 We can always remove it. 102 00:07:03,630 --> 00:07:08,490 So let's stick with the hello world that's replacing. 103 00:07:08,500 --> 00:07:08,870 Yes. 104 00:07:09,120 --> 00:07:13,980 So we created a C file and now we are going to write down its content. 105 00:07:13,990 --> 00:07:22,830 So include OK, you can see it also completes US studio standard input output into Main in here, a 106 00:07:22,880 --> 00:07:24,040 little prince on message. 107 00:07:24,040 --> 00:07:32,100 So print f hello beautiful beautiful world. 108 00:07:32,580 --> 00:07:33,810 All right. 109 00:07:34,650 --> 00:07:38,400 And now we will return zero. 110 00:07:38,880 --> 00:07:39,390 Awesome. 111 00:07:39,390 --> 00:07:46,080 So that's basically the the text editor where we are going to edit our code. 112 00:07:46,590 --> 00:07:51,090 That's the basic program that we just created. 113 00:07:51,190 --> 00:07:52,200 A good program. 114 00:07:52,200 --> 00:07:52,830 Amazing. 115 00:07:53,580 --> 00:07:56,910 Seems like the colors are also nice. 116 00:07:56,910 --> 00:08:03,480 OK, if you have like different colors you can always change them in the preferences to change the background 117 00:08:03,480 --> 00:08:05,090 color, the text color. 118 00:08:05,160 --> 00:08:06,810 OK, I think that there is no problem. 119 00:08:07,410 --> 00:08:14,040 And now when we are going to build and run it, OK, we are going to see the output right here. 120 00:08:14,070 --> 00:08:14,910 OK, hello. 121 00:08:14,910 --> 00:08:22,650 Beautiful World was printed to the screen and by configuring the last configuration we've done are we 122 00:08:22,860 --> 00:08:26,940 for working with this integrated terminal, we simply now work with it. 123 00:08:26,940 --> 00:08:32,490 And if you did not modify it, you would have worked with the output just with the output. 124 00:08:32,730 --> 00:08:35,250 And that may be a problem like to 125 00:08:37,770 --> 00:08:41,610 like to read inputs. 126 00:08:41,970 --> 00:08:47,550 OK, so that's basically it for running our basic C program. 127 00:08:47,730 --> 00:08:49,890 OK, that's our C program. 128 00:08:50,160 --> 00:08:57,660 And if for some reason you would like instead of running a C program, if you would like to run a C++ 129 00:08:57,660 --> 00:09:00,780 program so no problems file new file. 130 00:09:01,020 --> 00:09:01,830 Here you go. 131 00:09:01,860 --> 00:09:04,920 You can create always and save it as a zip file. 132 00:09:04,920 --> 00:09:06,720 So hello world. 133 00:09:07,290 --> 00:09:08,850 Hello Worldat CBB. 134 00:09:10,250 --> 00:09:16,760 No non-specified from here CBB, OK, Little World does the file name, the extension is right here 135 00:09:16,760 --> 00:09:23,080 CBB And now let's write down also the content of this CBB file. 136 00:09:24,260 --> 00:09:29,090 Let's include include the IO stream. 137 00:09:29,360 --> 00:09:40,100 Right and also let's use like mean let's go like Kaskade see out and preened. 138 00:09:40,580 --> 00:09:46,240 It's a beautiful day, beautiful day to day. 139 00:09:47,180 --> 00:09:49,220 It's a beautiful day today. 140 00:09:49,820 --> 00:09:52,760 Right now let's return this Sgro. 141 00:09:53,450 --> 00:09:54,010 Awesome. 142 00:09:54,410 --> 00:09:58,130 So now let's try to run it and let's see what happens then. 143 00:09:58,130 --> 00:10:01,790 If every if everything works as expected. 144 00:10:02,600 --> 00:10:03,460 What's going on. 145 00:10:03,470 --> 00:10:04,630 Do we have a problem. 146 00:10:04,640 --> 00:10:07,010 No, it's a beautiful day today. 147 00:10:07,010 --> 00:10:09,740 Everything seems to be working correctly. 148 00:10:10,130 --> 00:10:15,320 So whether you're using C or C++ basically that's pretty much the same. 149 00:10:15,320 --> 00:10:17,030 Just specify the file. 150 00:10:18,200 --> 00:10:26,420 Using the sea or CPB extension, and, yeah, I think that with this configuration, you should be ready 151 00:10:26,420 --> 00:10:32,290 to go and you should be ready to start working and writing down your projects. 152 00:10:32,930 --> 00:10:34,640 So thank you guys for watching. 153 00:10:34,670 --> 00:10:36,230 This is a visual studio code. 154 00:10:36,570 --> 00:10:41,000 Of course, additional things may also always be discussed here, like. 155 00:10:41,610 --> 00:10:43,460 Yeah, but not in this video. 156 00:10:43,470 --> 00:10:53,070 I think it's pretty much are enough to get you to make you get started or to help you get started. 157 00:10:53,120 --> 00:10:53,990 Whatever you choose. 158 00:10:54,530 --> 00:10:55,580 Thank you guys for watching. 159 00:10:55,610 --> 00:10:56,510 My name is Vlad. 160 00:10:56,510 --> 00:10:57,490 This is Alphatech. 161 00:10:57,500 --> 00:10:59,720 And until the next time, I'll see you then. 14354

Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.