Would you like to inspect the original subtitles? These are the user uploaded subtitles that are being translated:
1
00:00:00,420 --> 00:00:01,830
What is going on, guys?
2
00:00:01,890 --> 00:00:05,720
This is an Alphatech, and we are it is C programming chorus.
3
00:00:06,150 --> 00:00:11,660
And in this video we're going to see how to create our first projecting code blocks.
4
00:00:11,910 --> 00:00:14,490
First of all, make sure that code blocks is running.
5
00:00:14,690 --> 00:00:20,370
Then to start a new project, press file new and select a project.
6
00:00:20,520 --> 00:00:26,280
Now, here you may see different templates for various types of projects that even some of them are
7
00:00:26,280 --> 00:00:30,440
used in very good fields such as ALM, AVR, Ainaro.
8
00:00:30,590 --> 00:00:38,700
Do we know which you probably heard of for working with different microcontrollers and sensors and will
9
00:00:38,700 --> 00:00:39,360
what not?
10
00:00:39,870 --> 00:00:43,260
It even may be used for the development of fireteam devices.
11
00:00:43,470 --> 00:00:50,220
There is also open S.V., which is used for computer vision projects and the results.
12
00:00:50,220 --> 00:00:56,130
So Matlab template that basically provides you with so many things that you can do with it.
13
00:00:56,370 --> 00:01:02,700
There is also Gyuri for in Kutty five, which are mainly used for creating graphical user interfaces.
14
00:01:02,910 --> 00:01:07,380
And basically, guys, there are plenty of things for us to cover in the future.
15
00:01:07,410 --> 00:01:10,650
But for now we're just getting started with the basics.
16
00:01:10,830 --> 00:01:15,240
Once we're good with that, I will hopefully create more advanced courses.
17
00:01:15,600 --> 00:01:16,080
Of course.
18
00:01:16,100 --> 00:01:18,270
Based on your based on your demand.
19
00:01:18,720 --> 00:01:24,590
And we'll go much further for becoming more professional, probably to become an Alphatech.
20
00:01:24,750 --> 00:01:27,960
So for these chorused will be working with console application.
21
00:01:28,230 --> 00:01:30,360
So selected and press go.
22
00:01:30,570 --> 00:01:31,700
Don't touch the scale.
23
00:01:31,800 --> 00:01:32,640
Just press.
24
00:01:32,670 --> 00:01:35,370
Next here, select the programming language.
25
00:01:35,400 --> 00:01:37,880
In our case, it's C press next.
26
00:01:38,010 --> 00:01:41,310
And now I've already selected my sub folder.
27
00:01:41,310 --> 00:01:43,860
I set it up to Alphatech C programming.
28
00:01:44,220 --> 00:01:49,130
So you may choose something of your own or just leave it as a default C code blocks.
29
00:01:49,530 --> 00:01:52,240
And now we should set up our project title.
30
00:01:52,300 --> 00:01:57,730
Let's go with something like Alpha Tag First Project.
31
00:01:58,200 --> 00:01:58,830
All right.
32
00:01:59,190 --> 00:02:00,150
Press next.
33
00:02:00,390 --> 00:02:03,080
Make sure that the compiler is set finish.
34
00:02:03,300 --> 00:02:05,550
And basically you are ready to go.
35
00:02:05,760 --> 00:02:06,590
So we feel.
36
00:02:06,600 --> 00:02:07,680
Take a closer look.
37
00:02:07,710 --> 00:02:11,370
You could see the name of your project that we've just created.
38
00:02:11,430 --> 00:02:12,930
Alphatech First project.
39
00:02:13,080 --> 00:02:19,410
And if you click that little plus sign, you're going to see a default C file that was automatically
40
00:02:19,410 --> 00:02:20,460
created for you.
41
00:02:20,520 --> 00:02:21,800
Main dot C.
42
00:02:21,990 --> 00:02:24,960
And this file is just sort of a template.
43
00:02:25,020 --> 00:02:26,520
Let's increase it a little bit.
44
00:02:27,240 --> 00:02:31,720
And it includes real code written in our C programming language.
45
00:02:31,920 --> 00:02:36,150
And you can see here everything written in a sort of a text editor.
46
00:02:36,600 --> 00:02:43,080
The text that we're about to write here and the text you can see here, he he's written in C language,
47
00:02:43,230 --> 00:02:46,770
and it's a very simple program that should simply print out.
48
00:02:46,800 --> 00:02:48,740
Hello, world message to the screen.
49
00:02:49,260 --> 00:02:52,800
But for now, it's just sort of idle, don't you think?
50
00:02:53,010 --> 00:02:58,680
And if you want to run it, you should, first of all, use the compiler to translate it to machine
51
00:02:58,680 --> 00:02:59,220
language.
52
00:02:59,640 --> 00:03:04,890
So then the computer will understand what's written here and what you wanted to do.
53
00:03:05,130 --> 00:03:09,390
So to compile your C program, you should press the build button.
54
00:03:09,480 --> 00:03:10,380
It's right here.
55
00:03:10,470 --> 00:03:11,310
Press build.
56
00:03:11,670 --> 00:03:12,270
All right.
57
00:03:12,300 --> 00:03:14,480
So it seems to be okay.
58
00:03:14,670 --> 00:03:19,230
And now you can simply click the Ron button, which is right here.
59
00:03:19,410 --> 00:03:20,090
Click, run.
60
00:03:20,160 --> 00:03:21,210
And there you go.
61
00:03:21,540 --> 00:03:24,780
You have the hello world message displayed on your screen.
62
00:03:25,110 --> 00:03:34,390
The C program is running and basically we are ready to go to start working with our C-code.
63
00:03:35,910 --> 00:03:36,870
I'm so excited.
64
00:03:36,930 --> 00:03:37,680
So let's go.
5537
Can't find what you're looking for?
Get subtitles in any language from opensubtitles.com, and translate them here.