https://github.com/lancelote/udemy_c_programming_for_beginners
"C Programming for Beginners" udemy course
https://github.com/lancelote/udemy_c_programming_for_beginners
Last synced: about 2 months ago
JSON representation
"C Programming for Beginners" udemy course
- Host: GitHub
- URL: https://github.com/lancelote/udemy_c_programming_for_beginners
- Owner: lancelote
- Created: 2020-03-03T16:41:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-02T20:34:48.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T00:12:50.260Z (2 months ago)
- Language: C
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# udemy_c_programming_for_beginners
Udemy course code by Tim Buchalka "C Programming for Beginners"
## TOC
- [x] Section 1: Introduction
- [x] Section 2: Installing Required Software
- [x] Section 3: Starting to write code
- [Basic Assignment](src/section3/assignment.c)
- [x] Section 4: Basic Concepts
- [`scanf()` Usage](src/section4/scanf_usage.c)
- [x] Section 5: Variables and Data Types
- [Basic Variables Usage](src/section5/basic_variables_usage.c)
- [Basic Types](src/section5/basic_types.c)
- [Basic Boolean](src/section5/basic_enums.c)
- [Print Different Types](src/section5/print_types.c)
- [Command Line Arguments](src/section5/command_line_arguments.c)
- [Challenge 1: Area Of A Rectangle](src/section5/challenge_1.c)
- [Challenge 2: Enums](src/section5/challenge_2.c)
- [ ] Section 6: Operators
- [ ] Section 7: Control Flow
- [ ] Section 8: Arrays
- [ ] Section 9: Functions
- [ ] Section 10: Character Strings
- [ ] Section 11: Debugging
- [ ] Section 12: Pointers
- [ ] Section 13: Structures
- [ ] Section 14: File Input and Output
- [ ] Section 15: The Standard C Library
- [ ] Section 16: Conclusion
- [ ] Section 17: Extra Information - Source code, and other stuff