All language subtitles for 2. 2. CodeBlocks - Download & Setup

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,360 --> 00:00:01,260 All right, guys. 2 00:00:01,290 --> 00:00:08,640 So, first of all, I want you to open up your browser and go to Google and here type down code blocks. 3 00:00:09,900 --> 00:00:15,960 So their official Web site is probably going to be ranked first, not including any optional sponsored 4 00:00:15,960 --> 00:00:16,380 ads. 5 00:00:16,830 --> 00:00:21,060 That's probably going to be eight code blogs, dot org. 6 00:00:21,330 --> 00:00:22,200 Let's click it. 7 00:00:22,410 --> 00:00:24,420 And just to make everything clear. 8 00:00:24,450 --> 00:00:26,160 We need two main things. 9 00:00:26,580 --> 00:00:30,690 The first one is a place, some editor where we can write our code. 10 00:00:31,140 --> 00:00:38,280 And second, we said earlier that we are going to need the compiler for the translation from our programming 11 00:00:38,280 --> 00:00:40,440 language to a machine language. 12 00:00:40,860 --> 00:00:42,810 So that's what we are looking for. 13 00:00:43,290 --> 00:00:48,870 And although we can download these two parts separately, I want you to download both of them together, 14 00:00:49,200 --> 00:00:55,890 integrated, as we said previously, and that all of these setup will be much easier for us and we'll 15 00:00:55,890 --> 00:00:58,560 get it done in just a couple of moments. 16 00:00:58,740 --> 00:01:00,720 So let's go to downloads. 17 00:01:00,930 --> 00:01:04,590 And what we can see here is that we have a couple of options. 18 00:01:04,830 --> 00:01:07,530 The first one is to download the binary release. 19 00:01:07,650 --> 00:01:14,080 The second one is to download the source code and also to get it from US VM. 20 00:01:14,820 --> 00:01:18,100 And what we want to do is to get the binary release. 21 00:01:18,150 --> 00:01:24,810 So press on it and then we can choose whatever operating system we have, whether it's Windows, Linux 22 00:01:24,810 --> 00:01:25,950 or Mac OS. 23 00:01:26,340 --> 00:01:31,320 For example, I'm currently recording this course on Windows, so I'm going to select that. 24 00:01:31,560 --> 00:01:34,410 And now we have a couple of options to choose from. 25 00:01:34,830 --> 00:01:40,500 By the way, if you're using Mac OS, then there is only one option for you to download. 26 00:01:40,530 --> 00:01:42,810 So that's even easier for you. 27 00:01:42,960 --> 00:01:48,990 And for those of you guys who are using Linux, take a closer look at the options and bigger their white 28 00:01:48,990 --> 00:01:51,510 one for you based on your distribution. 29 00:01:51,780 --> 00:01:57,140 Okay, so for Windows users, we are going to download mean G double. 30 00:01:57,160 --> 00:02:06,150 You mean GW setup because as you can see here in the notes, mingy W setup also includes additional 31 00:02:06,210 --> 00:02:07,910 GCSE compiler. 32 00:02:08,100 --> 00:02:15,630 And let's leave aside these debugger for now, because what interests us here is that these binary file 33 00:02:15,630 --> 00:02:20,400 includes the compiler that we said is a must for us. 34 00:02:20,400 --> 00:02:20,810 Right. 35 00:02:21,300 --> 00:02:26,100 We need this guy to translate the code from our programming language to a machine language. 36 00:02:26,550 --> 00:02:29,340 So let's go with this option and download it. 37 00:02:29,850 --> 00:02:33,510 The download should take about a couple of minutes so you can pause me. 38 00:02:33,510 --> 00:02:39,300 I'll just skip this far, too, when the download is complete and we're almost done. 39 00:02:39,390 --> 00:02:39,880 Yeah. 40 00:02:39,910 --> 00:02:40,890 And now it's done. 41 00:02:40,970 --> 00:02:43,700 Okay, so what's the download is over. 42 00:02:43,710 --> 00:02:46,260 Let's move to the setup of code blocks. 43 00:02:46,410 --> 00:02:49,620 Click or double click the execution file. 44 00:02:50,000 --> 00:02:50,610 All right. 45 00:02:50,690 --> 00:02:51,090 Press. 46 00:02:51,120 --> 00:02:51,870 Yes. 47 00:02:51,990 --> 00:02:53,090 Press next. 48 00:02:53,730 --> 00:02:56,520 Read the whole license agreement. 49 00:02:56,990 --> 00:02:57,500 Right. 50 00:02:57,630 --> 00:02:59,560 It's very long press. 51 00:02:59,670 --> 00:03:00,480 I agree. 52 00:03:00,930 --> 00:03:02,450 Don't change anything here. 53 00:03:02,460 --> 00:03:05,210 Just stick with the defaults press next. 54 00:03:05,370 --> 00:03:09,000 Now choose your destination folder and press install. 55 00:03:09,000 --> 00:03:11,160 I'll just leave it as is for now. 56 00:03:11,370 --> 00:03:12,000 All right. 57 00:03:12,030 --> 00:03:14,610 So let it run for a couple of seconds. 58 00:03:14,610 --> 00:03:15,660 A couple of moments. 59 00:03:15,690 --> 00:03:22,350 It's going to extract everything that is necessary for us to get started. 60 00:03:22,440 --> 00:03:23,970 So give it a second. 61 00:03:24,210 --> 00:03:24,920 All right. 62 00:03:24,930 --> 00:03:26,490 So that's over. 63 00:03:26,550 --> 00:03:29,330 And do you want to run code blocks now? 64 00:03:29,520 --> 00:03:33,360 So simply launch the application and once it's open. 65 00:03:33,600 --> 00:03:36,300 Basically, we can say that you are ready to go. 66 00:03:36,480 --> 00:03:42,600 So that's code blocks and that's the code blocks that we've downloaded and installed this whole time. 67 00:03:42,630 --> 00:03:43,650 This whole section. 68 00:03:43,800 --> 00:03:44,640 Fantastic. 69 00:03:45,150 --> 00:03:50,730 I hope everything has gone smoothly for you in this video and that you're done with the dollar and setup 70 00:03:50,730 --> 00:03:51,690 of code blocks. 71 00:03:52,170 --> 00:03:53,610 Congratulations, guys. 72 00:03:54,120 --> 00:04:00,600 Now you're ready to move onto the next video where we are going to learn how to start a new project 73 00:04:00,630 --> 00:04:01,720 in code blocks. 6163

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