summaryrefslogtreecommitdiff
path: root/public/articles/1Learning_C
blob: de144efebe8dc8170c8f18ba139bf2269cfd9a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Shipwreckt</title>
    <link rel="icon" href="../Images/misc/logo.jpg" type="image/x-icon">
    <link rel="stylesheet" href="../styles.css">
</head>
<body>
    <div class="sidebar">
      <h2>Table of Contents</h2><hr>
        <ul>
          <li><a href="#article">Article</a></li>
          <li><a href="#resources">Resources</a></li>
        </ul>
    </div>
    <div class="content">
        <header>
            <h1><a href ="https://shipwreckt.co.uk">Shipwreckt</a></h1>
             <hr style="width:50%;text-align:center;"> 
             <nav>
                <ul>
                    <li><a href="../index.html">Home</a></li>
                    <li><a href="../index.html#projects">Projects</a></li>
                    <li><a href="../index.html#Articles">Articles</a></li>
                    <li><a href="../index.html#contact">Contact</a></li>
                </ul>
            </nav>
        </header>
        <main id="main-content">
            <section id="article">
            <h2>Learning the C programming language</h2>
            <h3>Date: 10:6:2024</h3>
            <hr>
            <p>Hello there, I have not updated this website in the last few days or posted much to GitLab, so I thought I might as well publish something to keep some people updated.</p>

            <p>So as the title implies, I have been learning the C programming language recently, and it has been fun. I am still at the basics, and I have tests coming up, but I am doing my best with the time I have! i  While I have been learning, I have been making a kind of tutorial file from the tutorial videos I have watched, so when I believe it is fully ready, I will publish it to GitLab.</p>

            <br><hr>
            <h3>Date: 27:6:2024</h3>
            <p>It has been a few weeks, and I have not made much progress, sadly. I have been quite busy with school, but I have more free time now, so I will have more time to study. I am happy I have more time because I have been really falling behind on learning C. </p>

            <br><hr>
            <h3>Date: 8:7:2024</h3> 
            <p>Hello there! It has been a little while since I last updated this page. I have added some of the resources I use today, so that is a plus for you to read if you are curious! But the main bit of news is that I have is that I have rewrote my programme <a href=../projects/programs/Fakefetch#info>Fakefetch</a> in the C programmeming language. It was a bit of a challenging, and I needed some help with troubleshooting, but I got there in the end. I have expanded on my notes, and when I am ready, I shall publish what I have done so far. But for now, that is all. Thank you for reading.</p>

            <font color="#800000">This page is still being updated as I learn more C so keep checking in! </font>
            </section>

            <main id="main-content">
              <section id="resources">
                <p>This is a page full of resources I use to learn the C programming language.</p>
                <h3>Websites</h3>
                <ul>
                  <li><a href="https://freecomputerbooks.com/langCBooks.html">Freecomputerbooks.com</a></li>
                  <li><a href="https://www.learn-c.org/">learn-c.org</a></li>
                </ul>
                <h3>Reading material</h3>
                <ul>
                  <li><a href="https://mirror.parrot.sh/parrot/misc/openbooks/programming/C_Programming.pdf">C programming</a></li>
                  <li><a href="https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html#hello_002ec">Gnu C refrance manual</a></li>
                </ul>

                  <h3>Videos</h3>
                  <p>For privacy reasons I have used yewtu.be which for now is more private then google's youtube.</p>
                  <ul>
                    <li><a href="https://yewtu.be/watch?v=KJgsSFOSQv0">C programming (freecodecamp)</a></li>
                    <li><a href="">C programming course (brocode)</a></li>
                  </ul>
                </ul>
              </section>
        </main>
    </div>
    <script src="../script.js"></script>
</body>
</html>