Skip to content

Commit 456fcb0

Browse files
authored
Merge pull request #8 from ucoruh/feature/img
image link are fixed
2 parents 9ea6437 + 77c04b3 commit 456fcb0

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

Week-5/CE103-W5.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -6,31 +6,31 @@ We will use the following course notes and examples.
66

77
[Learn C Programming](https://www.programiz.com/c-programming)
88

9-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-01-20-24-01-image.png)
9+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-01-20-24-01-image.png)
1010

1111
[C Tutorials - Introduction to C Programming Language](http://www.btechsmartclass.com/c_programming/introduction-to-c-programming.html)
1212

13-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-01-20-36-21-image.png)
13+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-01-20-36-21-image.png)
1414

1515
[The C and C++ programming tutorials, hands-on approach with program examples, code samples and tons of output images using Visual C++, C++ Builder, Linux gcc and g++ compilers and IDE](https://www.tenouk.com/cncplusplustutorials.html)
1616

17-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-01-20-37-33-image.png)
17+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-01-20-37-33-image.png)
1818

1919
[CS50x 2021](https://cs50.harvard.edu/x/2021/)
2020

21-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-01-20-38-57-image.png)
21+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-01-20-38-57-image.png)
2222

2323
[C Programming For Dummies](https://c-for-dummies.com/cprog/)
2424

25-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-01-22-15-25-image.png)
25+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-01-22-15-25-image.png)
2626

2727
[C reference - cppreference.com](https://en.cppreference.com/w/c)
2828

29-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-01-22-12-50-image.png)
29+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-01-22-12-50-image.png)
3030

3131
https://c.happycodings.com/
3232

33-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-01-22-14-59-image.png)
33+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-01-22-14-59-image.png)
3434

3535
# C Programming
3636

@@ -42,9 +42,9 @@ Before starting you should check your development enviroment.
4242

4343
**You will open visual studio community edition and create a C++ console application then rename *.cpp file to *.c for triggering c complier.**
4444

45-
<img src="file:///E:/UgurCoruh/RTEU/Lectures/2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I/Lectures/Github/Week-5/assets/2021-11-02-01-05-08-image.png" title="" alt="" data-align="center">
45+
<img src="https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-02-01-05-08-image.png" title="" alt="" data-align="center">
4646

47-
<img src="file:///E:/UgurCoruh/RTEU/Lectures/2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I/Lectures/Github/Week-5/assets/2021-11-02-01-07-41-image.png" title="" alt="" data-align="center">
47+
<img src="https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-02-01-07-41-image.png" title="" alt="" data-align="center">
4848

4949
Before starting you should understand the executable generation flows
5050

@@ -84,9 +84,9 @@ There is a sandbox in CS50 harvard course [Week 0 - CS50x](https://cs50.harvard.
8484

8585
https://sandbox.cs50.io/ you can use it for online compiler
8686

87-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-02-01-19-24-image.png)
87+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-02-01-19-24-image.png)
8888

89-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-02-01-20-49-image.png)
89+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-02-01-20-49-image.png)
9090

9191
```bash
9292
$ make hello
@@ -97,7 +97,7 @@ hello, world
9797

9898
<u>if you want to make samething in windows environment you should create the following makefile near the hello.c</u>
9999

100-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-02-01-44-09-image.png)
100+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-02-01-44-09-image.png)
101101

102102
**Makefile**
103103

@@ -124,7 +124,7 @@ clean:
124124
rm -f hello
125125
```
126126

127-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-02-01-45-16-image.png)
127+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-02-01-45-16-image.png)
128128

129129
```bash
130130
C:\Users\ugur.coruh\Desktop\hello-make>make hello
@@ -150,7 +150,7 @@ hello, world
150150
C:\Users\ugur.coruh\Desktop\hello-make>
151151
```
152152

153-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-02-01-22-34-image.png)
153+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-02-01-22-34-image.png)
154154

155155
```bash
156156
$ clang hello.c
@@ -160,7 +160,7 @@ $ ./a.out
160160
hello, world
161161
```
162162

163-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-02-01-24-07-image.png)
163+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-02-01-24-07-image.png)
164164

165165
```bash
166166
$ clang -o hello hello.c
@@ -170,7 +170,7 @@ $ ./hello
170170
hello, world
171171
```
172172

173-
![](E:\UgurCoruh\RTEU\Lectures\2021-2022%20Güz%20CE103%20-%20Algorithms%20and%20Programming%20I\Lectures\Github\Week-5\assets\2021-11-02-01-27-12-image.png)
173+
![](https://raw.githubusercontent.com/ucoruh/ce103-algorithms-and-programming-I/main/Week-5/assets/2021-11-02-01-27-12-image.png)
174174

175175
```c
176176
$ ls

0 commit comments

Comments
 (0)