Skip to content

SystemsScientist/C-Programming-for-Beginners-Section-13

Repository files navigation

C Programming for Beginners - Master the C Language

This repository contains the Examples, Exercises, and Solutions for Section 13 of C Programming for Beginners: Master the C Language by Jason Fedin, which covers structures (structs), structures and arrays, nested structures, structures and pointers, and structures and pointers.

See the following link for this course: C Programming for Beginners

C Programming for Beginners

Please note, this repository is a work in progress and will be updated over time.

In this repository, I incorporated Code::Blocks Integrated Development Environment (IDE) and the Vim text editor along with Git and GitHub into my workflow. I also used the Fedora 37 system in a VirtualBox environment to create, use, and manage directories and files as I worked through the section.

Please feel free to reach out to me at matthewjohnson@snarkydata.com if you have any questions or comments. In addition, feel free to utilize the source code for your consumption and edification.

~ Matt

Technical Notes and Considerations

To compile, build, and execute the Section 13 files and directories,

(1) click on the blue "Code" button above and click the 
    "Download Zip" link, or
(2) copy the code and paste it directly into your preferred
    Integrated Development Environment (IDE), CLion, CodeLite,
    or Code::Blocks, for example, or your preferred text editor,
    Vim, Nano, or Emacs, for example, and either
(3) compile, build, and execute the files in your IDE, or
(4) use the following command-line script:

        $ gcc name_of_file.c -o main
        $ ./main

About

Repository for C Programming for Beginners, Section 13, by Jason Fedin on Udemy.com

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages