An open API service indexing awesome lists of open source software.

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

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