0:00
hi guys welcome back in this video I
0:01
will be showing you how to download and
0:03
install code blocks on your windows 11
0:06
code blocks is one of the most popular
0:08
idea that is used to develop CRC
0:10
programs first open your favorite
0:12
browser type code blocks and hit
0:21
link now click on the downloads tab on
0:28
side click on the download binary
0:34
link scroll down a bit here you will see
0:37
a lot of download options available here
0:39
we are downloading the code blocks along
0:41
with the midoy setup also you can see
0:44
the version here at the time of
0:46
recording this video it is showing 20.3
0:49
version also it will give you two
0:51
options to download you can use either
0:52
of them here I am using Source Forge
0:55
click on the source Forge link
1:03
the download will start automatically in
1:05
5 seconds wait for some time until the
1:07
download is completed
1:30
once the download is completed click on
1:42
next read the license agreement and
1:47
button leave the check boxes as it is
1:55
next here you can change the destination
1:58
folder if you want click on install it
2:01
will take some time to complete the
2:13
process once the installation is
2:15
completed it will ask you to run the
2:17
code blocks now click on yes once the
2:20
installation is completed click on next
2:22
and then click on finish
2:38
here it will show you that the GN
2:40
compiler is detected as we have
2:42
installed code block with M doy click on
2:49
okay here in this dialogue box it will
2:52
show that the code blocks is not the
2:54
default application to run C or C
2:56
programs choose whatever the option you
2:58
prefer I am selecting the first
3:08
one now we will just create a basic
3:10
hello world program to create a new
3:13
program click on the file now click on
3:21
Project here you will find different
3:23
kind of projects for now I am using
3:25
console application click on it and
3:37
next here it will ask you which
3:39
programming language we want to use here
3:42
I am using C so I am selecting that and
3:44
click on next now you need to enter the
3:46
project title as I am doing hello world
3:48
program I am naming the project as hello
3:50
world you can choose the destination
3:52
folder where you want to save this file
4:00
here you will see the project file name
4:02
and the resulting file
4:11
name once everything is set click on
4:14
next here you will see a list of
4:16
compilers available as we have installed
4:18
gnu jxi compiler it automatically
4:27
that now click on next
4:35
to see the program click on the source
4:37
file under the project now double click
4:39
on the main file to open the program
4:41
here you can see the program
4:53
created in order to run the program
4:55
first we need to build or compile the
4:57
program to do this click on the build
4:59
icon once the program is successfully
5:02
built you can see the list of errors in
5:04
your code if there are zero errors in
5:07
your code you can run the
5:12
program in order to run the program
5:14
click on the run Icon you can see that
5:17
it printed hello world successfully
5:18
everything is working fine for now you
5:20
can use the code blocks to build your C
5:23
programs so this is how you download and
5:26
install code blocks on your windows 11
5:32
and if you like this video then hit the
5:33
like button and subscribe button if you
5:35
have any questions let me know in the
5:37
comments I will see you guys in the next