Afrikaans
Akan
Albanian
Amharic
Arabic
Armenian
Azerbaijani
Basque
Belarusian
Bemba
Bengali
Bihari
Bosnian
Breton
Bulgarian
Cambodian
Catalan
Cebuano
Cherokee
Chichewa
Chinese (Simplified)
Chinese (Traditional)
Corsican
Croatian
Czech
Danish
Dutch
English
Esperanto
Estonian
Ewe
Faroese
Filipino
Finnish
French
Frisian
Ga
Galician
Georgian
German
Greek
Guarani
Gujarati
Haitian Creole
Hausa
Hawaiian
Hebrew
Hindi
Hmong
Icelandic
Igbo
Indonesian
Interlingua
Irish
Italian
Japanese
Javanese
Kannada
Kazakh
Kinyarwanda
Kirundi
Kongo
Korean
Krio (Sierra Leone)
Kurdish
Kurdish (Soranî)
Kyrgyz
Laothian
Latin
Latvian
Lingala
Lithuanian
Lozi
Luganda
Luo
Luxembourgish
Macedonian
Malagasy
Malay
Malayalam
Maltese
Maori
Marathi
Mauritian Creole
Moldavian
Mongolian
Myanmar (Burmese)
Montenegrin
Nepali
Nigerian Pidgin
Northern Sotho
Norwegian
Norwegian (Nynorsk)
Occitan
Oriya
Oromo
Pashto
Persian
Polish
Portuguese (Brazil)
Portuguese (Portugal)
Punjabi
Quechua
Romanian
Romansh
Runyakitara
Russian
Samoan
Scots Gaelic
Serbian
Serbo-Croatian
Sesotho
Setswana
Seychellois Creole
Shona
Sindhi
Sinhalese
Slovak
Slovenian
Somali
Spanish
Spanish (Latin American)
Sundanese
Swahili
Swedish
Tajik
Tamil
Tatar
Telugu
Thai
Tigrinya
Tonga
Tshiluba
Tumbuka
Turkish
Turkmen
Twi
Uighur
Ukrainian
Urdu
Uzbek
Vietnamese
Welsh
Wolof
Xhosa
Yiddish
Yoruba
Zulu
All right, so now we are ready to start working with Visual Studio Code after we download it and install
it.
So go hear Visual Studio Code.
Let's open it up and see what it brings us.
All right.
So this is the welcome page.
This is the graphical user interface.
And the first thing that I suggest you to start with is of here and under the learn section interface
overview.
So get a visual overlay highlighting the major components of the UI.
OK, and once you press it, you will be able to see a lot of useful information regarding this user
interface and what are these buttons and what do they represent.
And you will be able to see, like are here the section of extensions, not extensions.
What is is file explorer.
So here you will have like the file explorer and it will specify where you can find your current files
and folders that you are using.
So let's check it out.
Once you press it, you will be able to see these relevant information right here and let's check it
again.
So the second one is search across files.
It will simply allow you to search across different files.
Third, we have like source control, source code management.
OK, then that's the source control for tracking files and seeing different versions of your project
or files.
OK, that's also something that maybe we will discuss in these course.
Maybe that's a totally different topic for another course.
I'm not sure for now.
Later on and the fourth section we have like launch and debug, OK, this basically allows us to run
and debug the code that we've written.
And finally, we have managed extensions where you can manage and download all your necessary extensions
for simply for working with a programming language that you are going to use with code block blocks,
with visual studio code.
Awesome.
All right.
So now, once we talked about it, OK, here is another section.
Findon Ronnell commands toggle integrated terminology and it doesn't matter for now.
What we are interested in is basically to see what are the necessary extensions for which are necessary
for us to get started.
And the first one for these course would be the C C++ extension by Microsoft.
OK, here it is, and we will install it so you will see that it's being downloaded.
OK, downloading C and C++ language components are and it's being installed, including the debugger.
It will give us a lot of tools.
If you want to read about it, you can see what it gives us.
OK, so.
So, yeah, and then the second thing that we will need to install is the code runner, code runner.
So, yeah, the first one here by John Hamm, not a mistake.
And it will simply allow us to run different code C, C++ and so on.
So also press on install and basically we are done.
Let's go back here, close this one.
But before we move on and there is something that I would like to say about this installation that we
just done here in the install we installed.
These two of these two are basically previously something that I've been playing with.
So we installed C and C++, OK?
And I'm simply saying, guys, it D did not install the compiler itself.
OK, so some of you may think that they installed the compiler.
No, it has not installed the compiler.
OK, it did install a lot of useful things like recompletion these intellisense debugging things and
so on.
But the compiler was not installed.
So if you want to install the compiler, you have like I think one of my videos where I showed you how
I installed the main GW in how I configure it correctly with the environment variables, maybe it was
in the code like installation.
And also I think there was like the second video where I talked about how to install code blocks.
Don't remember exactly which one of them, but MySQL always you can go and simply go like to this website.
Where is it here?
Go to go to Google, let's go back to Google and simply to install mingy w OK and just to install it.
But nevertheless, if you're using our Mac OS Linux or basically even if you're using Windows, chances
are high that at some point during your career you install these compiler.
So there should not be any problems.
But still, if you will have some problems with configuring the compiler itself, please let me know
in the questions.
We can always like configure it together.
I can always send you some links, some good information to configure it also.
So, yeah, this is it for the configuration, for the main configuration.
Oh no.
There is also one additional configuration that it would like to do.
So press file preferences, settings go here to extension's and go here to run code configuration,
go down to run in terminal.
OK, so this will simply help help you to run code in the integrated terminal and not simply to plot
it out to the output as it works right now.
OK, so check this box and then you can close settings and you are basically good to go with the standard
configuration.
And now what you can do is very simple.
OK, we will create a new file, so let's press file, new file and we'll see how we can create a new
file, for example, that will print our, I don't know, hello world.
OK, so let's first of all, save it.
Try to save it.
Here is my first program.
Let's save this file.
I don't know.
Hello world.
Hello.
Hello.
Let's call it.
Hello, beautiful world.
OK.
Hello, beautiful, beautiful world.
OK, and this file is going to be of a C type.
OK, so specify that it's a C file C dot.
See I previously created this hello world but doesn't matter.
We can always remove it.
So let's stick with the hello world that's replacing.
Yes.
So we created a C file and now we are going to write down its content.
So include OK, you can see it also completes US studio standard input output into Main in here, a
little prince on message.
So print f hello beautiful beautiful world.
All right.
And now we will return zero.
Awesome.
So that's basically the the text editor where we are going to edit our code.
That's the basic program that we just created.
A good program.
Amazing.
Seems like the colors are also nice.
OK, if you have like different colors you can always change them in the preferences to change the background
color, the text color.
OK, I think that there is no problem.
And now when we are going to build and run it, OK, we are going to see the output right here.
OK, hello.
Beautiful World was printed to the screen and by configuring the last configuration we've done are we
for working with this integrated terminal, we simply now work with it.
And if you did not modify it, you would have worked with the output just with the output.
And that may be a problem like to
like to read inputs.
OK, so that's basically it for running our basic C program.
OK, that's our C program.
And if for some reason you would like instead of running a C program, if you would like to run a C++
program so no problems file new file.
Here you go.
You can create always and save it as a zip file.
So hello world.
Hello Worldat CBB.
No non-specified from here CBB, OK, Little World does the file name, the extension is right here
CBB And now let's write down also the content of this CBB file.
Let's include include the IO stream.
Right and also let's use like mean let's go like Kaskade see out and preened.
It's a beautiful day, beautiful day to day.
It's a beautiful day today.
Right now let's return this Sgro.
Awesome.
So now let's try to run it and let's see what happens then.
If every if everything works as expected.
What's going on.
Do we have a problem.
No, it's a beautiful day today.
Everything seems to be working correctly.
So whether you're using C or C++ basically that's pretty much the same.
Just specify the file.
Using the sea or CPB extension, and, yeah, I think that with this configuration, you should be ready
to go and you should be ready to start working and writing down your projects.
So thank you guys for watching.
This is a visual studio code.
Of course, additional things may also always be discussed here, like.
Yeah, but not in this video.
I think it's pretty much are enough to get you to make you get started or to help you get started.
Whatever you choose.
Thank you guys for watching.
My name is Vlad.
This is Alphatech.
And until the next time, I'll see you then.
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.